aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
Commit message (Expand)AuthorAge
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Add header comments to execParallel.c and nodeGather.c.Robert Haas2015-10-22
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Add a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28