Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-16 | Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. | Dean Rasheed | 18.2 |
| 2025-09-05 | Fix concurrent update issue with MERGE. | Dean Rasheed | 18.0 |
| 2025-09-04 | Fix replica identity check for INSERT ON CONFLICT DO UPDATE. | Dean Rasheed | 18.0 |
| 2025-07-18 | Fix concurrent update trigger issues with MERGE in a CTE. | Dean Rasheed | 18.0 |
| 2025-05-31 | Fix MERGE into a plain inheritance parent table. | Dean Rasheed | 18.0 |
| 2025-03-29 | Fix MERGE with DO NOTHING actions into a partitioned table. | Dean Rasheed | 18.0 |
| 2025-01-16 | Add OLD/NEW support to RETURNING in DML queries. | Dean Rasheed | 18.0 |