Commits

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

DateSubjectAuthorReleases
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 9.6.21
2017-11-06 Make json{b}_populate_recordset() use the right tuple descriptor. Tom Lane 9.6.6
2017-10-25 Process variadic arguments consistently in json functions Andrew Dunstan 9.6.6
2016-10-13 Fix broken jsonb_set() logic for replacing array elements. Tom Lane 9.6.1
2016-04-06 Add jsonb_insert Teodor Sigaev 9.6.0
2016-03-23 Code review for error reports in jsonb_set(). Tom Lane 9.6.0
2016-03-03 Fix json_to_record() bug with nested objects. Tom Lane 9.6.0
2016-02-21 Fix two-argument jsonb_object when called with empty arrays Andrew Dunstan 9.6.0
2015-12-11 Improve some messages Peter Eisentraut 9.6.0
2015-11-17 Message improvements Peter Eisentraut 9.6.0
2015-11-05 Fix erroneous hash calculations in gin_extract_jsonb_path(). Tom Lane 9.6.0
2015-10-29 Message style improvements Peter Eisentraut 9.6.0
2015-10-20 Fix incorrect translation of minus-infinity datetimes for json/jsonb. Tom Lane 9.6.0
2015-10-15 Fix NULL handling in datum_to_jsonb(). Tom Lane 9.6.0
2015-10-08 Factor out encoding specific tests for json Andrew Dunstan 9.6.0
2015-10-05 Fix insufficiently-portable regression test case. Tom Lane 9.6.0
2015-10-05 Prevent stack overflow in json-related functions. Noah Misch 9.6.0
2015-10-04 Disallow invalid path elements in jsonb_set Andrew Dunstan 9.6.0
2015-09-13 Fix the fastpath rule for jsonb_concat with an empty operand. Andrew Dunstan 9.6.0
2015-07-24 Fix treatment of nulls in jsonb_agg and jsonb_object_agg Andrew Dunstan 9.6.0
2015-07-18 Support JSON negative array subscripts everywhere Andrew Dunstan 9.6.0
2015-07-05 Fix some typos in regression test comments. Tom Lane 9.6.0