summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_op.c
Commit message (Expand)AuthorAgeFilesLines
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-24/+24
* Try to repair poorly-considered code in previous commit.Robert Haas2017-08-311-2/+2
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-0/+43
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch2015-10-111-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix bogus optimization in JSONB containment tests.Tom Lane2014-10-111-6/+4
* Clean up jsonb code.Heikki Linnakangas2014-05-071-54/+52
* pgindent run for 9.4Bruce Momjian2014-05-061-6/+7
* De-anonymize the union in JsonbValue.Tom Lane2014-04-021-8/+8
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+295