summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/json.sql
AgeCommit message (Expand)Author
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-08-05Optimize JSON escaping using SIMDDavid Rowley
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-09-02Speed up lexing of long JSON stringsJohn Naylor
2021-03-01Improve reporting for syntax errors in multi-line JSON data.Tom Lane
2019-08-21Remove unnecessary test dependency on the contents of pg_pltemplate.Tom Lane
2019-08-19Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane
2019-06-11Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane
2019-03-15Fix typo related to to_tsvector() in tests of json and jsonbMichael Paquier
2018-11-22Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane
2018-07-13Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane
2018-04-07Make test of json(b)_to_tsvector language-independTeodor Sigaev
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2017-11-06Add tests for json{b}_populate_recordset() crash case.Tom Lane
2017-10-26Support domains over composite types.Tom Lane
2017-10-25Process variadic arguments consistently in json functionsAndrew Dunstan
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