EDB Postgres Advanced Server 17.9.0 release notes v17

Released: 26 Feb 2026

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

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.

TypeDescriptionAddresses 
Security fixThis release includes security fix for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006, and CVE-2026-2007.
Bug fixParallel Execution: Ensured memory is allocated in the correct long-lived context to prevent rare crashes caused by premature memory release.#52519
Bug fixedb_partition: Fixed a stack overflow issue triggered by circular partition references.