diff --git a/product_docs/docs/pgd/6.1/rel_notes/index.mdx b/product_docs/docs/pgd/6.1/rel_notes/index.mdx index 460b1689ca..640e2c5a53 100644 --- a/product_docs/docs/pgd/6.1/rel_notes/index.mdx +++ b/product_docs/docs/pgd/6.1/rel_notes/index.mdx @@ -5,6 +5,7 @@ navTitle: Release notes description: Release notes for EDB Postgres Distributed 6 and later indexCards: none navigation: + - pgd_6.1.2_rel_notes - pgd_6.1.1_rel_notes - pgd_6.1.0_rel_notes - pgd_6.0.2_rel_notes @@ -19,6 +20,7 @@ The EDB Postgres Distributed documentation describes the latest version of EDB P | Release Date | EDB Postgres Distributed | |---|---| +| 04 Nov 2025 | [6.1.2](./pgd_6.1.2_rel_notes) | | 09 Oct 2025 | [6.1.1](./pgd_6.1.1_rel_notes) | | 19 Aug 2025 | [6.1.0](./pgd_6.1.0_rel_notes) | | 25 Jun 2025 | [6.0.2](./pgd_6.0.2_rel_notes) | diff --git a/product_docs/docs/pgd/6.1/rel_notes/pgd_6.1.2_rel_notes.mdx b/product_docs/docs/pgd/6.1/rel_notes/pgd_6.1.2_rel_notes.mdx new file mode 100644 index 0000000000..104266e085 --- /dev/null +++ b/product_docs/docs/pgd/6.1/rel_notes/pgd_6.1.2_rel_notes.mdx @@ -0,0 +1,20 @@ +--- +# IMPORTANT: Do not edit this file directly - it is generated from yaml source. +title: EDB Postgres Distributed 6.1.2 release notes +navTitle: Version 6.1.2 +originalFilePath: product_docs/docs/pgd/6.1/rel_notes/src/relnote_6.1.2.yml +editTarget: originalFilePath +--- + +Released: 4 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 + +
| Description | Addresses |
|---|---|
Fixed ALTER TABLE failure during streamed transaction with table rewriteThe |