[PATCH] Documentation
Mikael Gustavsson <mikael.gustavsson@smhi.se>
From: Mikael Gustavsson <mikael.gustavsson@smhi.se>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-18T07:31:24Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
createuser: Update docs to reflect defaults
- c813007376c4 15.16 landed
- 818ab0116ab3 14.21 landed
- 77ade60a0a3a 18.2 landed
- 8dd074abd0c3 17.8 landed
- d3a2781e5877 16.12 landed
- ece25c2611d2 19 (unreleased) landed
-
Further doc updates to reflect MD5 deprecation
- e171405afe95 19 (unreleased) landed
- cdcab17e7e5d 18.2 landed
-
Update pg_hba.conf example to reflect MD5 deprecation
- cf8c8adfe381 18.2 landed
- 44f49511b794 19 (unreleased) landed
Attachments
- DOC-update-client-auth-examples.patch (text/x-patch) patch
Hi This is my first ever patch to postgresql so please guide me if i'm doing something wrong. This patch updates some examples in documentation client-auth.sgml from md5 to scram-sha-256 Reference: https://www.postgresql.org/message-id/176595607507.978865.11597773194269211255%40wrigleys.postgresql.org KR Mikael Gustavsson, SMHI