summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/jsonb.out
AgeCommit message (Expand)Author
2025-12-13Fix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-01-24Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane
2024-08-16Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-01-24Adjust populate_record_field() to handle errors softlyAmit Langote
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-02-28Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-12Fix jsonb subscripting to cope with toasted subscript values.Tom Lane
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-03-01Improve reporting for syntax errors in multi-line JSON data.Tom Lane
2021-01-31Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov
2021-01-31Filling array gaps during jsonb subscriptingAlexander Korotkov
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-01-20Further tweaking of jsonb_set_lax().Tom Lane
2020-01-17Add a non-strict version of jsonb_setAndrew Dunstan
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-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-03-15Fix typo related to to_tsvector() in tests of json and jsonbMichael Paquier
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2018-12-07Fix some errhint and errdetail strings missing a periodMichael 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-06-07Add missing serial commasPeter Eisentraut
2018-05-09Improve jsonb cast error messageTeodor Sigaev
2018-05-08Refine error messagesPeter Eisentraut
2018-04-07Make test of json(b)_to_tsvector language-independTeodor Sigaev
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-03-29Add casts from jsonbTeodor 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-09-11Message style fixesPeter Eisentraut
2017-05-29Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane
2017-04-06Make json_populate_record and friends operate recursivelyAndrew Dunstan
2017-03-31Fix 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
2017-01-18Implement array version of jsonb_delete and operatorMagnus Hagander
2016-10-13Fix broken jsonb_set() logic for replacing array elements.Tom Lane
2016-04-06Add jsonb_insertTeodor Sigaev
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-02Fix json_to_record() bug with nested objects.Tom Lane
2016-02-21Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan