Commits

DateSubjectAuthorReleases
2026-03-01 Correctly calculate "MCV frequency" for a unique column. Tom Lane 19 (unreleased)
2026-01-08 Fix misc typos, mostly in comments Heikki Linnakangas 19 (unreleased)
2026-01-05 Remove redundant SET enable_partitionwise_join = on. Robert Haas 19 (unreleased)
2025-12-29 Ensure sanity of hash-join costing when there are no MCV statistics. Tom Lane 19 (unreleased)
2025-12-05 Don't reset the pathlist of partitioned joinrels. Robert Haas 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2025-08-19 Pathify RHS unique-ification for semijoin planning Richard Guo 19 (unreleased)
2025-05-18 Fix tuple_fraction calculation in generate_orderedappend_paths() Alexander Korotkov 18.0
2025-03-28 Make group_similar_or_args() reorder clause list as little as possible Alexander Korotkov 18.0
2025-03-10 Teach Append to consider tuple_fraction when accumulating subpaths. Alexander Korotkov 18.0
2025-02-19 Fix freeing a child join's SpecialJoinInfo Richard Guo 17.5
2025-02-19 Fix freeing a child join's SpecialJoinInfo Richard Guo 18.0
2025-02-04 Allow usage of match_orclause_to_indexcol() for joins Alexander Korotkov 18.0
2024-07-30 Fix partitionwise join with partially-redundant join clauses Richard Guo 18.0
2024-07-05 Support "Right Semi Join" plan shapes Richard Guo 18.0
2024-03-19 Postpone reparameterization of paths until create_plan(). Tom Lane 17.0
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 14.11
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 13.14
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 16.2
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 12.18
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 15.6
2023-07-21 Fix calculation of relid sets for partitionwise child joins. Tom Lane 16.0
2023-07-21 Fix calculation of relid sets for partitionwise child joins. Tom Lane 17.0
2023-04-05 Support "Right Anti Join" plan shapes. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0