aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb.c
Commit message (Expand)AuthorAge
...
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Remove spurious semicolons.Heikki Linnakangas2015-03-31
* Suppress uninitialized-variable warning from less-bright compilers.Tom Lane2015-02-27
* Fix a couple of trivial issues in jsonb.cAlvaro Herrera2015-02-27
* Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan2015-02-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan2014-12-16
* 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
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-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