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
2016-11-14 Fix typo in comment Magnus Hagander 9.6.2
2016-10-13 Fix broken jsonb_set() logic for replacing array elements. Tom Lane 9.6.1
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-07-26 Fix typo Peter Eisentraut 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
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-23 Fix unsafe use of strtol() on a non-null-terminated Text datum. Tom Lane 9.6.0
2016-03-03 Fix json_to_record() bug with nested objects. Tom Lane 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-12-11 Improve some messages Peter Eisentraut 9.6.0
2015-10-12 Use JsonbIteratorToken consistently in automatic variable declarations. Noah Misch 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-28 Only adjust negative indexes in json_get up to the length of the path. Andrew Dunstan 9.6.0
2015-07-19 Remove dead code. Andrew Dunstan 9.6.0
2015-07-18 Support JSON negative array subscripts everywhere Andrew Dunstan 9.6.0