Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. doc: Fix titles of some pg_buffercache functions.

  1. [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
    
  2. 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
    
    
    
    
  3. 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