aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
Commit message (Expand)AuthorAge
* Remove spurious semicolons.Heikki Linnakangas2015-03-31
* Fix JSON aggregates to work properly when final function is re-executed.Tom Lane2014-12-02
* Fix backpatching error in commit 55c88079Andrew Dunstan2014-12-01
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-01
* Fix conversion of domains to JSON in 9.3 and 9.2.Tom Lane2014-08-09
* Get rid of bogus dependency on typcategory in to_json() and friends.Tom Lane2014-05-09
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan2013-12-27
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Clean up new JSON API typedefsPeter Eisentraut2013-07-20
* Avoid reading past datum end when parsing JSON.Noah Misch2013-06-12
* Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan2013-06-12
* Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan2013-06-08
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Use correct length to convert json unicode escapes.Andrew Dunstan2013-05-01
* 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
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Remove inappropriate semicolons after function definitions.Tom Lane2012-06-30
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Minor code review for json.c.Tom Lane2012-06-12
* Mark JSON error detail messages for translation.Robert Haas2012-06-12
* 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