You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product_docs/docs/pgd/5.6/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ navigation:
45
45
pdf: true
46
46
directoryDefaults:
47
47
version: "5.6.1"
48
-
displayBanner: '<b>Warning</b>: You are not reading the most recent version of this documentation.<br/>Documentation improvements are made only to the latest version.<br/>As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.<br/> We recommend upgrading the latest minor release as soon as possible.<br/>If you want up-to-date information, read the <a href="/pgd/latest/">latest PGD documentation</a>.'
48
+
displayBanner: '<b>Warning</b>: You are not reading the most recent version of this documentation.<br/>Documentation improvements are made only to the latest version.<br/>As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.<br/> We recommend upgrading the latest minor release as soon as possible.<br/>If you want up-to-date information, read the <a href="https://www.enterprisedb.com/docs/pgd/latest/">latest PGD documentation</a>.'
Copy file name to clipboardExpand all lines: product_docs/docs/pgd/5.7/rel_notes/pgd_5.7.0_rel_notes.mdx
+6-3
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ EDB Postgres Distributed 5.7.0 includes a number of enhancements and bug fixes.
11
11
12
12
## Highlights
13
13
14
-
-**Improved 3rd Party CDC Tool Integration**: PGD 5.7.0 now supports failover of logical slots used by CDC tools with standard plugins (such as test_decoding, pgoutput, and wal2json) within a PGD cluster. This enhancement eliminates the need for 3rd party subscribers to reseed their tables during a lead Primary change.
15
-
-**PGD Compatibility Assessment**: Ensure a seamless migration to PGD with the new Assess command in the PGD CLI. This tool proactively reports any PostgreSQL incompatibilities—especially those affecting logical replication—so you can address them before upgrading to PGD.
16
-
-**Upgrade PGD and Postgres with a Single Command**: Leverage the new `pgd node upgrade` command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
14
+
-**Improved 3rd Party CDC Tool Integration**: PGD 5.7.0 now supports [failover of logical slots used by CDC tools](/pgd/latest/cdc-failover) with standard plugins (such as test_decoding, pgoutput, and wal2json) within a PGD cluster. This enhancement eliminates the need for 3rd party subscribers to reseed their tables during a lead Primary change.
15
+
-**PGD Compatibility Assessment**: Ensure a seamless migration to PGD with the new [Assess](/pgd/latest/cli/command_ref/assess/) command in the PGD CLI. This tool proactively reports any PostgreSQL incompatibilities—especially those affecting logical replication—so you can address them before upgrading to PGD.
16
+
-**Upgrade PGD and Postgres with a Single Command**: Leverage the new [`pgd node upgrade`](/pgd/latest/cli/command_ref/node/upgrade
17
+
) command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
17
18
18
19
## Features
19
20
@@ -61,6 +62,8 @@ guarantees that every transaction is decoded and sent at least once.</p>
<tr><td>BDR</td><td>5.7.0</td><td>Fixed a server panic by ensuring that catalog lookups aren't performed in a callback that gets called very late in the commit cycle.</td><td></td></tr>
63
64
<tr><td>BDR</td><td>5.7.0</td><td>Fixed an unintentional timed wait for a synchronous logical replication that resulted in unusually high latency for some transactions.</td><td>42273</td></tr>
65
+
<tr><td>BDR</td><td>5.7.0</td><td><details><summary>The <code>bdr.group_camo_details</code> view now only lists data nodes belonging to the CAMO group.</summary><hr/><p>The <code>bdr.group_camo_details</code> view now only lists data nodes belonging to the CAMO commit scope group. Previously, the view could include data nodes were not part of the CAMO group, logical standby nodes, Subscriber-Only nodes and witness nodes.</p>
66
+
</details></td><td>45354</td></tr>
64
67
<tr><td>BDR</td><td>5.7.0</td><td><details><summary>Improved PostgreSQL 17 compatibility.</summary><hr/><p>Internal tables managed by autopartition that were created before the upgrade to PG17 were missing a <code>rowtype</code> entry into <code>pg_depend</code>. This issue caused errors after upgrading to PG17.</p>
65
68
</details></td><td>44401</td></tr>
66
69
<tr><td>BDR</td><td>5.7.0</td><td><details><summary>Fixed a bug where parting stopped responding with consensus timeout or consensus errors.</summary><hr/><p>This fix also ensures parting doesn't stop responding when any of the nodes restart when part is in progress. Origin LSNs don't show up as 0/0 in log messages.</p>
Copy file name to clipboardExpand all lines: product_docs/docs/pgd/5.7/rel_notes/src/relnote_5.7.0.yml
+12-4
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ components:
10
10
intro: |
11
11
EDB Postgres Distributed 5.7.0 includes a number of enhancements and bug fixes.
12
12
highlights: |
13
-
- **Improved 3rd Party CDC Tool Integration**: PGD 5.7.0 now supports failover of logical slots used by CDC tools with standard plugins (such as test_decoding, pgoutput, and wal2json) within a PGD cluster. This enhancement eliminates the need for 3rd party subscribers to reseed their tables during a lead Primary change.
14
-
- **PGD Compatibility Assessment**: Ensure a seamless migration to PGD with the new Assess command in the PGD CLI. This tool proactively reports any PostgreSQL incompatibilities—especially those affecting logical replication—so you can address them before upgrading to PGD.
15
-
- **Upgrade PGD and Postgres with a Single Command**: Leverage the new `pgd node upgrade` command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
13
+
- **Improved 3rd Party CDC Tool Integration**: PGD 5.7.0 now supports [failover of logical slots used by CDC tools](/pgd/latest/cdc-failover) with standard plugins (such as test_decoding, pgoutput, and wal2json) within a PGD cluster. This enhancement eliminates the need for 3rd party subscribers to reseed their tables during a lead Primary change.
14
+
- **PGD Compatibility Assessment**: Ensure a seamless migration to PGD with the new [Assess](/pgd/latest/cli/command_ref/assess/) command in the PGD CLI. This tool proactively reports any PostgreSQL incompatibilities—especially those affecting logical replication—so you can address them before upgrading to PGD.
15
+
- **Upgrade PGD and Postgres with a Single Command**: Leverage the new [`pgd node upgrade`](/pgd/latest/cli/command_ref/node/upgrade
16
+
) command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
16
17
relnotes:
17
18
- relnote: Improved performance of DML and other operations on partitioned tables.
18
19
component: BDR
@@ -285,4 +286,11 @@ relnotes:
285
286
addresses: ""
286
287
type: Bug Fix
287
288
impact: Medium
288
-
289
+
- relnote: The `bdr.group_camo_details` view now only lists data nodes belonging to the CAMO group.
290
+
component: BDR
291
+
details: |
292
+
The `bdr.group_camo_details` view now only lists data nodes belonging to the CAMO commit scope group. Previously, the view could include data nodes were not part of the CAMO group, logical standby nodes, Subscriber-Only nodes and witness nodes.
0 commit comments