summaryrefslogtreecommitdiff
path: root/src/backend/executor/execProcnode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-221-1/+0
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-0/+14
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-0/+14
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-2/+2
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-1/+15
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-2/+16
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-271-118/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-2/+20
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-1/+53
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Get rid of the separate EState for subplans, and just let them share theTom Lane2007-02-271-25/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+18
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliableTom Lane2006-06-091-2/+2
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-301-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2