aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
Commit message (Expand)AuthorAge
* More jsonb cleanup.Heikki Linnakangas2014-05-09
* Minor cleanup of jsonb_util.cHeikki Linnakangas2014-05-09
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* hash_any returns Datum, not uint32 (and definitely not "int").Tom Lane2014-05-06
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Silence compiler warnings in new jsonb code.Heikki Linnakangas2014-03-27
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23