Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 092e72a

Browse files
committed
doc PG 18 relnotes: adjust hash item
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrNmGncNgZMh2oBG5K-+4d1LGJgzrz7180OcHRT1VFojw@mail.gmail.com
1 parent cf847d6 commit 092e72a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,28 @@ Allow merge joins to use incremental sorts (Richard Guo)
363363
<!--
364364
Author: David Rowley <[email protected]>
365365
2024-08-20 [adf97c156] Speed up Hash Join by making ExprStates support hashing
366+
Author: David Rowley <[email protected]>
367+
2024-12-11 [0f5738202] Use ExprStates for hashing in GROUP BY and SubPlans
368+
Author: Jeff Davis <[email protected]>
369+
2025-03-24 [4d143509c] Create accessor functions for TupleHashEntry.
370+
Author: Jeff Davis <[email protected]>
371+
2025-03-24 [a0942f441] Add ExecCopySlotMinimalTupleExtra().
372+
Author: Jeff Davis <[email protected]>
373+
2025-03-24 [626df47ad] Remove 'additional' pointer from TupleHashEntryData.
366374
-->
367375

368376
<listitem>
369377
<para>
370-
Improve the performance of hash joins (David Rowley)
378+
Improve the performance and reduce memory usage of hash joins and GROUP BY (David Rowley, Jeff Davis)
371379
<ulink url="&commit_baseurl;adf97c156">&sect;</ulink>
380+
<ulink url="&commit_baseurl;0f5738202">&sect;</ulink>
381+
<ulink url="&commit_baseurl;4d143509c">&sect;</ulink>
382+
<ulink url="&commit_baseurl;a0942f441">&sect;</ulink>
383+
<ulink url="&commit_baseurl;626df47ad">&sect;</ulink>
384+
</para>
385+
386+
<para>
387+
This also improves hash set operations used by EXCEPT, and hash lookups of subplan values.
372388
</para>
373389
</listitem>
374390

0 commit comments

Comments
 (0)