EDB Postgres Advanced Server 13.16.22 release notes v13
Released: 8 Aug 2024
EDB Postgres Advanced Server 13.16.22 includes the following enhancements and bug fixes:
| Type | Description | Addresses |
|---|---|---|
| Upstream merge | Merged with community PostgreSQL 13.16. This release includes a fix for CVE-2024-7348. See the PostgreSQL 13.16 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 |