EDB Postgres Advanced Server 13.22.28 release notes v13
Released: 14 Aug 2025
EDB Postgres Advanced Server 13.22.28 includes the following enhancements and bug fixes:
Type | Description | Addresses |
---|---|---|
Upstream merge | Merged with community PostgreSQL 13.22. This release includes a fix for CVE-2025-8713, CVE-2025-8714 and CVE-2025-8715. See the PostgreSQL 13.22 Release Notes for more information. | |
Bug fix | Fixed an issue where a high number of concurrent failed login attempts for a user was leading to an unexpected server behavior. | |
Bug fix | Fixed an issue by ensuring the SPL library is initialized before accessing its symbols to avoid errors. | #44514 |
Bug fix | Fixed an issue in EDB*Loader where the SKIP parameter did not work correctly in direct-path mode on tables with column constraints. | #44853 |
Bug fix | Fixed an issue in dblink_oci that caused a random server crash when performing bytea inserts. | #49578 |
Bug fix | Fixed an issue where to_date() was not handling empty strings gracefully. | #49346 |
Bug fix | Fixed an issue in edb_audit that was causing unexpected audit logs during user login. | #48070 |
Bug fix | Fixed an issue where an error occurred with SPLIT PARTITION on tables that use a GENERATED ALWAYS AS IDENTITY column. | #49164 |
Bug fix | Fixed an issue in SUBSTRB() that caused garbage bytes to appear in the return string. The function now replaces partial multi-byte characters with spaces to prevent this. | #46619 |