Re: First draft of PG 19 release notes

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Subject: Re: First draft of PG 19 release notes
Date: 2026-07-02 22:12:37
Message-ID: 061be328-b319-402a-b2a2-cdb99f85b2c1@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I noticed that some of the OAuth-realted items ended up under the wrong
sections. See my suggestions below and the attached patch.

Jacob, do you have any opinion here?

= Add a new OAUTH flow hook PQAUTHDATA_OAUTH_BEARER_TOKEN_V2

Should go under "libpq"

= Allow custom OAUTH validators to register custom pg_hba.conf
authentication options

Should go under "Server Configuration". It could arguably go under
"Source Code" too but that seems less useful to the reader.

= Allow OAUTH validators to supply failure details

Should go under "Source Code" as this is not user facing.

--
Andreas Karlsson
Percona

Attachment Content-Type Size
v1-0001-Move-some-OAuth-related-release-note-items-to-the.patch text/x-patch 4.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2026-07-02 22:16:05 Re: First draft of PG 19 release notes
Previous Message Paul A Jungwirth 2026-07-02 21:57:15 Re: Fix RLS checks for UPDATE/DELETE FOR PORTION OF leftover rows