Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-05-05 | Fix query pullup issue with WindowClause runCondition | David Rowley | 17.0 |
| 2024-03-30 | Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. | Dean Rasheed | 17.0 |
| 2024-03-26 | Propagate pathkeys from CTEs up to the outer query. | Tom Lane | 17.0 |
| 2024-03-19 | Postpone reparameterization of paths until create_plan(). | Tom Lane | 17.0 |
| 2024-01-08 | Allow examine_simple_variable() to work on INSERT RETURNING Vars. | Tom Lane | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-08-15 | Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. | Etsuro Fujita | 17.0 |