diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-05-14 22:12:49 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-05-14 22:12:49 -0400 |
commit | 771fa58df275d0361fcba2b1f97e4d96617fc345 (patch) | |
tree | 364c340a36e03a1ab1b556519f726901e101c903 /doc/src | |
parent | 9bb47338d070105916157528304b79a0ad7baa81 (diff) | |
download | postgresql-771fa58df275d0361fcba2b1f97e4d96617fc345.tar.gz postgresql-771fa58df275d0361fcba2b1f97e4d96617fc345.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-17.sgml | 11 |
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 --> |