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 | 0 |
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 428cb5c5a2e..9c511848943 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -2451,6 +2451,17 @@ User-defined data type receive functions will no longer receive their data null- </para> </listitem> +<!-- +Author: Andrew Dunstan <andrew@dunslane.net> +2024-04-04 [3311ea86e] Introduce a non-recursive JSON parser +--> + +<listitem> +<para> +Add incremental JSON parser for use with huge JSON documents (Andrew Dunstan) +</para> +</listitem> + <!-- Author: Nathan Bossart <nathan@postgresql.org> 2024-02-28 [363eb0599] Convert README to Markdown.