EDB Postgres Distributed 4.4.0 release notes v4.4.0
Released: 19 August 2025
This is a minor release of PGD 4 for customers on an Extended Life Support contract. This release is a prerequisite for upgrading to PGD 6.1.0+. This release also includes a number of bug fixes.
Bug Fixes
| Component | Version | Description | Addresses |
|---|---|---|---|
| BDR | 4.4.0 | Fix for False Positives in Update-Origin-Change ConflictsA bug has been fixed that caused false positives in update-origin-change conflict detection. The fix ensures the correct LSN is used and conflicts are now detected accurately and only when they genuinely occur. | |
| BDR | 4.4.0 | Fix for Replication Breakage on Concurrent UpdatesA fix has been implemented to resolve an issue where concurrent updates on non-unique indexes could cause replication to break with a "concurrent INSERT when looking for delete rows" error. This bug was caused by an incorrect comparison of tuples during the lookup process. The fix ensures that the correct tuples are compared, which prevents this error and maintains replication stability. | 48861 |
| BDR | 4.4.0 | Fix for | 50599 |
| BDR | 4.4.0 | Fix for | 44467,51941 |
- On this page
- Bug Fixes