Commits

Showing commits that first shipped in 9.4 (backpatches included). Clear

DateSubjectAuthorReleases
2017-11-06 Make json{b}_populate_recordset() use the right tuple descriptor. Tom Lane 9.4.15
2016-03-03 Fix json_to_record() bug with nested objects. Tom Lane 9.4.7
2015-11-05 Fix erroneous hash calculations in gin_extract_jsonb_path(). Tom Lane 9.4.6
2015-10-08 Factor out encoding specific tests for json Andrew Dunstan 9.4.6
2015-10-05 Fix insufficiently-portable regression test case. Tom Lane 9.4.5
2015-10-05 Prevent stack overflow in json-related functions. Noah Misch 9.4.5
2015-07-05 Fix some typos in regression test comments. Tom Lane 9.4.5
2015-01-30 Fix jsonb Unicode escape processing, and in consequence disallow \u0000. Tom Lane 9.4.1
2014-10-11 Fix bogus optimization in JSONB containment tests. Tom Lane 9.4.0
2014-08-22 Fix corner-case behaviors in JSON/JSONB field extraction operators. Tom Lane 9.4.0
2014-08-20 More regression test cases for json/jsonb extraction operators. Tom Lane 9.4.0
2014-08-20 Fix core dump in jsonb #> operator, and add regression test cases. Tom Lane 9.4.0
2014-06-29 Remove use_json_as_text options from json_to_record/json_populate_record. Tom Lane 9.4.0
2014-06-25 Rationalize error messages within jsonfuncs.c. Tom Lane 9.4.0
2014-06-03 Do not escape a unicode sequence when escaping JSON text. Andrew Dunstan 9.4.0
2014-05-11 Rename jsonb_hash_ops to jsonb_path_ops. Tom Lane 9.4.0
2014-05-09 Improve key representation for GIN jsonb_ops, and fix existence-search bug. Tom Lane 9.4.0
2014-03-26 Cleanup around json_to_record/json_to_recordset Andrew Dunstan 9.4.0
2014-03-24 Do jsonb regression test input in the conventional way. Andrew Dunstan 9.4.0
2014-03-23 Introduce jsonb, a structured format for storing json. Andrew Dunstan 9.4.0