summaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-15Enable parallel query with SERIALIZABLE isolation.Thomas Munro
2019-01-29Refactor planner's header files.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-09-25Remove obsolete commentAlvaro Herrera
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-08-03Match the buffer usage tracking for leader and worker backends.Amit Kapila
2018-03-22Basic planner and executor integration for JIT.Andres Freund
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-20When passing query strings to workers, pass the terminating \0.Robert Haas
2017-12-19Try again to fix accumulation of parallel worker instrumentation.Robert Haas
2017-12-18Fix crashes on plans with multiple Gather (Merge) nodes.Robert Haas
2017-12-13Revert "Fix accumulation of parallel worker instrumentation."Robert Haas
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-12-05Fix accumulation of parallel worker instrumentation.Robert Haas
2017-12-05Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund
2017-11-20Pass eflags down to parallel workers.Robert Haas
2017-11-17Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-13Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas
2017-10-11pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas
2017-09-15Remove TupleDesc remapping logic from tqueue.c.Andres Freund
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-01Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-29Propagate sort instrumentation from workers back to leader.Robert Haas
2017-08-29Push tuple limits through Gather and Gather Merge.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-12Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-19Add optimizer and executor support for parallel index-only scans.Robert Haas
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-12Fix incorrect function name in comment.Robert Haas