aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
Commit message (Expand)AuthorAge
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Implement Incremental SortTomas Vondra2020-04-06
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistency in comments atop ExecParallelEstimate.Amit Kapila2019-06-07
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Refactor planner's header files.Tom Lane2019-01-29
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-03
* Remove obsolete commentAlvaro Herrera2018-09-25
* Collect JIT instrumentation from workers.Andres Freund2018-09-25
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Match the buffer usage tracking for leader and worker backends.Amit Kapila2018-08-03
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21
* When passing query strings to workers, pass the terminating \0.Robert Haas2017-12-20
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-12-19
* Fix crashes on plans with multiple Gather (Merge) nodes.Robert Haas2017-12-18
* Revert "Fix accumulation of parallel worker instrumentation."Robert Haas2017-12-13
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Fix accumulation of parallel worker instrumentation.Robert Haas2017-12-05
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-05
* Pass eflags down to parallel workers.Robert Haas2017-11-20
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-16
* Pass InitPlan values to workers via Gather (Merge).Robert Haas2017-11-16
* Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas2017-11-13
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Remove TupleDesc remapping logic from tqueue.c.Andres Freund2017-09-14
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane2017-09-01
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-29
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane2017-04-12
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Don't scan partitioned tables.Robert Haas2017-03-21
* Support parallel bitmap heap scans.Robert Haas2017-03-08