Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-07-04 | Disallow renaming a rule to "_RETURN". | Tom Lane | 16 (unreleased) |
| 2023-01-18 | Get rid of the "new" and "old" entries in a view's rangetable. | Tom Lane | 16.0 |
| 2023-01-12 | Revert "Get rid of the "new" and "old" entries in a view's rangetable." | Tom Lane | 16.0 |
| 2023-01-12 | Get rid of the "new" and "old" entries in a view's rangetable. | 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-12-02 | Remove logic for converting a table to a view. | Tom Lane | 16.0 |
| 2022-11-13 | Refactor ownercheck functions | Peter Eisentraut | 16.0 |
| 2022-10-17 | Reject non-ON-SELECT rules that are named "_RETURN". | Tom Lane | 16.0 |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane | 16.0 |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut | 16.0 |