EDB Postgres Advanced Server 16.3.0 release notes v16

Released: 9 May 2024

EDB Postgres Advanced Server 16.3.0 includes the following enhancements and bug fixes:

TypeDescriptionAddresses               
Upstream mergeMerged with community PostgreSQL 16.3. This release includes a fix for CVE-2024-4317. See the PostgreSQL 16.3 Release Notes for more information.CVE-2024-4317
Security fixFixed an issue for edbldr. Now edbldr checks the pg_read_server_files privilege before accessing the data files.#35906, CVE-2024-4545
Bug fixFixed an issue for edb_filter_log. Now it correctly redacts the password when the tab is used before the keyword.#36220
Bug fixFixed an issue for edb_audit on Windows. Now it correctly rotates the log files based on days configured in edb_audit_rotation_day.#99282
Bug fixFixed an issue to fetch all the attributes correctly from the sublink in CONNECT BY processing to avoid the server crash.#102746
Bug fixAdded conditional free path in add_path() to avoid the rare possible server crashes when the freed path is still in use, specially in FDWs.#86497
Bug fixFixed an crash issue for edbldr. Now edbldr loads data into multiple tables with different encodings from the target database.
Bug fixFixed an issue with possible data loss and pg_dump failures when using rowids.#35901
Bug fixFixed an issue with assertion in DROP ROLE statement having duplicate names.
Buf fixFixed server crash with edb_dblink_oci in left join with whole row reference.