summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/json.sql
AgeCommit message (Expand)Author
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-06Resolve failures in json and jsonb regression testsTomas Vondra
2017-04-07Make json_populate_record and friends operate recursivelyAndrew Dunstan
2017-04-01Fix unstable regression test result.Tom Lane
2017-03-31Full Text Search support for json and jsonbAndrew Dunstan
2017-02-22Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan
2016-03-03Fix json_to_record() bug with nested objects.Tom Lane
2016-02-21Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-08Factor out encoding specific tests for jsonAndrew Dunstan
2015-10-05Fix insufficiently-portable regression test case.Tom Lane
2015-10-05Prevent stack overflow in json-related functions.Noah Misch
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-02-26Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2014-12-12Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan
2014-09-29Revert 95d737ff to add 'ignore_nulls'Stephen Frost
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-20More regression test cases for json/jsonb extraction operators.Tom Lane
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-07-22Allow empty string object keys in json_object().Andrew Dunstan
2014-06-29Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane
2014-06-25Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane
2014-06-03Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan
2014-06-03Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-28New json functions.Andrew Dunstan
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-10json_typeof function.Andrew Dunstan
2013-06-12Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan
2013-06-08Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-10JSON generation improvements.Andrew Dunstan
2012-05-19Fix incorrect logic in JSON number lexerPeter Eisentraut
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-02-20Fix a couple of cases of JSON output.Andrew Dunstan
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-01-31Built-in JSON data type.Robert Haas