Thread

Commits

  1. Document some new parallel query capabilities.

  1. 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
    
  2. 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