summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/planmain.c
Commit message (Expand)AuthorAgeFilesLines
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-2/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-241-1/+1
* Make PlaceHolderInfo lookup O(1).Tom Lane2022-08-171-0/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-0/+7
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane2019-08-091-9/+1
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-211-0/+6
* Avoid passing query tlist around separately from root->processed_tlist.Tom Lane2019-03-271-4/+2
* Build "other rels" of appendrel baserels in a separate step.Tom Lane2019-03-261-8/+16
* Refactor planner's header files.Tom Lane2019-01-291-0/+1
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-281-38/+65
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-101-0/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Postpone calculating total_table_pages until after pruning/exclusion.Tom Lane2018-11-071-30/+0
* Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera2018-06-261-0/+6
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Reduce semijoins with unique inner relations to plain inner joins.Tom Lane2017-05-011-0/+6
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-031-2/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Speed up planner's scanning for parallel-query hazards.Tom Lane2016-08-191-5/+4
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-181-0/+9
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-061-4/+4
* Rethink representation of PathTargets.Tom Lane2016-03-141-1/+1
* Finish refactoring make_foo() functions in createplan.c.Tom Lane2016-03-081-1/+1
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-071-4/+3
* Support parallel joins, and make related improvements.Robert Haas2016-01-201-1/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-111-4/+2
* Generate parallel sequential scan plans in simple cases.Robert Haas2015-11-111-0/+12
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-6/+6
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-301-0/+7
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-171-6/+7
* Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane2013-08-051-207/+20
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-291-38/+14
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-291-1/+2
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-261-0/+9
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-161-1/+1
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-271-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-081-1/+1
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-031-16/+4