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