Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-08-29 | Fix semijoin unique-ification for child relations | Richard Guo | 18.0 |
| 2025-08-28 | Fix "variable not found in subplan target lists" in semijoin de-duplication. | Tom Lane | 18.0 |
| 2025-05-08 | Track the number of presorted outer pathkeys in MergePath | Richard Guo | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-12-19 | Improve planner's handling of SetOp plans. | Tom Lane | 18.0 |
| 2024-12-19 | Convert SetOp to read its inputs as outerPlan and innerPlan. | Tom Lane | 18.0 |
| 2024-08-21 | Treat number of disabled nodes in a path as a separate cost metric. | Robert Haas | 18.0 |
| 2024-07-29 | Simplify create_merge_append_path for clarity | Richard Guo | 18.0 |
| 2024-07-23 | Remove redundant code in create_gather_merge_path | Richard Guo | 18.0 |
| 2024-07-23 | Fix rowcount estimate for gather (merge) paths | Richard Guo | 18.0 |