From 73684c2832cd652fd055924ff0f3199862714efb Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Fri, 3 Jul 2026 00:01:11 +0200 Subject: [PATCH v1] Move some OAuth related release note items to the right section The two validator items belong under Server Configuration and Source Code respectively and the one about PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 belongs to libpq. --- doc/src/sgml/release-19.sgml | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index d8d3758d5ba..194aee056e3 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -1341,20 +1341,29 @@ New configuration file PGDATA/pg_hosts. + + + +Allow custom OAUTH validators to register custom pg_hba.conf authentication options (Jacob Champion) +§ + + + + -Add a new OAUTH flow hook PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 (Jacob Champion) -§ -§ +Allow OAUTH validators to supply failure details (Jacob Champion) +§ -This is an improved version of PQAUTHDATA_OAUTH_BEARER_TOKEN by adding the issuer identifier and error message specification. +This is done by setting the ValidatorModuleResult structure member error_detail. @@ -2355,29 +2364,20 @@ This can also be set via the PGOAUTHCAFILE -2026-04-07 [b977bd308] oauth: Allow validators to register custom HBA options ---> - - - -Allow custom OAUTH validators to register custom pg_hba.conf authentication options (Jacob Champion) -§ - - - - -Allow OAUTH validators to supply failure details (Jacob Champion) -§ +Add a new OAUTH flow hook PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 (Jacob Champion) +§ +§ -This is done by setting the ValidatorModuleResult structure member error_detail. +This is an improved version of PQAUTHDATA_OAUTH_BEARER_TOKEN by adding the issuer identifier and error message specification. -- 2.43.0