aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/jsonb.sql
Commit message (Expand)AuthorAge
* Add jsonb_insertTeodor Sigaev2016-04-06
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-21
* Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane2015-11-05
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Fix NULL handling in datum_to_jsonb().Tom Lane2015-10-15
* Factor out encoding specific tests for jsonAndrew Dunstan2015-10-07
* Fix insufficiently-portable regression test case.Tom Lane2015-10-05
* Prevent stack overflow in json-related functions.Noah Misch2015-10-05
* Disallow invalid path elements in jsonb_setAndrew Dunstan2015-10-04
* Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan2015-09-13
* Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan2015-07-24
* Support JSON negative array subscripts everywhereAndrew Dunstan2015-07-17
* Fix some typos in regression test comments.Tom Lane2015-07-05
* Rename jsonb - text[] operator to #- to avoid ambiguity.Andrew Dunstan2015-06-11
* Desupport jsonb subscript deletion on objectsAndrew Dunstan2015-06-07
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-31
* Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan2015-05-13
* Additional functions and operators for jsonbAndrew Dunstan2015-05-12
* Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan2015-02-26
* Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane2015-01-30
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-12
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-12
* Fix bogus optimization in JSONB containment tests.Tom Lane2014-10-11
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-22
* More regression test cases for json/jsonb extraction operators.Tom Lane2014-08-20
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-20
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane2014-05-09
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Do jsonb regression test input in the conventional way.Andrew Dunstan2014-03-23
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23