Commits

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

DateSubjectAuthorReleases
2024-11-08 Disallow partitionwise join when collations don't match Amit Langote 16.5
2024-04-16 Ensure generated join clauses for child rels have correct relids. Tom Lane 16.3
2023-07-21 Fix calculation of relid sets for partitionwise child joins. Tom Lane 16.0
2023-05-25 Fix filtering of "cloned" outer-join quals some more. Tom Lane 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-05-18 Tweak API of new function clause_is_computable_at(). Tom Lane 16.0
2023-05-17 Fix some issues with improper placement of outer join clauses. Tom Lane 16.0
2023-03-02 Remove local optimizations of empty Bitmapsets into null pointers. Tom Lane 16.0
2023-02-23 Fix mis-handling of outer join quals generated by EquivalenceClasses. Tom Lane 16.0
2023-02-20 Correctly set userid of subquery relations' child rels Alvaro Herrera 16.0
2023-02-08 Further tighten nullingrel marking rules in build_joinrel_tlist(). Tom Lane 16.0
2023-02-07 Rethink nullingrel marking rules in build_joinrel_tlist(). Tom Lane 16.0
2023-01-30 Do assorted mop-up in the planner. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-19 Remove some dead code in selfuncs.c Alvaro Herrera 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-06 Rework query relation permission checking Alvaro Herrera 16.0
2022-11-12 Add repalloc0 and repalloc0_array Peter Eisentraut 16.0
2022-10-24 Update some comments that should've covered MERGE Alvaro Herrera 16.0
2022-08-18 Improve performance of adjust_appendrel_attrs_multilevel. Tom Lane 16.0
2022-08-17 Refactor addition of PlaceHolderVars to joinrel targetlists. Tom Lane 16.0