Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-04-06 | Avoid unsafe access to negative index in a TupleDesc. | Tom Lane | 16.14 |
| 2025-11-06 | Disallow generated columns in COPY WHERE clause | Peter Eisentraut | 16.11 |
| 2023-03-17 | Improve several permission-related error messages. | Peter Eisentraut | 16.0 |
| 2023-03-13 | Add a DEFAULT option to COPY FROM | Andrew Dunstan | 16.0 |
| 2023-03-10 | Ensure COPY TO on an RLS-enabled table copies no more than it should. | 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-10-11 | Add support for COPY TO callback functions | Michael Paquier | 16.0 |
| 2022-08-12 | Reject MERGE in CTEs and COPY | Alvaro Herrera | 16.0 |
| 2022-07-11 | Improve two comments related to a boolean DefElem's value | Michael Paquier | 16.0 |