summaryrefslogtreecommitdiff
path: root/src/backend/executor/execProcnode.c
Commit message (Expand)AuthorAgeFilesLines
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-191-2/+9
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-6/+6
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-121-1/+2
* Add Result Cache executor node (take 2)David Rowley2021-04-021-0/+10
* Revert b6002a796David Rowley2021-04-011-10/+0
* Add Result Cache executor nodeDavid Rowley2021-04-011-0/+10
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-271-0/+10
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix buffer usage stats for nodes above Gather Merge.Amit Kapila2020-07-251-2/+2
* Implement Incremental SortTomas Vondra2020-04-061-0/+34
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-051-0/+13
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Adjust comment atop ExecShutdownNode.Amit Kapila2018-08-131-5/+1
* Fix buffer usage stats for parallel nodes.Amit Kapila2018-08-031-0/+17
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-4/+3
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add parallel-aware hash joins.Andres Freund2017-12-211-0/+3
* Allow executor nodes to change their ExecProcNode function.Andres Freund2017-12-131-6/+22
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-051-0/+3
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-291-0/+121
* Final pgindent + perltidy run for v10.Tom Lane2017-08-141-3/+3
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-186/+66
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-2/+0
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+14
* Add a Gather Merge executor node.Robert Haas2017-03-091-0/+17
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-0/+14
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-261-0/+6
* Shut down Gather's children before shutting down Gather itself.Robert Haas2017-02-221-1/+3
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-1/+15
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix typo in commentMagnus Hagander2016-04-261-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix a couple of bugs in recent parallelism-related commits.Robert Haas2015-10-221-4/+1
* Add a Gather executor node.Robert Haas2015-09-301-0/+46
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+14
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Introduce custom path and scan providers.Robert Haas2014-11-071-0/+14
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix obsolete SQL syntax in comment.Tom Lane2013-01-141-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Rearrange the implementation of index-only scans.Tom Lane2011-10-111-0/+14
* Update obsolete comments.Robert Haas2011-09-261-2/+2