summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_op.c
AgeCommit message (Expand)Author
2014-10-11Fix bogus optimization in JSONB containment tests.Tom Lane
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan