From: Bruce Momjian Date: Mon, 5 May 2025 16:30:35 +0000 (-0400) Subject: doc PG 18 relnotes: adjust hash item X-Git-Tag: REL_18_BETA1~3 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=092e72a93023fc9cea9cf673ab577ccd8537fb69;p=postgresql.git doc PG 18 relnotes: adjust hash item Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrNmGncNgZMh2oBG5K-+4d1LGJgzrz7180OcHRT1VFojw@mail.gmail.com --- diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 86c4a231684..b281e210aae 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -363,12 +363,28 @@ Allow merge joins to use incremental sorts (Richard Guo) -Improve the performance of hash joins (David Rowley) +Improve the performance and reduce memory usage of hash joins and GROUP BY (David Rowley, Jeff Davis) § +§ +§ +§ +§ + + + +This also improves hash set operations used by EXCEPT, and hash lookups of subplan values.