EDB Postgres Advanced Server 17.10.0 release notes v17

Released: 14 May 2026

Deprecation

With the release of EDB Postgres Advanced Server 17, the DRITA is being deprecated and will not be included in EDB Postgres Advanced Server 18. This decision follows the introduction of EDB's PWR and edb_wait_states extensions, which offer improved diagnostic capabilities compared to DRITA. These new extensions provide a diagnostic experience more closely aligned with Oracle's AWR reports, making DRITA obsolete.

Note

The pgAgent and adminpack packages are end of life in EDB Postgres Advanced Server 17 and later.

EDB Postgres Advanced Server 17.10.0 includes the following enhancements and bug fixes:

TypeDescriptionAddresses 
Upstream mergeMerged with community PostgreSQL 17.10. See the PostgreSQL 17.10 release notes for more information.
Security fixThis release includes the following upstream security fixes from PostgreSQL: CVE-2026-6472, CVE-2026-6473, CVE-2026-6474, CVE-2026-6475, CVE-2026-6476, CVE-2026-6477, CVE-2026-6478, CVE-2026-6479, CVE-2026-6575, CVE-2026-6637, and CVE-2026-6638.
Bug fixECPG: Fixed an issue where VARCHAR values returned through Pro*C-compatible Dynamic SQL Method 4 were missing their trailing spaces. Fetched data is now returned with its original formatting intact.#58736
Bug fixECPG: Fixed an issue where PREPARE ... FROM <statement> failed at runtime due to the SQL text being incorrectly double-quoted by the preprocessor.#59212
Bug fixFixed a server crash that could occur when a deferred trigger fired after a COMMIT was executed inside an SPL EXCEPTION block.
Bug fixEDB*Loader: Prevented direct path loading when TDE is active to ensure data encryption.#91277
Bug fixFixed an error in pg_stat_statements when querying the view for wrapped queries, caused by a mismatch between the stored query text and its recorded length.#57634
Bug fixFixed non-deterministic behavior in the DBMS_XMLDOM package caused by an uninitialized internal flag on newly created document root nodes.