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
/
subselect.c
Commit message (
Expand
)
Author
Age
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-04-09
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Let Parallel Append over simple UNION ALL have partial subpaths.
Robert Haas
2018-03-13
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Mark a query's topmost Paths parallel-unsafe if they will have initPlans.
Tom Lane
2016-11-25
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
*
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-11
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
[next]