]> granicus.if.org Git - postgresql/commitdiff
doc PG10rel: adjust hash index commits and add parallel subquery
authorBruce Momjian <bruce@momjian.us>
Thu, 27 Apr 2017 14:17:08 +0000 (10:17 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 27 Apr 2017 14:17:16 +0000 (10:17 -0400)
Reported-by: Amit Kapila
doc/src/sgml/release-10.sgml

index de2129758c35afce85fb733a61d4d0268e4626bf..8b1c95063406fe037e5d79b1a11a1f7db5ff0140 100644 (file)
        </para>
       </listitem>
 
+      <listitem>
+       <!--
+       Author: Robert Haas <rhaas@postgresql.org>
+       2017-02-14 [5e6d8d2bb] Allow parallel workers to execute subplans.
+       -->
+       <para>
+        Allow non-correlated subqueries to be run in parallel (Amit Kapila)
+       </para>
+      </listitem>
+
       <listitem>
        <!--
        Author: Robert Haas <rhaas@postgresql.org>
        <listitem>
         <!--
         Author: Robert Haas <rhaas@postgresql.org>
+        2017-02-27 [30df93f69] hash: Refactor overflow page allocation.
+        Author: Robert Haas <rhaas@postgresql.org>
         2017-03-14 [c11453ce0] hash: Add write-ahead logging support.
+        Author: Robert Haas <rhaas@postgresql.org>
+        2017-02-27 [b0f18cb77] hash: Refactor bucket squeeze code.
         -->
         <para>
          Add write-ahead logging support to hash indexes (Amit Kapila)
        <listitem>
         <!--
         Author: Robert Haas <rhaas@postgresql.org>
-        2017-02-27 [b0f18cb77] hash: Refactor bucket squeeze code.
-        Author: Robert Haas <rhaas@postgresql.org>
-        2017-02-27 [30df93f69] hash: Refactor overflow page allocation.
-        Author: Robert Haas <rhaas@postgresql.org>
         2017-04-03 [ea69a0dea] Expand hash indexes more gradually.
         -->
         <para>