diff options
-rw-r--r-- | doc/src/sgml/release-10.sgml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index de2129758c3..8b1c9506340 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -419,6 +419,16 @@ <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> 2017-03-09 [355d3993c] Add a Gather Merge executor node. --> <para> @@ -552,7 +562,11 @@ <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) @@ -585,10 +599,6 @@ <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> |