Commits

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

DateSubjectAuthorReleases
2026-06-22 Strip removed-relation references from PlaceHolderVars at join removal Richard Guo 18 (unreleased)
2026-04-20 Clean up all relid fields of RestrictInfos during join removal. Tom Lane 18.4
2026-03-20 Fix self-join removal to update bare Var references in join clauses Alexander Korotkov 18.4
2026-02-20 Fix computation of varnullingrels when translating appendrel Var Richard Guo 18.3
2025-12-29 Ignore PlaceHolderVars when looking up statistics Richard Guo 18.2
2025-10-30 Disable parallel plans for RIGHT_SEMI joins Richard Guo 18.1
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-06-29 Fix some new issues with planning of PlaceHolderVars. Tom Lane 18.0
2025-06-20 Remove planner's have_dangerous_phv() join-order restriction. Tom Lane 18.0
2025-04-29 Fixes for ChangeVarNodes_walker() Alexander Korotkov 18.0
2025-04-27 Disallow removing placeholders during Self-Join Elimination. Alexander Korotkov 18.0
2025-03-28 Make group_similar_or_args() reorder clause list as little as possible Alexander Korotkov 18.0
2025-02-17 Implement Self-Join Elimination Alexander Korotkov 18.0
2025-02-04 Allow usage of match_orclause_to_indexcol() for joins Alexander Korotkov 18.0
2025-01-02 Ignore nullingrels when looking up statistics Richard Guo 18.0
2024-12-19 Fix bitmap table scan crash on iterator release Melanie Plageman 18.0
2024-12-12 Improve the test case from 5668a857d Richard Guo 18.0
2024-12-09 Fix right-semi-joins in HashJoin rescans Richard Guo 18.0
2024-11-23 Teach bitmap path generation about transforming OR-clauses to SAOP's Alexander Korotkov 18.0
2024-11-23 Transform OR-clauses to SAOP's during index matching Alexander Korotkov 18.0
2024-10-25 Remove the RTE_GROUP RTE if we drop the groupClause Richard Guo 18.0
2024-10-17 Don't store intermediate hash values in ExprState->resvalue David Rowley 18.0
2024-10-11 Adjust EXPLAIN's output for disabled nodes David Rowley 18.0
2024-09-27 Recalculate where-needed data accurately after a join removal. Tom Lane 18.0