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.