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
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
/
include
/
optimizer
/
planmain.h
Age
Commit message (
Expand
)
Author
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
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-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-07-14
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-06
Allow asynchronous execution in more cases.
Etsuro Fujita
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-28
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-02-27
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
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-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-10
Fix C++ compile failures in headers.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-04-20
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-15
Add parallel_leader_participation GUC.
Robert Haas
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-12
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
[next]