summaryrefslogtreecommitdiff
path: root/src/include/utils/json.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-261-0/+2
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+15
* Add json_array_elements_text function.Andrew Dunstan2014-01-291-0/+1
* New json functions.Andrew Dunstan2014-01-281-0/+13
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* json_typeof function.Andrew Dunstan2013-10-101-0/+2
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-291-0/+16
* JSON generation improvements.Andrew Dunstan2013-03-101-0/+5
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Make include files work without having to include other ones firstPeter Eisentraut2012-06-101-0/+1
* Fix typo in commentAlvaro Herrera2012-02-281-1/+1
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-031-0/+5
* Built-in JSON data type.Robert Haas2012-01-311-0/+24