EDB Postgres Advanced Server 14.20.0 release notes v14

Released: 13 Nov 2025

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

TypeDescriptionAddresses 
Upstream mergeMerged with community PostgreSQL 14.20. See the PostgreSQL 14.20 Release Notes for more information.
Bug fixFixed an issue with pg_dumpall where dependent roles could be dumped before their resource groups, which caused restoration errors.#51160
Bug fixFixed an issue in ECPG that could lead to invalid pointer dereferencing when performing Oracle-style dynamic SQL fetches.#50148
Bug fixFixed an issue preventing COPY TO from correctly omitting generated columns on tables with an enabled data redaction policy.#44853
Bug fixFixed an issue that caused CALL statements to fail when invoking functions returning a TABLE type.#49217