@@ -376,34 +376,6 @@ Allow merge joins to use incremental sorts (Richard Guo)
376
376
</para>
377
377
</listitem>
378
378
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
-
407
379
<!--
408
380
Author: Amit Langote <amitlan@postgresql.org>
409
381
2025-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)
637
609
</para>
638
610
</listitem>
639
611
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
8000
.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
+
640
640
<!--
641
641
Author: Melanie Plageman <melanieplageman@gmail.com>
642
642
2025-02-11 [052026c9b] Eagerly scan all-visible pages to amortize aggressive va
0 commit comments