aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
Commit message (Expand)AuthorAge
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane2017-01-25
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch2015-10-11
* Revert "Add all structured objects passed to pushJsonbValue piecewise."Andrew Dunstan2015-05-26
* Add all structured objects passed to pushJsonbValue piecewise.Andrew Dunstan2015-05-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-22
* Update copyright for 2015Bruce Momjian2015-01-06
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-12
* Fix minor thinko in convertToJsonb().Tom Lane2014-12-10
* Fix bogus optimization in JSONB containment tests.Tom Lane2014-10-11
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-29
* Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan2014-06-18
* Minor refactoring of jsonb_util.cHeikki Linnakangas2014-05-28
* Jsonb comparison bug fixes.Heikki Linnakangas2014-05-28
* Update obsolete comment.Tom Lane2014-05-19
* Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane2014-05-09
* More jsonb cleanup.Heikki Linnakangas2014-05-09
* Minor cleanup of jsonb_util.cHeikki Linnakangas2014-05-09
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane2014-05-06
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Silence compiler warnings in new jsonb code.Heikki Linnakangas2014-03-27
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23