Commits

DateSubjectAuthorReleases
2024-04-16 Ensure generated join clauses for child rels have correct relids. Tom Lane 16.3
2024-04-12 Fix IS [NOT] NULL qual optimization for inheritance tables David Rowley 17.0
2024-03-13 Make the order of the header file includes consistent Peter Eisentraut 17.0
2024-01-23 Add better handling of redundant IS [NOT] NULL quals David Rowley 17.0
2024-01-08 Allow examine_simple_variable() to work on INSERT RETURNING Vars. Tom Lane 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-19 Prevent integer overflow when forming tuple width estimates. Tom Lane 17.0
2023-09-29 Robustify find_base_rel and find_base_rel_ignore_join David Rowley 17.0
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-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