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-18.sgml | 6 | 0 |
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 2654960eef8..ed7fa5d903f 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -2146,6 +2146,10 @@ Author: Robert Haas <rhaas@postgresql.org> Add function PQfullProtocolVersion() to report the full, including minor, protocol version number (Jacob Champion, Jelte Fennema-Nio) <ulink url="&commit_baseurl;cdb6b0fdb">§</ulink> </para> + +<para> +This release introduces wire protocol version 3.2. +</para> </listitem> <!-- @@ -2196,6 +2200,8 @@ Author: Álvaro Herrera <alvherre@alvh.no-ip.org> 2024-08-16 [b8b3f861f] libpq: Trace all messages received from the server Author: Robert Haas <rhaas@postgresql.org> 2025-02-24 [e87c14b19] libpq: Trace all NegotiateProtocolVersion fields +Author: Álvaro Herrera <alvherre@alvh.no-ip.org> +2024-08-09 [7adec2d5f] libpq: Trace StartupMessage/SSLRequest/GSSENCRequest cor --> <listitem>