mirror of
https://github.com/postgres/postgres.git
synced 2026-06-19 21:49:02 -04:00
release notes: split apart hash items
Report by Tom Lane, Robert Haas
This commit is contained in:
parent
89fe9bfc4e
commit
8bf51ad0cc
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue