EDB Postgres Advanced Server 14.13.0 release notes v14
Released: 8 Aug 2024
EDB Postgres Advanced Server 14.13.0 includes the following enhancements and bug fixes:
| Type | Description | Addresses |
|---|---|---|
| Upstream merge | Merged with community PostgreSQL 14.13. This release includes a fix for CVE-2024-7348. See the PostgreSQL 14.13 Release Notes for more information. | CVE-2024-7348 |
| Bug fix | Fixed an issue for EDB*Loader. Now when multiple duplicate key errors occur during the load it doesn't slow down and memory doesn't overflow. | #37017 |
| Bug fix | Fixed an issue for replication connections. Now it correctly displays the authentication failure error message. | #101591 |
| Bug fix | Fixed an issue for ecpg. Now it supports do..while() in Pro*C mode (-C PROC). | #35988 |
| Bug fix | Fixed an issue for edb_dblink_oci. Now it correctly push downs ANY and ALL operators when used with scalar array. | |
| Bug fix | Fixed an issue for to_number() function. Now it correctly accepts the "+" sign. | #92903 |
| Bug fix | Fixed an issue with incomplete transactions clean up after a crash. Now the incomplete transactions are cleaned up in reorder buffer after a crash. | #99636 |