Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions product_docs/docs/pgd/6.1/rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) |
Expand Down
20 changes: 20 additions & 0 deletions product_docs/docs/pgd/6.1/rel_notes/pgd_6.1.2_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -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

<table class="table w-100"><thead><tr><th>Description</th><th width="10%">Addresses</th></tr></thead><tbody>
<tr><td><details><summary>Fixed ALTER TABLE failure during streamed transaction with table rewrite</summary><hr/><p>The <code>ALTER TABLE</code> 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.</p>
</details></td><td></td></tr>
</tbody></table>


14 changes: 14 additions & 0 deletions product_docs/docs/pgd/6.1/rel_notes/src/relnote_6.1.2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/EnterpriseDB/docs/refs/heads/develop/tools/automation/generators/relgen/relnote-schema.json
product: EDB Postgres Distributed
version: 6.1.2
date: 4 November 2025
intro: |
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.

relnotes:
- relnote: Fixed ALTER TABLE failure during streamed transaction with table rewrite
details: |
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.
jira: BDR-7249
type: Bug Fix
impact: High
Loading