index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
createplan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change NestPath node to contain JoinPath node
Peter Eisentraut
2021-08-08
1
-12
/
+12
*
Change SeqScan node to contain Scan node
Peter Eisentraut
2021-08-08
1
-3
/
+3
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
1
-26
/
+23
*
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-06
1
-0
/
+8
*
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
1
-0
/
+1
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-5
/
+5
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
1
-0
/
+11
*
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-04-20
1
-109
/
+9
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
1
-0
/
+87
*
Revert b6002a796
David Rowley
2021-04-01
1
-87
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
1
-0
/
+87
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
1
-59
/
+28
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
1
-0
/
+41
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
1
-0
/
+98
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
1
-2
/
+0
*
Remove incidental dependencies on partitioned_rels lists.
Tom Lane
2021-02-01
1
-4
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Improve find_em_expr_usable_for_sorting_rel comment
Tomas Vondra
2020-12-22
1
-0
/
+3
*
Error out when Gather Merge input is not sorted
Tomas Vondra
2020-12-15
1
-6
/
+8
*
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-11-02
1
-2
/
+0
*
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-14
1
-0
/
+4
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
1
-2
/
+0
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
1
-1
/
+1
*
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-17
1
-3
/
+5
*
Revert "Use CP_SMALL_TLIST for hash aggregate"
Jeff Davis
2020-07-12
1
-24
/
+4
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
1
-6
/
+6
*
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-05-31
1
-4
/
+24
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
1
-3
/
+42
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
1
-2
/
+118
*
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
1
-2
/
+7
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-4
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
1
-0
/
+2
*
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-11-06
1
-3
/
+6
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
1
-2
/
+2
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
1
-0
/
+38
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-5
/
+4
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-121
/
+121
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
1
-10
/
+55
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
1
-29
/
+97
*
Generated columns
Peter Eisentraut
2019-03-30
1
-3
/
+5
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
1
-4
/
+4
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-7
/
+47
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
1
-6
/
+5
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
1
-24
/
+6
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
1
-174
/
+158
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+1
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
1
-9
/
+78
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
1
-172
/
+10
[next]