Skip to content

Commit 399f6c6

Browse files
Improve release-notes further (#7121)
For docs-compliance for the upcoming release.
1 parent 47efc2f commit 399f6c6

File tree

17 files changed

+16
-17
lines changed

17 files changed

+16
-17
lines changed

.unreleased/fix_7051

Lines changed: 0 additions & 1 deletion
This file was deleted.

.unreleased/fix_7055

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7055 Fix scankey where consttype is different from var
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 a bug in default orderby calc. 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 a bug in default segmentby calc. 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 array operators to compressed DML batch filtering
1+
Implements: #6880: Add support for the array operators used for compressed DML batch filtering.

.unreleased/pr_6895

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #6895 Improve compressed DML expression pushdown
1+
Implements: #6895: Improve the compressed DML expression pushdown.

.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 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 support for PG13
1+
Implements: #6918: Remove support for PG13.

.unreleased/pr_6920

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #6920 Rework compression activity wal markers
1+
Implements: #6920: Rework compression activity wal markers.

.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 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 search_path quoting in compression defaults function
1+
Fixes: #7018: Fix `search_path` quoting in the compression defaults function.

.unreleased/pr_7020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #7020 Add support for chunk column statistics tracking
1+
Implements: #7020: Add support for the chunk column statistics tracking.

.unreleased/pr_7046

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7046 Prevent locking 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 index scan to INSERT DML decompression
1+
Implements: #7048: Add an index scan for INSERT DML decompression.

.unreleased/pr_7069

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixes: #7069 Fix index column name usage
1+
Fixes: #7069: Fix the index column name usage.

.unreleased/pr_7075

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #7075 Reduce decompression on compressed INSERT
1+
Implements: #7075: Reduce decompression on the compressed INSERT.

.unreleased/pr_7101

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implements: #7101 Reduce decompressions for compressed UPDATE/DELETE
1+
Implements: #7101: Reduce decompressions for the compressed UPDATE/DELETE.

0 commit comments

Comments
 (0)