From 2918e16734299e1de944d8d19afc8422ebae5e9c Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 9 Jun 2026 15:22:33 +0100 Subject: [PATCH] docs: move misfiled release-note entries from 9.9 to 9.16 The entries for #9875 (EXPLAIN/blank-line query extraction) and #9988 (OAuth2 metadata URL guidance) were added to release_notes_9_9.rst, which is an already-released version. Move them to the in-progress 9.16 notes where they belong. --- docs/en_US/release_notes_9_16.rst | 2 ++ docs/en_US/release_notes_9_9.rst | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/release_notes_9_16.rst b/docs/en_US/release_notes_9_16.rst index e1895ad5f..ba7fbcc0d 100644 --- a/docs/en_US/release_notes_9_16.rst +++ b/docs/en_US/release_notes_9_16.rst @@ -35,6 +35,7 @@ Bug fixes | `Issue #9677 `_ - Fix the Unlogged table toggle in table properties not generating any ALTER TABLE ... SET LOGGED/UNLOGGED statement. | `Issue #9828 `_ - Fix tool calls failing against OpenAI-compatible providers that emit empty/null name, arguments, or id fields in streaming continuation deltas. + | `Issue #9875 `_ - Fixed an issue where EXPLAIN and EXPLAIN ANALYZE failed to execute when blank lines separated clauses in the SQL query. | `Issue #9892 `_ - Fix blank difference counts on the top-level group rows in Schema Diff. | `Issue #9896 `_ - Fix invalid DDL reconstruction for SERIAL columns in Schema Diff and the generated SQL/CREATE Script so the output round-trips on a clean target. | `Issue #9935 `_ - Fix "Illegal instruction" crash on startup of the Linux DEB and RPM packages on older x86_64 CPUs by pinning the psycopg C extension build to the x86-64 baseline. @@ -43,3 +44,4 @@ Bug fixes | `Issue #9976 `_ - Fix a startup migration crash (NoSuchTableError) when an old configuration database contains a stale foreign-key reference. | `Issue #9984 `_ - Fix the Docker entrypoint mishandling a quoted PGADMIN_CONFIG_CONFIG_DATABASE_URI, which caused a SQLAlchemy parse error and silently skipped PGADMIN_DEFAULT_EMAIL/PASSWORD setup. | `Issue #9987 `_ - Fix "AttributeError: 'PgAdmin' object has no attribute 'login_manager'" crash when running setup.py user-management commands (add-user, update-user) from the CLI. + | `Issue #9988 `_ - Provide an actionable error when 'openid' is in OAUTH2_SCOPE but OAUTH2_SERVER_METADATA_URL is not set, instead of a cryptic Authlib failure. diff --git a/docs/en_US/release_notes_9_9.rst b/docs/en_US/release_notes_9_9.rst index 9fc912b37..d4b9be9f5 100644 --- a/docs/en_US/release_notes_9_9.rst +++ b/docs/en_US/release_notes_9_9.rst @@ -35,8 +35,6 @@ Bug fixes ********* | `Issue #9098 `_ - Fixed an issue where the query tool displayed 'default' instead of 'null' for null text data in the data output. - | `Issue #9875 `_ - Fixed an issue where EXPLAIN and EXPLAIN ANALYZE failed to execute when blank lines separated clauses in the SQL query. - | `Issue #9988 `_ - Provide an actionable error when 'openid' is in OAUTH2_SCOPE but OAUTH2_SERVER_METADATA_URL is not set, instead of a cryptic Authlib failure. | `Issue #9125 `_ - Fixed an issue where the pgAdmin configuration database wasn't being created on a fresh install when an external database was used for the configuration. | `Issue #9157 `_ - Fixed an issue where shortcuts are not working as expected on multiple keyboard layouts. | `Issue #9158 `_ - Fixed an issue where saving the newly changed preferences was not reflecting on the preferences tab.