Skip to content

Improve release-notes further #7121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
1 change: 0 additions & 1 deletion .unreleased/fix_7051

This file was deleted.

2 changes: 1 addition & 1 deletion .unreleased/fix_7055
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes: #7055 Fix scankey where consttype is different from var
Fixes: #7055: Fix the `scankey` for `segment by` columns, where the type `constant` is different to `variable`.
2 changes: 1 addition & 1 deletion .unreleased/fix_7064
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes: #7064 Fix a bug in default orderby calc. in compression
Fixes: #7064: Fix the bug in the default `order by` calculation in compression.
2 changes: 1 addition & 1 deletion .unreleased/fix_7074
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes: #7074 Fix a bug in default segmentby calc. in compression
Fixes: #7074: Fix the bug in the default `segment by` calculation in compression.
2 changes: 1 addition & 1 deletion .unreleased/pr_6880
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #6880 Add support for array operators to compressed DML batch filtering
Implements: #6880: Add support for the array operators used for compressed DML batch filtering.
2 changes: 1 addition & 1 deletion .unreleased/pr_6895
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #6895 Improve compressed DML expression pushdown
Implements: #6895: Improve the compressed DML expression pushdown.
2 changes: 1 addition & 1 deletion .unreleased/pr_6897
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #6897 Add support for replica identity on compressed hypertables
Implements: #6897: Add support for replica identity on compressed hypertables.
2 changes: 1 addition & 1 deletion .unreleased/pr_6918
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #6918 Remove support for PG13
Implements: #6918: Remove support for PG13.
2 changes: 1 addition & 1 deletion .unreleased/pr_6920
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #6920 Rework compression activity wal markers
Implements: #6920: Rework compression activity wal markers.
2 changes: 1 addition & 1 deletion .unreleased/pr_6989
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #6989 Add support for foreign keys from plain tables to hypertables
Implements: #6989: Add support for foreign keys when converting plain tables to hypertables.
2 changes: 1 addition & 1 deletion .unreleased/pr_7018
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes: #7018 Fix search_path quoting in compression defaults function
Fixes: #7018: Fix `search_path` quoting in the compression defaults function.
2 changes: 1 addition & 1 deletion .unreleased/pr_7020
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #7020 Add support for chunk column statistics tracking
Implements: #7020: Add support for the chunk column statistics tracking.
2 changes: 1 addition & 1 deletion .unreleased/pr_7046
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes: #7046 Prevent locking compressed tuples
Fixes: #7046: Prevent locking for compressed tuples.
2 changes: 1 addition & 1 deletion .unreleased/pr_7048
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #7048 Add index scan to INSERT DML decompression
Implements: #7048: Add an index scan for INSERT DML decompression.
2 changes: 1 addition & 1 deletion .unreleased/pr_7069
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixes: #7069 Fix index column name usage
Fixes: #7069: Fix the index column name usage.
2 changes: 1 addition & 1 deletion .unreleased/pr_7075
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #7075 Reduce decompression on compressed INSERT
Implements: #7075: Reduce decompression on the compressed INSERT.
2 changes: 1 addition & 1 deletion .unreleased/pr_7101
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implements: #7101 Reduce decompressions for compressed UPDATE/DELETE
Implements: #7101: Reduce decompressions for the compressed UPDATE/DELETE.
Loading