Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Fix titles of some pg_buffercache functions.
- b237f5422bc0 19 (unreleased) landed
- 1412c8ea0740 18.2 landed
-
[PATCH] Fix inconsistent title attribute tags in documentation
Noboru Saito <noborusai@gmail.com> — 2025-12-08T22:33:17Z
Hi PostgreSQL Hackers, I'm a member of the PostgreSQL Japanese documentation translation team. While working on the translation, I found some inconsistent title attribute tags in the documentation. I am submitting a patch to fix these tag inconsistencies in pgbuffercache.sgml. This has been an issue since version 18. Please find the attached patch. Best regards, Noboru Saito
-
Re: [PATCH] Fix inconsistent title attribute tags in documentation
Nathan Bossart <nathandbossart@gmail.com> — 2025-12-08T22:39:25Z
On Tue, Dec 09, 2025 at 07:33:17AM +0900, Noboru Saito wrote: > I'm a member of the PostgreSQL Japanese documentation translation team. > While working on the translation, I found some inconsistent title > attribute tags in the documentation. > > I am submitting a patch to fix these tag inconsistencies in pgbuffercache.sgml. > This has been an issue since version 18. > Please find the attached patch. Looks correct to me. I grepped around a bit and didn't find any other similar problems. -- nathan
-
Re: [PATCH] Fix inconsistent title attribute tags in documentation
Nathan Bossart <nathandbossart@gmail.com> — 2025-12-09T17:02:56Z
Committed, thanks for the patch! -- nathan