Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-08-19 | Restore json{b}_populate_record{set}'s ability to take type info from AS. | Tom Lane | 11.6 |
| 2019-06-11 | Fix conversion of JSON strings to JSON output columns in json_to_record(). | Tom Lane | 11.4 |
| 2018-11-22 | Fix another crash in json{b}_populate_recordset and json{b}_to_recordset. | Tom Lane | 11.2 |
| 2018-07-13 | Fix crash in json{b}_populate_recordset() and json{b}_to_recordset(). | Tom Lane | 11.0 |
| 2018-06-08 | Add missing serial commas | Peter Eisentraut | 11.0 |
| 2018-05-08 | Refine error messages | Peter Eisentraut | 11.0 |
| 2018-04-07 | Make test of json(b)_to_tsvector language-independ | Teodor Sigaev | 11.0 |
| 2018-04-07 | Add json(b)_to_tsvector function | Teodor Sigaev | 11.0 |
| 2017-11-06 | Add tests for json{b}_populate_recordset() crash case. | Tom Lane | 11.0 |
| 2017-10-26 | Support domains over composite types. | Tom Lane | 11.0 |
| 2017-10-25 | Process variadic arguments consistently in json functions | Andrew Dunstan | 11.0 |
| 2017-09-11 | Message style fixes | Peter Eisentraut | 11.0 |