Skip to content

Commit f8ab08a

Browse files
committed
doc PG10rel: adjust hash index commits and add parallel subquery
Reported-by: Amit Kapila
1 parent 49e9281 commit f8ab08a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

doc/src/sgml/release-10.sgml

+14-4
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,16 @@
416416
</para>
417417
</listitem>
418418

419+
<listitem>
420+
<!--
421+
Author: Robert Haas <rhaas@postgresql.org>
422+
2017-02-14 [5e6d8d2bb] Allow parallel workers to execute subplans.
423+
-->
424+
<para>
425+
Allow non-correlated subqueries to be run in parallel (Amit Kapila)
426+
</para>
427+
</listitem>
428+
419429
<listitem>
420430
<!--
421431
Author: Robert Haas <rhaas@postgresql.org>
@@ -552,7 +562,11 @@
552562
<listitem>
553563
<!--
554564
Author: Robert Haas <rhaas@postgresql.org>
565+
2017-02-27 [30df93f69] hash: Refactor overflow page allocation.
566+
Author: Robert Haas <rhaas@postgresql.org>
555567
2017-03-14 [c11453ce0] hash: Add write-ahead logging support.
568+
Author: Robert Haas <rhaas@postgresql.org>
569+
2017-02-27 [b0f18cb77] hash: Refactor bucket squeeze code.
556570
-->
557571
<para>
558572
Add write-ahead logging support to hash indexes (Amit Kapila)
@@ -585,10 +599,6 @@
585599
<listitem>
586600
<!--
587601
Author: Robert Haas <rhaas@postgresql.org>
588-
2017-02-27 [b0f18cb77] hash: Refactor bucket squeeze code.
589-
Author: Robert Haas <rhaas@postgresql.org>
590-
2017-02-27 [30df93f69] hash: Refactor overflow page allocation.
591-
Author: Robert Haas <rhaas@postgresql.org>
592602
2017-04-03 [ea69a0dea] Expand hash indexes more gradually.
593603
-->
594604
<para>

0 commit comments

Comments
 (0)