Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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-10-13 | Fix broken jsonb_set() logic for replacing array elements. | Tom Lane | 9.6.1 |
| 2016-03-03 | Fix json_to_record() bug with nested objects. | Tom Lane | 9.6.0 |
| 2015-11-05 | Fix erroneous hash calculations in gin_extract_jsonb_path(). | Tom Lane | 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-05 | Fix insufficiently-portable regression test case. | Tom Lane | 9.6.0 |
| 2015-07-05 | Fix some typos in regression test comments. | Tom Lane | 9.6.0 |