summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_op.c
Commit message (Expand)AuthorAgeFilesLines
* 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