Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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-02-23 | Avoid dangling-pointer problem with partitionwise joins under GEQO. | Tom Lane | 17.0 |
| 2024-01-10 | Fix Asserts in calc_non_nestloop_required_outer(). | Tom Lane | 17.0 |
| 2023-10-24 | Fix problems when a plain-inheritance parent table is excluded. | Tom Lane | 17.0 |
| 2023-07-14 | Allow plan nodes with initPlans to be considered parallel-safe. | Tom Lane | 17.0 |