diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-04-27 10:17:08 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-04-27 10:17:16 -0400 |
commit | f8ab08ad0e411139060bf943fa9931f7fbe97cde (patch) | |
tree | c031c978292b81532fc4c5b29a9bfc09b648e8d0 | |
parent | 49e928154978da2a5976628588fc545b726ad84a (diff) | |
download | postgresql-f8ab08ad0e411139060bf943fa9931f7fbe97cde.tar.gz postgresql-f8ab08ad0e411139060bf943fa9931f7fbe97cde.zip |
doc PG10rel: adjust hash index commits and add parallel subquery
Reported-by: Amit Kapila
-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> |