summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/jsonb.sql
AgeCommit message (Expand)Author
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-01-24Adjust populate_record_field() to handle errors softlyAmit Langote
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-02-27Rework 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-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-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
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
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-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
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-03Fix json_to_record() bug with nested objects.Tom Lane
2016-02-21Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan
2015-11-05Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-15Fix NULL handling in datum_to_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-10-04Disallow invalid path elements in jsonb_setAndrew Dunstan
2015-09-13Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-05Fix some typos in regression test comments.Tom Lane
2015-06-11Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan
2015-06-08Desupport jsonb subscript deletion on objectsAndrew Dunstan