index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonb.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-22
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Change several asserts checking for aggregate context to errors
Pavan Deolasee
2016-10-18
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-07-06
Fix typo in comment.
Fujii Masao
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-01-09
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-11
Improve some messages
Peter Eisentraut
2015-11-17
Message improvements
Peter Eisentraut
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-15
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-12
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-09-18
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-07-24
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-05-24
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-02-27
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-27
Fix a couple of trivial issues in jsonb.c
Alvaro Herrera
2015-02-26
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-16
Fix some jsonb issues found by Coverity in recent commits.
Andrew Dunstan
2014-12-12
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan