summaryrefslogtreecommitdiff
path: root/src/include/utils/json.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-12Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan
2014-09-29Revert 95d737ff to add 'ignore_nulls'Stephen Frost
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-03-26Cleanup around json_to_record/json_to_recordsetAndrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-28New json functions.Andrew Dunstan
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-10json_typeof function.Andrew Dunstan
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-10JSON generation improvements.Andrew Dunstan
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Make include files work without having to include other ones firstPeter Eisentraut
2012-02-29Fix typo in commentAlvaro Herrera
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-01-31Built-in JSON data type.Robert Haas