pgsql: Document some new parallel query capabilities.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document some new parallel query capabilities.
Date: 2017-03-09 18:06:47
Message-ID: E1cm2Sd-0007cp-BZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document some new parallel query capabilities.

This updates the text for parallel index scan, parallel index-only
scan, parallel bitmap heap scan, and parallel merge join. It also
expands the discussion of parallel joins slightly.

Discussion: http://postgr.es/m/CA+TgmoZnCUoM31w3w7JSakVQJQOtcuTyX=HLUr-X1rto2=2bjw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/054637d2e08cda6a096f48cc99696136a06f4ef5

Modified Files
--------------
doc/src/sgml/parallel.sgml | 73 ++++++++++++++++++++++++++++++++++++----------
1 file changed, 57 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-09 18:14:03 pgsql: Document lack of validation when attaching foreign partitions.
Previous Message Robert Haas 2017-03-09 17:17:09 pgsql: Fix bug in parallel tidbitmap iteration.