release notes: split apart hash items

Report by Tom Lane, Robert Haas
This commit is contained in:
Bruce Momjian 2015-06-12 22:16:08 -04:00
parent 89fe9bfc4e
commit 8bf51ad0cc

View File

@ -221,8 +221,7 @@
<listitem>
<para>
Improve hash creation and lookup performance (Tomas Vondra,
Teodor Sigaev, Tom Lane, Robert Haas)
Improve in-memory hash performance (Tomas Vondra, Robert Haas)
</para>
</listitem>
@ -1795,6 +1794,12 @@
</para>
</listitem>
<listitem>
<para>
Improve dynahash capabilities (Teodor Sigaev, Tom Lane)
</para>
</listitem>
<listitem>
<para>
Improve parallel execution infrastructure (Robert Haas, Amit