Commits

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

DateSubjectAuthorReleases
2026-05-05 Consider collation when proving uniqueness from unique indexes Richard Guo 18.4
2026-04-09 Strip PlaceHolderVars from partition pruning operands Richard Guo 18.4
2025-12-29 Strip PlaceHolderVars from index operands Richard Guo 18.2
2025-11-27 Allow indexscans on partial hash indexes with implied quals. Tom Lane 18.2
2025-11-17 Clean up match_orclause_to_indexcol(). Tom Lane 18.2
2025-09-19 Improve wording in a few comments David Rowley 18.0
2025-04-08 Speedup child EquivalenceMember lookup in planner David Rowley 18.0
2025-04-04 Extract make_SAOP_expr() function from match_orclause_to_indexcol() Alexander Korotkov 18.0
2025-04-04 Convert PathKey to use CompareType Peter Eisentraut 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-02-04 Revise the header comment for match_clause_to_indexcol() Alexander Korotkov 18.0
2025-01-15 Rename RowCompareType to CompareType Peter Eisentraut 18.0
2025-01-01 Fix an assortment of spelling mistakes and typos David Rowley 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-29 Skip not SOAP-supported indexes while transforming an OR clause into SAOP Alexander Korotkov 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-11-25 Remove the wrong assertion from match_orclause_to_indexcol() Alexander Korotkov 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