@@ -376,34 +376,6 @@ Allow merge joins to use incremental sorts (Richard Guo)
376376</para>
377377</listitem>
378378
379- <!--
380- Author: David Rowley <drowley@postgresql.org>
381- 2024-08-20 [adf97c156] Speed up Hash Join by making ExprStates support hashing
382- Author: David Rowley <drowley@postgresql.org>
383- 2024-12-11 [0f5738202] Use ExprStates for hashing in GROUP BY and SubPlans
384- Author: Jeff Davis <jdavis@postgresql.org>
385- 2025-03-24 [4d143509c] Create accessor functions for TupleHashEntry.
386- Author: Jeff Davis <jdavis@postgresql.org>
387- 2025-03-24 [a0942f441] Add ExecCopySlotMinimalTupleExtra().
388- Author: Jeff Davis <jdavis@postgresql.org>
389- 2025-03-24 [626df47ad] Remove 'additional' pointer from TupleHashEntryData.
390- -->
391-
392- <listitem>
393- <para>
394- Improve the performance and reduce memory usage of hash joins and GROUP BY (David Rowley, Jeff Davis)
395- <ulink url="&commit_baseurl;adf97c156">§</ulink>
396- <ulink url="&commit_baseurl;0f5738202">§</ulink>
397- <ulink url="&commit_baseurl;4d143509c">§</ulink>
398- <ulink url="&commit_baseurl;a0942f441">§</ulink>
399- <ulink url="&commit_baseurl;626df47ad">§</ulink>
400- </para>
401-
402- <para>
403- This also improves hash set operations used by EXCEPT, and hash lookups of subplan values.
404- </para>
405- </listitem>
406-
407379<!--
408380Author: Amit Langote <amitlan@postgresql.org>
4093812025-04-04 [88f55bc97] Make derived clause lookup in EquivalenceClass more effi
@@ -637,6 +609,34 @@ Avoid the locking of pruned partitions during execution (Amit Langote)
637609</para>
638610</listitem>
639611
612+ <!--
613+ Author: David Rowley <drowley@postgresql.org>
614+ 2024-08-20 [adf97c156] Speed up Hash Join by making ExprStates support hashing
615+ Author: David Rowley <drowley@postgresql.org>
616+ 2024-12-11 [0f5738202] Use ExprStates for hashing in GROUP BY and SubPlans
617+ Author: Jeff Davis <jdavis@postgresql.org>
618+ 2025-03-24 [4d143509c] Create accessor functions for TupleHashEntry.
619+ Author: Jeff Davis <jdavis@postgresql.org>
620+ 2025-03-24 [a0942f441] Add ExecCopySlotMinimalTupleExtra().
621+ Author: Jeff Davis <jdavis@postgresql.org>
622+ 2025-03-24 [626df47ad] Remove 'additional' pointer from TupleHashEntryData.
623+ -->
624+
625+ <listitem>
626+ <para>
627+ Improve the performance and reduce memory usage of hash joins and GROUP BY (David Rowley, Jeff Davis)
628+ <ulink url="&commit_baseurl;adf97c156">§</ulink>
629+ <ulink url="&commit_baseurl;0f5738202">§</ulink>
630+ <ulink url="&commit_baseurl;4d143509c">§</ulink>
631+ <ulink url="&commit_baseurl;a0942f441">§</ulink>
632+ <ulink url="&commit_baseurl;626df47ad">§</ulink>
633+ </para>
634+
635+ <para>
636+ This also improves hash set operations used by EXCEPT, and hash lookups of subplan values.
637+ </para>
638+ </listitem>
639+
640640<!--
641641Author: Melanie Plageman <melanieplageman@gmail.com>
6426422025-02-11 [052026c9b] Eagerly scan all-visible pages to amortize aggressive va
0 commit comments