Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-07-04 | Disallow renaming a rule to "_RETURN". | Tom Lane | 14 (unreleased) |
| 2023-02-25 | Fix mishandling of OLD/NEW references in subqueries in rule actions. | Dean Rasheed | 14.8 |
| 2023-02-17 | Print the correct aliases for DML target tables in ruleutils. | Tom Lane | 14.8 |
| 2022-12-03 | Fix DEFAULT handling for multi-row INSERT rules. | Dean Rasheed | 14.7 |
| 2021-08-19 | Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. | Tom Lane | 14.0 |
| 2021-02-06 | Disallow converting an inheritance child table to a view. | Tom Lane | 14.0 |