master.diff
text/x-diff
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/release-17.sgml | 11 | 0 |
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 @@ -1150,6 +1150,17 @@ Previously only btree indexes could be used for this purpose. </para> </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