summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_gin.c
AgeCommit message (Expand)Author
2014-05-09Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane
2014-05-07Clean up jsonb code.Heikki Linnakangas
2014-05-06Fix some more confusion between uint32 and Datum.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-03-31Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan