Commit f8ab08ad authored by Bruce Momjian's avatar Bruce Momjian

doc PG10rel: adjust hash index commits and add parallel subquery

Reported-by: Amit Kapila
parent 49e92815
...@@ -416,6 +416,16 @@ ...@@ -416,6 +416,16 @@
</para> </para>
</listitem> </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> <listitem>
<!-- <!--
Author: Robert Haas <rhaas@postgresql.org> Author: Robert Haas <rhaas@postgresql.org>
...@@ -552,7 +562,11 @@ ...@@ -552,7 +562,11 @@
<listitem> <listitem>
<!-- <!--
Author: Robert Haas <rhaas@postgresql.org> 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. 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> <para>
Add write-ahead logging support to hash indexes (Amit Kapila) Add write-ahead logging support to hash indexes (Amit Kapila)
...@@ -585,10 +599,6 @@ ...@@ -585,10 +599,6 @@
<listitem> <listitem>
<!-- <!--
Author: Robert Haas <rhaas@postgresql.org> 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. 2017-04-03 [ea69a0dea] Expand hash indexes more gradually.
--> -->
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment