Thread
Commits
-
Document some new parallel query capabilities.
- 054637d2e08c 10.0 landed
-
updating parallel.sgml
Robert Haas <robertmhaas@gmail.com> — 2017-03-08T17:46:42Z
Here's a patch which updates parallel.sgml for the new parallel scan types which have recently been committed, and also expands the explanation of parallel joins slightly. I hope everyone will find this useful in understanding what new capabilities we now have, and what remains to be done in the future. Barring objections, I plan to commit this tomorrow. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
-
Re: updating parallel.sgml
Robert Haas <robertmhaas@gmail.com> — 2017-03-09T18:06:49Z
On Wed, Mar 8, 2017 at 12:46 PM, Robert Haas <robertmhaas@gmail.com> wrote: > Here's a patch which updates parallel.sgml for the new parallel scan > types which have recently been committed, and also expands the > explanation of parallel joins slightly. I hope everyone will find > this useful in understanding what new capabilities we now have, and > what remains to be done in the future. > > Barring objections, I plan to commit this tomorrow. Committed with a fix for a typo pointed out to me off-list. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company