Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-08 | Replace pg_mblen() with bounds-checked versions. | Thomas Munro | 16.12 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-03-31 | SQL/JSON: support the IS JSON predicate | Alvaro Herrera | 16.0 |
| 2023-03-13 | Fix JSON error reporting for many cases of erroneous string values. | Tom Lane | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-12 | Fix jsonb subscripting to cope with toasted subscript values. | Tom Lane | 16.0 |
| 2022-12-11 | Convert json_in and jsonb_in to report errors softly. | Tom Lane | 16.0 |
| 2022-12-11 | Change JsonSemAction to allow non-throw error reporting. | Tom Lane | 16.0 |
| 2022-10-18 | Rename SetSingleFuncCall() to InitMaterializedSRF() | Michael Paquier | 16.0 |
| 2022-09-28 | Change some errdetail() to errdetail_internal() | Alvaro Herrera | 16.0 |
| 2022-09-01 | Revert SQL/JSON features | Andrew Dunstan | 16.0 |
| 2022-07-01 | Add construct_array_builtin, deconstruct_array_builtin | Peter Eisentraut | 16.0 |