Skip to content

Commit 5a79036

Browse files
Edit release-notes
To incorporate review-comments.
1 parent bc90dc9 commit 5a79036

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.unreleased/fix_7055

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7055: Fix the `scankey` for `segment by` columns, where constant type is different from variable.
1+
Fixes: #7055: Fix the `scankey` for `segment by` columns, where the type `constant` is different to `variable`.

.unreleased/fix_7064

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7064: Fix the bug in default `order by` calculation in compression.
1+
Fixes: #7064: Fix the bug in the default `order by` calculation in compression.

.unreleased/fix_7074

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7074: Fix the bug in default `segment by` calculation in compression.
1+
Fixes: #7074: Fix the bug in the default `segment by` calculation in compression.

.unreleased/pr_6880

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #6880: Add support for the array operators to compressed DML batch filtering.
1+
Implements: #6880: Add support for the array operators used for compressed DML batch filtering.

.unreleased/pr_6897

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #6897: Add support for replica identity on the compressed hypertables.
1+
Implements: #6897: Add support for replica identity on compressed hypertables.

.unreleased/pr_6918

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #6918: Remove the support for PG13.
1+
Implements: #6918: Remove support for PG13.

.unreleased/pr_6989

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #6989: Add support for the foreign keys from plain tables to hypertables.
1+
Implements: #6989: Add support for foreign keys when converting plain tables to hypertables.

.unreleased/pr_7018

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7018: Fix the `search_path` quoting in the compression defaults function.
1+
Fixes: #7018: Fix `search_path` quoting in the compression defaults function.

.unreleased/pr_7046

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7046: Prevent locking the compressed tuples.
1+
Fixes: #7046: Prevent locking for compressed tuples.

.unreleased/pr_7048

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #7048: Add the index scan to INSERT DML decompression.
1+
Implements: #7048: Add an index scan for INSERT DML decompression.

0 commit comments

Comments
 (0)