index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
planmain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
1
-2
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
1
-1
/
+1
*
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
1
-0
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
1
-0
/
+7
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
1
-9
/
+1
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
1
-0
/
+6
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
1
-4
/
+2
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
1
-8
/
+16
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-0
/
+1
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
1
-38
/
+65
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
1
-0
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-11-07
1
-30
/
+0
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
1
-0
/
+6
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
1
-0
/
+6
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
1
-2
/
+1
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
1
-5
/
+4
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
1
-0
/
+9
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
1
-4
/
+4
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
1
-1
/
+1
*
Finish refactoring make_foo() functions in createplan.c.
Tom Lane
2016-03-08
1
-1
/
+1
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
1
-4
/
+3
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
1
-1
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
1
-4
/
+2
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
1
-0
/
+12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-6
/
+6
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
1
-0
/
+7
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
1
-6
/
+7
*
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-05
1
-207
/
+20
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
1
-38
/
+14
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-29
1
-1
/
+2
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
1
-0
/
+9
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-2
/
+2
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
1
-1
/
+1
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
1
-0
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
1
-1
/
+1
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
1
-16
/
+4
[next]