summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/jsonb.out
Commit message (Expand)AuthorAgeFilesLines
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-011-0/+31
* Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov2021-01-311-0/+27
* Filling array gaps during jsonb subscriptingAlexander Korotkov2021-01-311-0/+135
* Implementation of subscripting for jsonbAlexander Korotkov2021-01-311-1/+271
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-211-2/+34
* Further tweaking of jsonb_set_lax().Tom Lane2020-01-201-5/+5
* Add a non-strict version of jsonb_setAndrew Dunstan2020-01-171-0/+57
* Remove unnecessary test dependency on the contents of pg_pltemplate.Tom Lane2019-08-211-9/+13
* 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
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-011-0/+453
* Fix typo related to to_tsvector() in tests of json and jsonbMichael Paquier2019-03-151-1/+1
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-3/+3
* 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
* Improve jsonb cast error messageTeodor Sigaev2018-05-091-4/+4
* 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 casts from jsonbTeodor Sigaev2018-03-291-0/+105
* 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/+105
* Message style fixesPeter Eisentraut2017-09-111-13/+13
* Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane2017-05-291-15/+3
* Make json_populate_record and friends operate recursivelyAndrew Dunstan2017-04-061-5/+473
* 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
* Implement array version of jsonb_delete and operatorMagnus Hagander2017-01-181-0/+18
* Fix broken jsonb_set() logic for replacing array elements.Tom Lane2016-10-131-0/+6
* Add jsonb_insertTeodor Sigaev2016-04-061-0/+129
* Code review for error reports in jsonb_set().Tom Lane2016-03-231-6/+6
* 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
* Improve some messagesPeter Eisentraut2015-12-101-1/+1
* Message improvementsPeter Eisentraut2015-11-161-1/+1
* Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane2015-11-051-0/+50
* Message style improvementsPeter Eisentraut2015-10-281-3/+3
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-201-0/+18
* Fix NULL handling in datum_to_jsonb().Tom Lane2015-10-151-0/+9
* Factor out encoding specific tests for jsonAndrew Dunstan2015-10-071-130/+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
* Disallow invalid path elements in jsonb_setAndrew Dunstan2015-10-041-15/+9
* Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan2015-09-131-0/+36
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-241-1/+18
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-171-0/+30