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 | 3 | 2 |
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index ed1af17bb0a..d7fd87f3d5c 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -530,11 +530,12 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi> <listitem> <para> -Allow vacuum to more efficiently store tuple references and remove its memory limit (Masahiko Sawada, John Naylor) +Allow vacuum to more efficiently store tuple references (Masahiko Sawada, John Naylor) </para> <para> -Specifically, maintenance_work_mem and autovacuum_work_mem can now be configured to use more than one gigabyte of memory. WAL traffic caused by vacuum is also more compact. +Additionally, vacuum is no longer silently limited to one gigabyte of memory when maintenance_work_mem and autovacuum_work_mem are higher. WAL traffic caused by +vacuum is also more compact. </para> </listitem>