aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/jsonb.h
Commit message (Expand)AuthorAge
* Add jsonb_insertTeodor Sigaev2016-04-06
* Update copyright for 2016Bruce Momjian2016-01-02
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-22
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-12
* Change JSONB's on-disk format for improved performance.Tom Lane2014-09-29
* Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas2014-08-15
* Fix typo in comment.Fujii Masao2014-05-22
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* More jsonb cleanup.Heikki Linnakangas2014-05-09
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-09
* Clean up jsonb code.Heikki Linnakangas2014-05-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23