aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/relnode.c
Commit message (Expand)AuthorAge
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane2024-01-08
* Update copyright for 2024Bruce Momjian2024-01-03
* Prevent integer overflow when forming tuple width estimates.Tom Lane2023-12-19
* Robustify find_base_rel and find_base_rel_ignore_joinDavid Rowley2023-09-29
* Fix calculation of relid sets for partitionwise child joins.Tom Lane2023-07-21
* Fix filtering of "cloned" outer-join quals some more.Tom Lane2023-05-25
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Tweak API of new function clause_is_computable_at().Tom Lane2023-05-18
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-17
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-02
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-23
* Correctly set userid of subquery relations' child relsAlvaro Herrera2023-02-20
* Further tighten nullingrel marking rules in build_joinrel_tlist().Tom Lane2023-02-08
* Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane2023-02-07
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Remove some dead code in selfuncs.cAlvaro Herrera2023-01-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-12
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-24
* Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane2022-08-18
* Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane2022-08-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-03
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-02
* Remove unnecessary #include.Etsuro Fujita2020-05-12
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-07
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix typo in comment.Etsuro Fujita2019-11-27
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Remove useless bms_free() calls in build_child_join_rel().Etsuro Fujita2019-08-16
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane2019-08-09
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Compute root->qual_security_level in a less random place.Tom Lane2019-03-31
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Build "other rels" of appendrel baserels in a separate step.Tom Lane2019-03-26
* Split create_foreignscan_path() into three functions.Tom Lane2019-02-07
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10