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
/
createplan.c
Commit message (
Expand
)
Author
Age
*
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
*
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
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Remove incidental dependencies on partitioned_rels lists.
Tom Lane
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve find_em_expr_usable_for_sorting_rel comment
Tomas Vondra
2020-12-22
*
Error out when Gather Merge input is not sorted
Tomas Vondra
2020-12-15
*
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-11-02
*
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-14
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-17
*
Revert "Use CP_SMALL_TLIST for hash aggregate"
Jeff Davis
2020-07-12
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-05-31
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
*
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-11-06
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Generated columns
Peter Eisentraut
2019-03-30
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
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
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Support parameterized TidPaths.
Tom Lane
2018-12-30
*
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
[next]