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