EDB Postgres Distributed 6.1.2 release notes v6.1.0

Released: 6 November 2025

EDB Postgres Distributed 6.1.2 includes only bug fixes focused on improving stability and reliability. No new features or enhancements are included in this release. Please see the details below.

Bug Fixes

DescriptionAddresses
Fixed ALTER TABLE failure during streamed transaction with table rewrite

The ALTER TABLE command failed to create a temporary table when using table rewrite support and streaming to a file or a writer. The fix implements a stream message callback method, preventing a potential data loss scenario during these operations.