aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/json.sql
Commit message (Expand)AuthorAge
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-21
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Factor out encoding specific tests for jsonAndrew Dunstan2015-10-07
* Fix insufficiently-portable regression test case.Tom Lane2015-10-05
* Prevent stack overflow in json-related functions.Noah Misch2015-10-05
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-24
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan2015-02-26
* Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane2015-01-30
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-12
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-29
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-11
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-22
* More regression test cases for json/jsonb extraction operators.Tom Lane2014-08-20
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-20
* Allow empty string object keys in json_object().Andrew Dunstan2014-07-22
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-24
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-03
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-03
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Add json_array_elements_text function.Andrew Dunstan2014-01-29
* New json functions.Andrew Dunstan2014-01-28
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* json_typeof function.Andrew Dunstan2013-10-10
* 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
* Remove whitespace from end of linesPeter Eisentraut2013-05-30
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-29
* JSON generation improvements.Andrew Dunstan2013-03-10
* Fix incorrect logic in JSON number lexerPeter Eisentraut2012-05-20
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* 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