summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2024-05-15 02:12:49 +0000
committerBruce Momjian2024-05-15 02:12:49 +0000
commit771fa58df275d0361fcba2b1f97e4d96617fc345 (patch)
tree364c340a36e03a1ab1b556519f726901e101c903
parent9bb47338d070105916157528304b79a0ad7baa81 (diff)
doc PG 17 relnotes: add logical replication apply subtrans item
Reported-by: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoD5jjB+M+BK5JTis8=W1g8KsS1961FyMqRpj=NBFXrJeA@mail.gmail.com Backpatch-through: master
-rw-r--r--doc/src/sgml/release-17.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index 510810b53dc..e68c499e0db 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -1151,6 +1151,17 @@ Previously only btree indexes could be used for this purpose.
</listitem>
<!--
+Author: Masahiko Sawada <msawada@postgresql.org>
+2024-04-03 [5bec1d6bc] Improve eviction algorithm in ReorderBuffer using max-he
+-->
+
+<listitem>
+<para>
+Improve logical decoding performance in cases where there are many subtransactions (Masahiko Sawada)
+</para>
+</listitem>
+
+<!--
Author: Amit Kapila <akapila@postgresql.org>
2023-10-17 [79243de13] Restart the apply worker if the privileges have been rev
-->