Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-14 | Make INSERT-from-multiple-VALUES-rows handle domain target columns. | Tom Lane | 16.3 |
| 2023-09-15 | Track nesting depth correctly when drilling down into RECORD Vars. | Tom Lane | 16.1 |
| 2023-05-17 | Add back SQLValueFunction for SQL keywords | Michael Paquier | 16.0 |
| 2023-03-29 | SQL/JSON: add standard JSON constructor functions | Alvaro Herrera | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-06 | Rework query relation permission checking | Alvaro Herrera | 16.0 |
| 2022-11-21 | Replace SQLValueFunction by COERCE_SQL_SYNTAX | Michael Paquier | 16.0 |
| 2022-11-20 | Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX | Michael Paquier | 16.0 |
| 2022-09-18 | Remove unused argument "isSlice" from transformAssignmentSubscripts() | Michael Paquier | 16.0 |
| 2022-09-01 | Revert SQL/JSON features | Andrew Dunstan | 16.0 |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut | 16.0 |