EDB Postgres Distributed 5.9.2 release notes v5.9.2
Released: 26 March 2026
This is a patch release of PGD 5, which includes several enhancements and bug fixes.
Enhancements
| Component | Version | Description | Addresses |
|---|---|---|---|
| BDR | 5.9.2 | Improved the group deletion process to automatically drop associated replication sets.Enhanced the node group removal logic to automatically drop replication sets of the same name. | 57531 |
| BDR | 5.9.2 | Improved the consistency of Connection Manager against | |
| BDR | 5.9.2 | Added support for user name mapping ( |
Changes
| Component | Version | Description | Addresses |
|---|---|---|---|
| PGD Proxy | 5.9.2 | Updated third-party dependencies to resolve CVE-2026-4427 and address GitHub Dependabot alerts.Patched internal libraries to address a security vulnerability (CVE-2026-4427). Although the vulnerability does not directly expose the PGD Proxy, a malicious or compromised PostgreSQL server could send a crafted DataRow message to crash the PGD Proxy, resulting in a denial-of-service (DoS) attack. |
Bug Fixes
| Component | Version | Description | Addresses |
|---|---|---|---|
| BDR | 5.9.2 | Fixed a replication crash loop caused by interrupted partition detaching.Resolved an issue where logical replication would enter an infinite crash loop if a | 53628, 59291 |
| BDR | 5.9.2 | Fixed a | 53628, 59291 |
| BDR | 5.9.2 | Fixed | 54906 |
| BDR | 5.9.2 | Improved lock handling during change application to prevent data corruption from concurrent backends.Table and index locks are now held until transaction commit when applying changes. This ensures correct serialization and prevents data consistency issues during concurrent operations, specifically addressing risks introduced by parallel apply. | |
| BDR | 5.9.2 | Parallel Apply can now be enabled when PGD is deployed with community Postgres.Resolved an issue where enabling Parallel Apply on community PostgreSQL caused writer hangs and stuck subscriptions due to frequent lock timeouts. This fix allows Parallel Apply to be used reliably without requiring it to be disabled as a workaround. | 54565, 57005, 57327 |
| PGD CLI | 5.9.2 | Fixed the in-line help for | |
| PGD CLI | 5.9.2 | Fixed the matrix view output for the | 56295 |
| PGD CLI | 5.9.2 | Backported TDE options for the | |
| BDR | 5.9.2 | Fixed a memory leak in the consensus process when subscriber-only nodes are down.Resolved a malloc-based memory leak related to the improper freeing of connection strings. | 57094 |
| BDR | 5.9.2 | Fixed a segmentation fault occurring during | 58060 |
| BDR | 5.9.2 | Fixed an issue where the | |
| BDR | 5.9.2 | Fixed a Connection Manager memory leak occurring during configuration reloads.Resolved a memory leak in the Connection Manager caused by incorrect handling of Postgres memory contexts during configuration reloads. | |
| BDR | 5.9.2 | Fixed proxy configuration loss after | 58319 |
| BDR | 5.9.2 | Fixed stale | |
| BDR | 5.9.2 | Fixed |
- On this page
- Enhancements
- Changes
- Bug Fixes