index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
planmain.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove useless self-joins
Alexander Korotkov
2023-10-25
*
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-11-07
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
Finish refactoring make_foo() functions in createplan.c.
Tom Lane
2016-03-08
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-05
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-29
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
[next]