EDB Postgres Advanced Server 16.12.0 release notes v16

Released: 12 Feb 2026

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

TypeDescriptionAddresses 
Upstream mergeMerged with community PostgreSQL 16.12. See the PostgreSQL 16.12 Release Notes for more information.
Bug fixFixed an issue where memory was allocated in an inappropriate context during parallel execution, leading to rare crashes when the system released data still in use by active workers; memory is now correctly scoped to a long-lived context.#52519
Bug fixFixed an issue with stack overflow in edb_partition due to circular references during partition creation.