From ee68aa7653f2e7a0d31ec49684b66a8b9275e5d9 Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Fri, 3 Jul 2026 00:01:11 +0200 Subject: [PATCH v2] 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 | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index d8d3758d5ba..5bb4c2ce15d 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -1341,20 +1341,18 @@ New configuration file PGDATA/pg_hosts. -Add a new OAUTH flow hook PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 (Jacob Champion) -§ -§ +Allow custom OAUTH validators to register custom pg_hba.conf authentication options (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 +2353,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. @@ -3016,6 +3005,17 @@ Author: Heikki Linnakangas 2026-04-06 [283e823f9] Introduce a new mechanism for registering shared memory --> + + + + +Allow OAUTH validators to supply failure details (Jacob Champion) +§ + + Add simplified and improved shared memory registration function ShmemRequestStruct() (Heikki Linnakangas, Ashutosh Bapat) -- 2.43.0