1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-18 11:45:11 +08:00

Improve release-notes further ()

For docs-compliance for the upcoming release.
This commit is contained in:
Pallavi Sontakke 2024-07-15 12:43:19 +05:30 committed by GitHub
parent 47efc2f3f9
commit 399f6c639a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 16 additions and 17 deletions

@ -1 +0,0 @@
Fixes: #7051 Make reorder_vs_insert deterministic

@ -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`.

@ -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.

@ -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.

@ -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.

@ -1 +1 @@
Implements: #6895 Improve compressed DML expression pushdown
Implements: #6895: Improve the compressed DML expression pushdown.

@ -1 +1 @@
Implements: #6897 Add support for replica identity on compressed hypertables
Implements: #6897: Add support for replica identity on compressed hypertables.

@ -1 +1 @@
Implements: #6918 Remove support for PG13
Implements: #6918: Remove support for PG13.

@ -1 +1 @@
Implements: #6920 Rework compression activity wal markers
Implements: #6920: Rework compression activity wal markers.

@ -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.

@ -1 +1 @@
Fixes: #7018 Fix search_path quoting in compression defaults function
Fixes: #7018: Fix `search_path` quoting in the compression defaults function.

@ -1 +1 @@
Implements: #7020 Add support for chunk column statistics tracking
Implements: #7020: Add support for the chunk column statistics tracking.

@ -1 +1 @@
Fixes: #7046 Prevent locking compressed tuples
Fixes: #7046: Prevent locking for compressed tuples.

@ -1 +1 @@
Implements: #7048 Add index scan to INSERT DML decompression
Implements: #7048: Add an index scan for INSERT DML decompression.

@ -1 +1 @@
Fixes: #7069 Fix index column name usage
Fixes: #7069: Fix the index column name usage.

@ -1 +1 @@
Implements: #7075 Reduce decompression on compressed INSERT
Implements: #7075: Reduce decompression on the compressed INSERT.

@ -1 +1 @@
Implements: #7101 Reduce decompressions for compressed UPDATE/DELETE
Implements: #7101: Reduce decompressions for the compressed UPDATE/DELETE.