Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-07-04 | Disallow renaming a rule to "_RETURN". | Tom Lane | 15 (unreleased) |
| 2023-05-07 | Add ruleutils support for decompiling MERGE commands. | Tom Lane | 15.3 |
| 2023-02-25 | Fix mishandling of OLD/NEW references in subqueries in rule actions. | Dean Rasheed | 15.3 |
| 2023-02-17 | Print the correct aliases for DML target tables in ruleutils. | Tom Lane | 15.3 |
| 2022-12-03 | Fix DEFAULT handling for multi-row INSERT rules. | Dean Rasheed | 15.2 |
| 2022-04-09 | Fix whitespace | Peter Eisentraut | 15.0 |
| 2022-03-28 | Add support for MERGE SQL command | Alvaro Herrera | 15.0 |
| 2022-03-22 | Add support for security invoker views. | Dean Rasheed | 15.0 |
| 2022-02-08 | Rearrange core regression tests to reduce cross-script dependencies. | Tom Lane | 15.0 |
| 2021-08-19 | Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. | Tom Lane | 15.0 |