Skip to content

Commit 279d957

Browse files
committed
relnotes: update foreign key partition and add sort items
Reported-by: David Rowley, Amit Langote Discussion: https://postgr.es/m/CA+HiwqFcEdbNinfK94aTgBJKmtkYGdtkPnjt3b0fVzKi+WZ+KA@mail.gmail.com
1 parent 45edde0 commit 279d957

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,12 +570,11 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
570570

571571
<listitem>
572572
<para>
573-
Improve the trigger behavior of updates on partitioned tables that move rows between partitions (Amit Langote)
573+
Improve foreign key behavior of updates on partitioned tables that move rows between partitions (Amit Langote)
574574
</para>
575575

576576
<para>
577-
Previously, such updates fired delete triggers on the source partition and fired insert triggers on the target partition. PostgreSQL will now fire an update trigger on the partition root. This makes
578-
foreign key behavior more consistent. ALL TRIGGERS?
577+
Previously, such updates ran delete actions on the source partition and insert actions on the target partition. PostgreSQL will now run update actions on the partition root.
579578
</para>
580579
</listitem>
581580

@@ -804,6 +803,21 @@ This will improve text-heavy operations like COPY FROM.
804803
</para>
805804
</listitem>
806805

806+
<!--
807+
Author: David Rowley <drowley@postgresql.org>
808+
2021-07-22 [91e9e89dc] Make nodeSort.c use Datum sorts for single column sorts
809+
Author: David Rowley <drowley@postgresql.org>
810+
2022-04-04 [40af10b57] Use Generation memory contexts to store tuples in sorts
811+
Author: John Naylor <john.naylor@postgresql.org>
812+
2022-04-02 [697492434] Specialize tuplesort routines for different kinds of abb
813+
-->
814+
815+
<listitem>
816+
<para>
817+
Improve performance and reduce memory consumption of in-memory sorts (Ronan Dunklau, David Rowley, Thomas Munro)
818+
</para>
819+
</listitem>
820+
807821
<!--
808822
Author: Michael Paquier <michael@paquier.xyz>
809823
2021-06-29 [4035cd5d4] Add support for LZ4 with compression of full-page writes

0 commit comments

Comments
 (0)