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