8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fe9bf commit 8bf51adCopy full SHA for 8bf51ad
doc/src/sgml/release-9.5.sgml
@@ -221,8 +221,7 @@
221
222
<listitem>
223
<para>
224
- Improve hash creation and lookup performance (Tomas Vondra,
225
- Teodor Sigaev, Tom Lane, Robert Haas)
+ Improve in-memory hash performance (Tomas Vondra, Robert Haas)
226
</para>
227
</listitem>
228
@@ -1795,6 +1794,12 @@
1795
1794
1796
1797
+ <listitem>
1798
+ <para>
1799
+ Improve dynahash capabilities (Teodor Sigaev, Tom Lane)
1800
+ </para>
1801
+ </listitem>
1802
+
1803
1804
1805
Improve parallel execution infrastructure (Robert Haas, Amit
0 commit comments