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 | 0 | 23 |
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 9c7c0a0337f..143ee17716d 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1486,29 +1486,6 @@ Add event trigger support for REINDEX (Garrett Thornburg, Jian He) </para> </listitem> -<!-- -Author: Alvaro Herrera <alvherre@alvh.no-ip.org> -2023-08-25 [b0e96f311] Catalog not-null constraints -Author: Alvaro Herrera <alvherre@alvh.no-ip.org> -2023-08-29 [9b581c534] Disallow changing NO INHERIT status of a not-null constr -Author: Alvaro Herrera <alvherre@alvh.no-ip.org> -2023-09-07 [3af721794] Update information_schema definition for not-null constr -Author: Peter Eisentraut <peter@eisentraut.org> -2024-03-20 [e5da0fe3c] Catalog domain not-null constraints -Author: Peter Eisentraut <peter@eisentraut.org> -2024-04-15 [9895b35cb] Fix ALTER DOMAIN NOT NULL syntax ---> - -<listitem> -<para> -Allow NOT NULL columns to be specified as column constraints and domains (Alvaro Herrera, Bernd Helmle, Kyotaro Horiguchi, Peter Eisentraut) -</para> - -<para> -Previously NOT NULL could only be specified as a column attribute. -</para> -</listitem> - <!-- Author: Nathan Bossart <nathan@postgresql.org> 2023-07-19 [cdaedfc96] Support parenthesized syntax for CLUSTER without a table