summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAppend.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-041-3/+2
* Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane2023-03-021-14/+23
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-011-2/+3
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-051-27/+14
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-021-10/+12
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-301-0/+11
* Fix rescanning of async-aware Append nodes.Etsuro Fujita2021-06-071-5/+22
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-8/+8
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-121-6/+6
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-231-5/+13
* Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().Etsuro Fujita2021-04-061-1/+3
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-13/+448
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Allow executor startup pruning to prune all child nodes.Tom Lane2019-12-111-31/+11
* Make better use of the new List implementation in a couple of placesDavid Rowley2019-07-221-15/+10
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+5
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-1/+1
* Remove more redundant relation locking during executor startup.Tom Lane2018-10-061-6/+0
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-6/+0
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-011-2/+2
* Verify range bounds to bms_add_range when necessaryAlvaro Herrera2018-07-301-0/+5
* Fix comment.Heikki Linnakangas2018-07-191-1/+1
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-191-1/+1
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-131-4/+10
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-101-28/+25
* Update Append's idea of first_partial_planAlvaro Herrera2018-04-171-7/+17
* Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera2018-04-091-12/+38
* Support partition pruning at execution timeAlvaro Herrera2018-04-071-51/+217
* Fix assertion failure when Parallel Append is run serially.Robert Haas2018-02-281-7/+14
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-12/+6
* Fix possible infinite loop with Parallel Append.Robert Haas2018-02-081-2/+8
* Code review for Parallel Append.Robert Haas2018-01-041-4/+3
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Fix Parallel Append crash.Robert Haas2017-12-061-2/+10
* Support Parallel Append plan nodes.Robert Haas2017-12-051-57/+274
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-4/+4
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+6
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+3
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-2/+2
* Don't scan partitioned tables.Robert Haas2017-03-211-0/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1