summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/json.out
Commit message (Expand)AuthorAgeFilesLines
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-7/+4
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-4/+4
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-111-0/+19
* Speed up lexing of long JSON stringsJohn Naylor2022-09-021-0/+13
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-011-0/+35
* Remove unnecessary test dependency on the contents of pg_pltemplate.Tom Lane2019-08-211-6/+10
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-191-3/+26
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-111-0/+36
* Fix typo related to to_tsvector() in tests of json and jsonbMichael Paquier2019-03-151-1/+1
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-071-3/+3
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-221-0/+13
* Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane2018-07-131-0/+10
* Add missing serial commasPeter Eisentraut2018-06-071-3/+3
* Refine error messagesPeter Eisentraut2018-05-081-17/+17
* Make test of json(b)_to_tsvector language-independTeodor Sigaev2018-04-071-11/+11
* Add json(b)_to_tsvector functionTeodor Sigaev2018-04-071-0/+122
* Add tests for json{b}_populate_recordset() crash case.Tom Lane2017-11-061-0/+13
* Support domains over composite types.Tom Lane2017-10-261-0/+53
* Process variadic arguments consistently in json functionsAndrew Dunstan2017-10-251-0/+107
* Message style fixesPeter Eisentraut2017-09-111-13/+13
* Make json_populate_record and friends operate recursivelyAndrew Dunstan2017-04-061-5/+461
* Fix unstable regression test result.Tom Lane2017-03-311-1/+1
* Full Text Search support for json and jsonbAndrew Dunstan2017-03-311-0/+90
* Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan2017-02-221-0/+9
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-021-0/+16
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-211-0/+14
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-201-0/+18
* Factor out encoding specific tests for jsonAndrew Dunstan2015-10-071-112/+1
* Fix insufficiently-portable regression test case.Tom Lane2015-10-051-2/+2
* Prevent stack overflow in json-related functions.Noah Misch2015-10-051-0/+9
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-241-1/+20
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-171-0/+14
* Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan2015-02-261-0/+24
* Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane2015-01-301-16/+42
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-121-0/+50
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-291-58/+0
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-111-0/+58
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-221-17/+153
* More regression test cases for json/jsonb extraction operators.Tom Lane2014-08-201-2/+60
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-201-19/+166
* Improve some JSON error messages.Robert Haas2014-08-051-1/+2
* Allow empty string object keys in json_object().Andrew Dunstan2014-07-221-2/+6
* Add missing serial commasPeter Eisentraut2014-07-151-3/+3
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-291-19/+21
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-241-0/+15
* Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan2014-06-031-3/+3
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-031-0/+14
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-031-0/+23
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-3/+46
* Add json_array_elements_text function.Andrew Dunstan2014-01-291-4/+30