mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
doc PG10rel: adjust hash index commits and add parallel subquery
Reported-by: Amit Kapila
This commit is contained in:
parent
49e9281549
commit
f8ab08ad0e
@ -416,6 +416,16 @@
|
||||
</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>
|
||||
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user