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 | 2 | 2 |
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 9a6e4fb8d0e..92859b5b741 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -397,7 +397,7 @@ Author: David Rowley <drowley@postgresql.org> <listitem> <para> -Allow partitions to be pruned more efficienty (Ashutosh Bapat, Yuya Watari, David Rowley) +Improve the efficiency of joins involving partitions (Ashutosh Bapat, Yuya Watari, David Rowley) <ulink url="&commit_baseurl;88f55bc97">§</ulink> <ulink url="&commit_baseurl;d69d45a5a">§</ulink> </para> @@ -416,7 +416,7 @@ Author: Amit Langote <amitlan@postgresql.org> <listitem> <para> -Avoid the locking of pruned partitions during planning (Amit Langote) +Avoid the locking of pruned partitions during execution (Amit Langote) <ulink url="&commit_baseurl;bb3ec16e1">§</ulink> <ulink url="&commit_baseurl;d47cbf474">§</ulink> <ulink url="&commit_baseurl;cbc127917">§</ulink>