diff options
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 --> |