summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_gin.c
Commit message (Expand)AuthorAgeFilesLines
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-111-14/+13
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-091-244/+217
* Clean up jsonb code.Heikki Linnakangas2014-05-071-2/+2
* Fix some more confusion between uint32 and Datum.Tom Lane2014-05-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-36/+44
* De-anonymize the union in JsonbValue.Tom Lane2014-04-021-3/+3
* Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas2014-03-311-6/+6
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+646