aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
Commit message (Expand)AuthorAge
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix bogus handling of control characters in json_lex_string().Tom Lane2012-06-04
* Fix incorrect logic in JSON number lexerPeter Eisentraut2012-05-20
* Correctly handle NULLs in JSON output.Andrew Dunstan2012-02-23
* Fix typo, noticed by Will Crawford.Andrew Dunstan2012-02-21
* Fix a couple of cases of JSON output.Andrew Dunstan2012-02-20
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-03
* Built-in JSON data type.Robert Haas2012-01-31