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 | 11 |
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index a3b4a8fb3b9..448f5653bc5 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -563,6 +563,17 @@ Improve performance of heavily-contended WAL writes (Bharath Rupireddy) </para> </listitem> +<!-- +Author: David Rowley <drowley@postgresql.org> +2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing +--> + +<listitem> +<para> +Improve performance when transferring large blocks of data to a client (Melih Mutlu) +</para> +</listitem> + <!-- Author: Thomas Munro <tmunro@postgresql.org> 2024-04-03 [210622c60] Provide vectored variant of ReadBuffer(). @@ -1923,17 +1934,6 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks </para> </listitem> -<!-- -Author: David Rowley <drowley@postgresql.org> -2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing ---> - -<listitem> -<para> -Allow libpq to more efficiently transfer large blocks of data (Melih Mutlu) -</para> -</listitem> - <!-- Author: Heikki Linnakangas <heikki.linnakangas@iki.fi> 2024-04-08 [d39a49c1e] Support TLS handshake directly without SSLRequest negoti