summaryrefslogtreecommitdiff
path: root/src/backend/executor/execParallel.c
AgeCommit message (Expand)Author
2015-10-30Update parallel executor support to reuse the same DSM.Robert Haas
2015-10-22Add header comments to execParallel.c and nodeGather.c.Robert Haas
2015-10-16Rewrite interaction of parallel mode with parallel executor support.Robert Haas
2015-09-30Add a Gather executor node.Robert Haas
2015-09-28Parallel executor support.Robert Haas