summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
Commit message (Expand)AuthorAgeFilesLines
* Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch2015-10-121-3/+3
* Revert "Add all structured objects passed to pushJsonbValue piecewise."Andrew Dunstan2015-05-261-9/+5
* Add all structured objects passed to pushJsonbValue piecewise.Andrew Dunstan2015-05-261-5/+9
* pgindent run for 9.5Bruce Momjian2015-05-231-5/+6
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-221-5/+39
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-121-1/+1
* Fix minor thinko in convertToJsonb().Tom Lane2014-12-101-1/+1
* Fix bogus optimization in JSONB containment tests.Tom Lane2014-10-111-2/+14
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-291-110/+273
* Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan2014-06-181-1/+8
* Minor refactoring of jsonb_util.cHeikki Linnakangas2014-05-281-30/+43
* Jsonb comparison bug fixes.Heikki Linnakangas2014-05-281-25/+38
* Update obsolete comment.Tom Lane2014-05-191-1/+1
* Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane2014-05-091-43/+35
* More jsonb cleanup.Heikki Linnakangas2014-05-091-189/+114
* Minor cleanup of jsonb_util.cHeikki Linnakangas2014-05-091-191/+187
* Clean up jsonb code.Heikki Linnakangas2014-05-071-588/+341
* hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane2014-05-061-20/+23
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-061-4/+4
* pgindent run for 9.4Bruce Momjian2014-05-061-120/+137
* De-anonymize the union in JsonbValue.Tom Lane2014-04-021-133/+133
* Silence compiler warnings in new jsonb code.Heikki Linnakangas2014-03-271-0/+3
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+1872