Re: [PATCH] Documentation
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: John Naylor <johncnaylorls@gmail.com>
Cc: Mikael Gustavsson <mikael.gustavsson@smhi.se>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-19T15:14: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
- v2-0001-Update-pg_hba.conf-example-to-reflect-MD5-depreca.patch (application/octet-stream) patch v2-0001
On Fri, Dec 19, 2025 at 5:53 PM John Naylor <johncnaylorls@gmail.com> wrote: > > On Thu, Dec 18, 2025 at 2:31 PM Mikael Gustavsson > <mikael.gustavsson@smhi.se> wrote: > > 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 > > Pushed and backpatched to PG18, thanks! This change made me wonder whether we should also update the pg_hba.conf examples in high-availability.sgml and logical-replication.sgml. I've attached a patch for that. Thoughts? Regards, -- Fujii Masao