EDB Postgres Advanced Server 14.16.0 release notes v14
Released: 13 Feb 2025
EDB Postgres Advanced Server 14.16.0 includes the following enhancements and bug fixes:
Type | Description | Addresses |
---|---|---|
Upstream merge | Merged with community PostgreSQL 14.16. This release includes a fix for CVE-2025-1094. See the PostgreSQL 14.16 Release Notes for more information. | |
Bug fix | Fixed an issue for ECPG. ECPGPlus is now aligned with behavior of Oracle Pro*C by supporting DESCRIBE BIND VARIABLE and prevents crashes and random failures. | #42790 |
Bug fix | Fixed an issue for ECPG. ECPGPlus now prevents the parser anomalies especially during the usage of "/". | #37400 |
Bug fix | Fixed an issue for ECPG. Now it supports the global declarations of unknown C types in Pro*C mode. | #37049 |
Bug fix | Fixed an issue for edb_audit . It prevents the creation of an empty log file when the audit destination is set to syslog . | #39883 |
Bug fix | Fixed occasional crashes for ECPG. Added the correct DESCRIBE SELECT LIST grammar rule to retrieve the SELECT LIST descriptor properly which prevents potential unknown issues and occasional crashes. | #41977 |