]> granicus.if.org Git - postgresql/history - src/test/regress/expected/json.out
Support domains over composite types.
[postgresql] / src / test / regress / expected / json.out
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-25 Andrew DunstanProcess variadic arguments consistently in json functions
2017-09-11 Peter EisentrautMessage style fixes
2017-04-07 Andrew DunstanMake json_populate_record and friends operate recursively
2017-04-01 Tom LaneFix unstable regression test result.
2017-03-31 Andrew DunstanFull Text Search support for json and jsonb
2017-02-22 Andrew DunstanCorrectly handle array pseudotypes in to_json and to_jsonb
2016-03-03 Tom LaneFix json_to_record() bug with nested objects.
2016-02-21 Andrew DunstanFix two-argument jsonb_object when called with empty...
2015-10-20 Tom LaneFix incorrect translation of minus-infinity datetimes...
2015-10-08 Andrew DunstanFactor out encoding specific tests for json
2015-10-05 Tom LaneFix insufficiently-portable regression test case.
2015-10-05 Noah MischPrevent stack overflow in json-related functions.
2015-07-24 Andrew DunstanFix treatment of nulls in jsonb_agg and jsonb_object_agg
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-02-26 Andrew DunstanRender infinite date/timestamps as 'infinity' for json...
2015-01-30 Tom LaneFix jsonb Unicode escape processing, and in consequence...
2014-12-12 Andrew DunstanAdd json_strip_nulls and jsonb_strip_nulls functions.
2014-09-29 Stephen FrostRevert 95d737ff to add 'ignore_nulls'
2014-09-12 Stephen FrostAdd 'ignore_nulls' option to row_to_json
2014-08-22 Tom LaneFix corner-case behaviors in JSON/JSONB field extractio...
2014-08-20 Tom LaneMore regression test cases for json/jsonb extraction...
2014-08-20 Tom LaneFix core dump in jsonb #> operator, and add regression...
2014-08-05 Robert HaasImprove some JSON error messages.
2014-07-22 Andrew DunstanAllow empty string object keys in json_object().
2014-07-15 Peter EisentrautAdd missing serial commas
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-25 Tom LaneFix handling of nested JSON objects in json_populate_re...
2014-06-03 Andrew DunstanUse EncodeDateTime instead of to_char to render JSON...
2014-06-03 Andrew DunstanDo not escape a unicode sequence when escaping JSON...
2014-06-03 Andrew DunstanOutput timestamps in ISO 8601 format when rendering...
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-28 Andrew DunstanNew json functions.
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-10 Andrew Dunstanjson_typeof function.
2013-08-09 Peter EisentrautMessage punctuation and pluralization fixes
2013-06-12 Andrew DunstanFix unescaping of JSON Unicode escapes, especially...
2013-06-08 Andrew DunstanHandle Unicode surrogate pairs correctly when processin...
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-10 Andrew DunstanJSON generation improvements.
2012-06-13 Tom LaneRevisit error message details for JSON input parsing.
2012-06-05 Tom LaneFix bogus handling of control characters in json_lex_st...
2012-05-19 Peter EisentrautFix incorrect logic in JSON number lexer
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-02-20 Andrew DunstanFix a couple of cases of JSON output.
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-08 Tom LaneMark some more I/O-conversion-invoking functions as...
2012-02-03 Andrew DunstanAdd array_to_json and row_to_json functions.
2012-01-31 Robert HaasBuilt-in JSON data type.