aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/json.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-12
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-29
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-11
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Add json_array_elements_text function.Andrew Dunstan2014-01-29
* New json functions.Andrew Dunstan2014-01-28
* Update copyright for 2014Bruce Momjian2014-01-07
* json_typeof function.Andrew Dunstan2013-10-10
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29
* JSON generation improvements.Andrew Dunstan2013-03-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Make include files work without having to include other ones firstPeter Eisentraut2012-06-10
* Fix typo in commentAlvaro Herrera2012-02-28
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-03
* Built-in JSON data type.Robert Haas2012-01-31