EDB Postgres Advanced Server 14.23.0 release notes v14

Released: 14 May 2026

End of Standard Support

EDB Postgres Advanced Server 14 reaches End of Standard Support on December 1, 2026. We recommend planning your upgrade to a supported version.

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

TypeDescriptionAddresses 
Upstream mergeMerged with community PostgreSQL 14.23. See the PostgreSQL 14.23 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.