EDB Postgres Advanced Server 15.8.0 release notes v15
Released: 8 Aug 2024
EDB Postgres Advanced Server 15.8.0 includes the following enhancements and bug fixes:
Type | Description | Addresses |
---|---|---|
Upstream merge | Merged with community PostgreSQL 15.8. This release includes a fix for CVE-2024-7348. See the PostgreSQL 15.8 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 |
Bug fix | Fixed an issue with edb_dblink_oci . Now it uses SHA256 instead of MD5 for password obfuscation. | #38240 |