aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/initsplan.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Don't use bms_membership() in cases where we don't need toDavid Rowley2023-11-28
* Don't include outer join relids in lateral_relids bitmapsets.Tom Lane2023-06-20
* Fix filtering of "cloned" outer-join quals some more.Tom Lane2023-05-25
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-17
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-02
* Fix some issues with wrong placement of pseudo-constant quals.Tom Lane2023-02-22
* When removing a relation from the query, drop its RelOptInfo.Tom Lane2023-02-13
* Further fixes in qual nullingrel adjustment for outer join commutation.Tom Lane2023-02-10
* Remove leftover code in deconstruct_distribute_oj_quals().Tom Lane2023-02-07
* Fix over-optimistic updating of info about commutable outer joins.Tom Lane2023-02-05
* Fix thinko in qual distribution.Tom Lane2023-02-04
* Fix thinko in outer-join removal.Tom Lane2023-02-04
* Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane2023-02-04
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Update copyright for 2023Bruce Momjian2023-01-02
* Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane2022-08-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix incorrect hash equality operator bug in MemoizeDavid Rowley2021-11-08
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-29
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix foreign-key selectivity estimation in the presence of constants.Tom Lane2020-10-28
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* 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
* Propagate lateral-reference information to indirect descendant relations.Tom Lane2019-02-06
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.Tom Lane2017-10-08
* Fix create_lateral_join_info to handle dead relations properly.Robert Haas2017-09-20
* Expand partitioned table RTEs level by level, without flattening.Robert Haas2017-09-14