Commit Graph

17 Commits (07ab261ef3a9575a4a2bd3045b222d7b3dee2c46)

Author SHA1 Message Date
Andrew Dunstan 5f8b4319b9 Use correct length to convert json unicode escapes. 13 years ago
Andrew Dunstan a570c98d7f Add new JSON processing functions and parser API. 13 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Tom Lane fa188b5ef5 Remove inappropriate semicolons after function definitions. 14 years ago
Tom Lane 80edfd7659 Revisit error message details for JSON input parsing. 14 years ago
Tom Lane f871ef74a5 Minor code review for json.c. 14 years ago
Robert Haas 36b7e3da17 Mark JSON error detail messages for translation. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Tom Lane 3dd8e59681 Fix bogus handling of control characters in json_lex_string(). 14 years ago
Peter Eisentraut f1f6737e15 Fix incorrect logic in JSON number lexer 14 years ago
Andrew Dunstan 0c9e5d5e0d Correctly handle NULLs in JSON output. 14 years ago
Andrew Dunstan 6b044cb810 Fix typo, noticed by Will Crawford. 14 years ago
Andrew Dunstan 83fcaffea2 Fix a couple of cases of JSON output. 14 years ago
Andrew Dunstan 39909d1d39 Add array_to_json and row_to_json functions. 14 years ago
Robert Haas 5384a73f98 Built-in JSON data type. 14 years ago