Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-02-25 | Fix mishandling of OLD/NEW references in subqueries in rule actions. | Dean Rasheed | 13.11 |
| 2023-02-17 | Print the correct aliases for DML target tables in ruleutils. | Tom Lane | 13.11 |
| 2022-12-03 | Fix DEFAULT handling for multi-row INSERT rules. | Dean Rasheed | 13.10 |
| 2021-08-19 | Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. | Tom Lane | 13.5 |
| 2021-02-06 | Disallow converting an inheritance child table to a view. | Tom Lane | 13.2 |
| 2019-12-06 | Improve test coverage of ruleutils.c. | Tom Lane | 13.0 |
| 2019-11-17 | Further fix dumping of views that contain just VALUES(...). | Tom Lane | 13.0 |