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-05-07 | Add ruleutils support for decompiling MERGE commands. | Tom Lane | 16.0 |
| 2023-02-25 | Fix mishandling of OLD/NEW references in subqueries in rule actions. | Dean Rasheed | 16.0 |
| 2023-02-17 | Print the correct aliases for DML target tables in ruleutils. | Tom Lane | 16.0 |
| 2022-12-06 | Rework query relation permission checking | Alvaro Herrera | 16.0 |
| 2022-12-03 | Fix DEFAULT handling for multi-row INSERT rules. | Dean Rasheed | 16.0 |
| 2022-12-02 | Remove logic for converting a table to a view. | Tom Lane | 16.0 |