summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAppend.c
AgeCommit message (Expand)Author
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-03-02Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-01Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera
2022-04-05Refactor and cleanup runtime partition prune code a littleAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-02Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita
2021-07-30postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita
2021-06-07Fix rescanning of async-aware Append nodes.Etsuro Fujita
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-04-23Minor code cleanup in asynchronous execution support.Etsuro Fujita
2021-04-06Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().Etsuro Fujita
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-07-22Make better use of the new List implementation in a couple of placesDavid Rowley
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-10-06Remove more redundant relation locking during executor startup.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-07-30Verify range bounds to bms_add_range when necessaryAlvaro Herrera
2018-07-19Fix comment.Heikki Linnakangas
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-06-13Fix up run-time partition pruning's use of relcache's partition data.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-04-17Update Append's idea of first_partial_planAlvaro Herrera
2018-04-09Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-02-28Fix assertion failure when Parallel Append is run serially.Robert Haas
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-02-08Fix possible infinite loop with Parallel Append.Robert Haas
2018-01-04Code review for Parallel Append.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-06Fix Parallel Append crash.Robert Haas
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-21Don't scan partitioned tables.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian