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
/
executor
/
execProcnode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
1
-2
/
+9
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
1
-6
/
+6
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
1
-1
/
+2
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
1
-0
/
+10
*
Revert b6002a796
David Rowley
2021-04-01
1
-10
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
1
-0
/
+10
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
1
-0
/
+10
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-25
1
-2
/
+2
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
1
-0
/
+34
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+1
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
1
-0
/
+13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Adjust comment atop ExecShutdownNode.
Amit Kapila
2018-08-13
1
-5
/
+1
*
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
1
-0
/
+17
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-4
/
+3
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
1
-0
/
+3
*
Allow executor nodes to change their ExecProcNode function.
Andres Freund
2017-12-13
1
-6
/
+22
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
1
-0
/
+3
*
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-29
1
-0
/
+121
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
1
-3
/
+3
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
1
-186
/
+66
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
1
-2
/
+0
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-0
/
+14
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
1
-0
/
+17
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-0
/
+14
*
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-26
1
-0
/
+6
*
Shut down Gather's children before shutting down Gather itself.
Robert Haas
2017-02-22
1
-1
/
+3
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
1
-1
/
+15
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix typo in comment
Magnus Hagander
2016-04-26
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Fix a couple of bugs in recent parallelism-related commits.
Robert Haas
2015-10-22
1
-4
/
+1
*
Add a Gather executor node.
Robert Haas
2015-09-30
1
-0
/
+46
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-0
/
+14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
1
-0
/
+14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-2
/
+2
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Fix obsolete SQL syntax in comment.
Tom Lane
2013-01-14
1
-0
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
1
-0
/
+14
*
Update obsolete comments.
Robert Haas
2011-09-26
1
-2
/
+2
[next]