[COMMITTERS] pgsql: Document some new parallel query capabilities. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Document some new parallel query capabilities.
Date
Msg-id E1cm2Sd-0007cp-BZ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix bug in parallel tidbitmap iteration.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Document lack of validation when attaching foreign partitions.