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_util.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-01-25
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
pgindent run for 9.6
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-12
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-05-27
Revert "Add all structured objects passed to pushJsonbValue piecewise."
Andrew Dunstan
2015-05-26
Add all structured objects passed to pushJsonbValue piecewise.
Andrew Dunstan
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-22
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-12
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-11
Fix minor thinko in convertToJsonb().
Tom Lane
2014-10-11
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-09-29
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-06-18
Remove unnecessary check for jbvBinary in convertJsonbValue.
Andrew Dunstan
2014-05-28
Minor refactoring of jsonb_util.c
Heikki Linnakangas
2014-05-28
Jsonb comparison bug fixes.
Heikki Linnakangas
2014-05-19
Update obsolete comment.
Tom Lane
2014-05-09
Fix broken allocation logic in recently-rewritten jsonb_util.c.
Tom Lane
2014-05-09
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
Minor cleanup of jsonb_util.c
Heikki Linnakangas
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
hash_any returns Datum, not uint32 (and definitely not "int").
Tom Lane
2014-05-07
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-27
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan