index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
planmain.h
Commit message (
Expand
)
Author
Age
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
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
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
*
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel_leader_participation GUC.
Robert Haas
2017-11-15
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-10
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-12
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-02-17
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rearrange CustomScan API.
Tom Lane
2014-11-21
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-05
[next]