EDB Postgres Distributed 5.9.3 release notes v5.9.3

Released: 15 April 2026

This is a patch release of PGD 5, which includes several enhancements and bug fixes. For a list of known issues, see Known issues.

Changes

ComponentVersionDescriptionAddresses
PGD Proxy5.9.3
Updated third-party dependencies to address security vulnerabilities.

Updated internal library dependencies to address security vulnerabilities CVE-2026-33815 and CVE-2026-33816.

Bug Fixes

ComponentVersionDescriptionAddresses
BDR5.9.3
Fixed user login attributes not replicated to peer nodes.

After a CREATE USER statement, the user's login attribute was not propagated to peer nodes, preventing login on any node other than the originating one. This fix ensures role login attributes are correctly included in replication.