Commits

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

DateSubjectAuthorReleases
2026-05-05 Consider collation when proving subquery uniqueness Richard Guo 17.10
2026-04-20 Fix relid-set clobber during join removal. Tom Lane 17.10
2026-04-20 Clean up all relid fields of RestrictInfos during join removal. Tom Lane 17.10
2024-05-09 Make left-join removal safe under -DREALLOCATE_BITMAPSETS. Tom Lane 17.0
2024-05-06 Revert: Remove useless self-joins Alexander Korotkov 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-02-23 Replace lateral references to removed rels in subqueries Alexander Korotkov 17.0
2024-02-22 pgindent fix Peter Eisentraut 17.0
2024-02-20 Replace relids in lateral subquery parse tree during SJE Alexander Korotkov 17.0
2024-02-16 Replace calls to pg_qsort() with the qsort() macro. Nathan Bossart 17.0
2024-01-15 Fix 'negative bitmapset member' error Alexander Korotkov 17.0
2024-01-09 An addition to 8c441c08279 Alexander Korotkov 17.0
2024-01-09 Forbid SJE with result relation Alexander Korotkov 17.0
2024-01-08 Fix misuse of RelOptInfo.unique_for_rels cache by SJE Alexander Korotkov 17.0
2024-01-06 Fix the issue that SJE mistakenly omits qual clauses Alexander Korotkov 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2024-01-02 Replace the relid in some missing fields during SJE Alexander Korotkov 17.0
2023-12-27 Make replace_relid() leave argument unmodified Alexander Korotkov 17.0
2023-12-24 Fix a comment for remove_self_joins_recurse() Alexander Korotkov 17.0
2023-12-24 Don't constrain self-join removal due to PHVs Alexander Korotkov 17.0
2023-12-24 Handle PlaceHolderVar case in replace_varno_walker Alexander Korotkov 17.0
2023-11-10 Fix how SJE checks against PHVs Alexander Korotkov 17.0
2023-11-09 Fix the way SJE removes references from PHVs Alexander Korotkov 17.0
2023-11-06 Fix allocation of UniqueRelInfo Alexander Korotkov 17.0
2023-10-27 Make UniqueRelInfo a node Alexander Korotkov 17.0