Commits

DateSubjectAuthorReleases
2014-12-01 Fix hstore_to_json_loose's detection of valid JSON number values. Andrew Dunstan 9.4.0
2014-12-01 Fix hstore_to_json_loose's detection of valid JSON number values. Andrew Dunstan 9.5.0
2014-09-25 Remove ill-conceived ban on zero length json object keys. Andrew Dunstan 9.4.0
2014-09-25 Remove ill-conceived ban on zero length json object keys. Andrew Dunstan 9.5.0
2014-09-25 Return NULL from json_object_agg if it gets no rows. Andrew Dunstan 9.4.0
2014-09-25 Return NULL from json_object_agg if it gets no rows. Andrew Dunstan 9.5.0
2014-07-22 Allow empty string object keys in json_object(). Andrew Dunstan 9.5.0
2014-07-22 Allow empty string object keys in json_object(). Andrew Dunstan 9.4.0
2014-06-03 Use EncodeDateTime instead of to_char to render JSON timestamps. Andrew Dunstan 9.4.0
2014-06-03 Do not escape a unicode sequence when escaping JSON text. Andrew Dunstan 9.4.0
2014-06-03 Output timestamps in ISO 8601 format when rendering JSON. Andrew Dunstan 9.4.0
2014-03-23 Introduce jsonb, a structured format for storing json. Andrew Dunstan 9.4.0
2014-01-28 New json functions. Andrew Dunstan 9.4.0
2014-01-22 Reindent json.c and jsonfuncs.c. Andrew Dunstan 9.4.0
2013-12-27 Properly detect invalid JSON numbers when generating JSON. Andrew Dunstan 9.2.7
2013-12-27 Properly detect invalid JSON numbers when generating JSON. Andrew Dunstan 9.3.3
2013-12-27 Properly detect invalid JSON numbers when generating JSON. Andrew Dunstan 9.4.0
2013-10-10 json_typeof function. Andrew Dunstan 9.4.0
2013-06-12 Fix unescaping of JSON Unicode escapes, especially for non-UTF8. Andrew Dunstan 9.3.0
2013-06-08 Handle Unicode surrogate pairs correctly when processing JSON. Andrew Dunstan 9.3.0
2013-05-01 Use correct length to convert json unicode escapes. Andrew Dunstan 9.3.0
2013-03-29 Add new JSON processing functions and parser API. Andrew Dunstan 9.3.0
2013-03-10 JSON generation improvements. Andrew Dunstan 9.3.0
2012-02-24 Correctly handle NULLs in JSON output. Andrew Dunstan 9.2.0
2012-02-21 Fix typo, noticed by Will Crawford. Andrew Dunstan 9.2.0