Commits

Showing commits that first shipped in 17 (backpatches included). Clear

DateSubjectAuthorReleases
2025-11-24 Fix incorrect IndexOptInfo header comment David Rowley 17.8
2025-04-02 Fix code comment Peter Eisentraut 17.5
2024-11-26 Fix C23 compiler warning Peter Eisentraut 17.3
2024-06-06 Restore preprocess_groupclause() Alexander Korotkov 17.0
2024-06-06 Rename PathKeyInfo to GroupByOrdering Alexander Korotkov 17.0
2024-05-21 Re-allow planner to use Merge Append to efficiently implement UNION. Robert Haas 17.0
2024-05-20 Revert commit 66c0185a3 and follow-on patches. Tom Lane 17.0
2024-05-06 Revert: Remove useless self-joins Alexander Korotkov 17.0
2024-05-05 Fix query pullup issue with WindowClause runCondition David Rowley 17.0
2024-05-03 Fix an assortment of typos David Rowley 17.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-04-12 Fix IS [NOT] NULL qual optimization for inheritance tables 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-25 Reduce memory used by partitionwise joins Amit Langote 17.0
2024-03-25 Allow planner to use Merge Append to efficiently implement UNION David Rowley 17.0
2024-01-23 Add better handling of redundant IS [NOT] NULL quals David Rowley 17.0
2024-01-21 Explore alternative orderings of group-by pathkeys during optimization. Alexander Korotkov 17.0
2024-01-08 Fix misuse of RelOptInfo.unique_for_rels cache by SJE Alexander Korotkov 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-27 Make UniqueRelInfo a node Alexander Korotkov 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-10-24 Fix problems when a plain-inheritance parent table is excluded. Tom Lane 17.0
2023-08-15 Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. Etsuro Fujita 17.0
2023-08-03 Update comments on CustomPath struct. Etsuro Fujita 17.0