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 | 4 | 1 |
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index c153c841dc2..59715e71714 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -316,6 +316,9 @@ Author: Richard Guo <rguo@postgresql.org> <para> Allow some HAVING clauses on GROUPING SETS to be pushed to WHERE clauses (Richard Guo) <ulink url="&commit_baseurl;67a54b9e8">§</ulink> +<ulink url="&commit_baseurl;247dea89f">§</ulink> +<ulink url="&commit_baseurl;f5050f795">§</ulink> +<ulink url="&commit_baseurl;cc5d98525">§</ulink> </para> <para> @@ -3310,7 +3313,7 @@ Author: Tatsuo Ishii <ishii@postgresql.org> <listitem> <para> -Have pgbench report the number of failed transactions (Yugo Nagata) +Have pgbench report the number of failed, retried, or skipped transactions in per-script reports (Yugo Nagata) <ulink url="&commit_baseurl;cae0f3c40">§</ulink> </para> </listitem>