summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
AgeCommit message (Expand)Author
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