summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
AgeCommit message (Expand)Author
2014-10-11Fix bogus optimization in JSONB containment tests.Tom Lane
2014-09-29Change JSONB's on-disk format for improved performance.Tom Lane
2014-06-18Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan
2014-05-28Minor refactoring of jsonb_util.cHeikki Linnakangas
2014-05-28Jsonb comparison bug fixes.Heikki Linnakangas
2014-05-19Update obsolete comment.Tom Lane
2014-05-09Fix broken allocation logic in recently-rewritten jsonb_util.c.Tom Lane
2014-05-09More jsonb cleanup.Heikki Linnakangas
2014-05-09Minor cleanup of jsonb_util.cHeikki Linnakangas
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-06hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane
2014-05-06With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-03-27Silence compiler warnings in new jsonb code.Heikki Linnakangas
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan