summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/relnode.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-26Remove dead code in get_param_path_clause_serials()Richard Guo
2024-11-08Disallow partitionwise join when collations don't matchAmit Langote
2024-07-30Fix partitionwise join with partially-redundant join clausesRichard Guo
2024-07-29Reduce memory used by partitionwise joinsRichard Guo
2024-04-16Ensure generated join clauses for child rels have correct relids.Tom Lane
2024-04-12Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-08Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-19Prevent integer overflow when forming tuple width estimates.Tom Lane
2023-09-29Robustify find_base_rel and find_base_rel_ignore_joinDavid Rowley
2023-07-21Fix calculation of relid sets for partitionwise child joins.Tom Lane
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-18Tweak API of new function clause_is_computable_at().Tom Lane
2023-05-17Fix some issues with improper placement of outer join clauses.Tom Lane
2023-03-02Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane
2023-02-23Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane
2023-02-20Correctly set userid of subquery relations' child relsAlvaro Herrera
2023-02-08Further tighten nullingrel marking rules in build_joinrel_tlist().Tom Lane
2023-02-07Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-19Remove some dead code in selfuncs.cAlvaro Herrera
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-11-12Add repalloc0 and repalloc0_arrayPeter Eisentraut
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-08-18Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane
2022-08-17Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-02Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-02Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley
2020-05-12Remove unnecessary #include.Etsuro Fujita
2020-04-08Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-04-03Cosmetic improvements for code related to partitionwise join.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-27Fix typo in comment.Etsuro Fujita
2019-11-05Generate EquivalenceClass members for partitionwise child join rels.Tom Lane
2019-08-16Remove useless bms_free() calls in build_child_join_rel().Etsuro Fujita
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-09Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane
2019-07-21Speed up finding EquivalenceClasses for a given set of relsDavid Rowley