8000 doc PG 18 relnotes: mv. hash joins and GROUP BY item to General · postgres/postgres@99ddf86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99ddf86

Browse files
committed
doc PG 18 relnotes: mv. hash joins and GROUP BY item to General
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvqJz+Zf7a6abisqoTGottDSRD+YPx=aQSgCsCKD476vGA@mail.gmail.com
1 parent c259ba8 commit 99ddf86

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -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">&sect;</ulink>
396-
<ulink url="&commit_baseurl;0f5738202">&sect;</ulink>
397-
<ulink url="&commit_baseurl;4d143509c">&sect;</ulink>
398-
<ulink url="&commit_baseurl;a0942f441">&sect;</ulink>
399-
<ulink url="&commit_baseurl;626df47ad">&sect;</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
<!--
408380
Author: Amit Langote <amitlan@postgresql.org>
409381
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)
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 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">&sect;</ulink>
629+
<ulink url="&commit_baseurl;0f5738202">&sect;</ulink>
630+
<ulink url="&commit_baseurl;4d143509c">&sect;</ulink>
631+
<ulink url="&commit_baseurl;a0942f441">&sect;</ulink>
632+
<ulink url="&commit_baseurl;626df47ad">&sect;</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
<!--
641641
Author: Melanie Plageman <melanieplageman@gmail.com>
642642
2025-02-11 [052026c9b] Eagerly scan all-visible pages to amortize aggressive va

0 commit comments

Comments
 (0)
0