summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-30Remove inappropriate semicolons after function definitions.Tom Lane
2012-06-13Revisit error message details for JSON input parsing.Tom Lane
2012-06-12Minor code review for json.c.Tom Lane
2012-06-12Mark JSON error detail messages for translation.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-04Fix bogus handling of control characters in json_lex_string().Tom Lane
2012-05-20Fix incorrect logic in JSON number lexerPeter Eisentraut
2012-02-23Correctly handle NULLs in JSON output.Andrew Dunstan
2012-02-21Fix typo, noticed by Will Crawford.Andrew Dunstan
2012-02-20Fix a couple of cases of JSON output.Andrew Dunstan
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-01-31Built-in JSON data type.Robert Haas