Add ability for pg_dump to be kicked off from a coordinator and run in parallel at all of the nodes locally such that we can get a faster dump. This will be useful for backing large databases.
In addition, allow these to in turn be restored in parallel.
Using this mode requires the same number of data nodes when restoring to a different cluster.