EDB Postgres Advanced Server 13.18.24 release notes v13
Released: 13 Feb 2025
EDB Postgres Advanced Server 13.19.25 includes the following enhancements and bug fixes:
| Type | Description | Addresses |
|---|---|---|
| Upstream merge | Merged with community PostgreSQL 13.19. This release includes a fix for CVE-2025-1094. See the PostgreSQL 13.19 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 |