diff --git a/.unreleased/group_by_segmentby b/.unreleased/group_by_segmentby index d8f965277..3858940d1 100644 --- a/.unreleased/group_by_segmentby +++ b/.unreleased/group_by_segmentby @@ -1 +1 @@ -Implements: #7147 Vectorize partial aggregation for sum(int4) with grouping on segmentby columns. +Implements: #7147: Vectorize partial aggregation for `sum(int4)` with grouping on `segment by` columns. diff --git a/.unreleased/pr_6882 b/.unreleased/pr_6882 index f6a881a54..1fb4222d4 100644 --- a/.unreleased/pr_6882 +++ b/.unreleased/pr_6882 @@ -1 +1 @@ -Implements: #6882 Allow DELETE on compressed chunks without decompression +Implements: #6882: Allow DELETE on the compressed chunks without decompression. diff --git a/.unreleased/pr_7126 b/.unreleased/pr_7126 index 1854e0368..9b6d69ecd 100644 --- a/.unreleased/pr_7126 +++ b/.unreleased/pr_7126 @@ -1 +1 @@ -Implements: #7126 Add functions to show compression info +Implements: #7126: Add functions to show the compression information. diff --git a/.unreleased/pr_7187 b/.unreleased/pr_7187 index 93c1f0681..96052757d 100644 --- a/.unreleased/pr_7187 +++ b/.unreleased/pr_7187 @@ -1 +1 @@ -Fixes: #7187 Fix string literal length for compressed_data_info +Fixes: #7187: Fix the string literal length for the `compressed_data_info` function. diff --git a/.unreleased/pr_7191 b/.unreleased/pr_7191 index 23437da12..87c5e23c9 100644 --- a/.unreleased/pr_7191 +++ b/.unreleased/pr_7191 @@ -1 +1 @@ -Fixes: #7191 Fix creating default indexes on chunks when migrating data +Fixes: #7191: Fix creating default indexes on chunks when migrating the data. diff --git a/.unreleased/pr_7195 b/.unreleased/pr_7195 index 09d73cc7c..752fc195b 100644 --- a/.unreleased/pr_7195 +++ b/.unreleased/pr_7195 @@ -1 +1 @@ -Fixes: #7195 Fix segmentby/orderby check when dropping a column from a compressed hypertable +Fixes: #7195: Fix the `segment by` and `order by` checks when dropping a column from a compressed hypertable. diff --git a/.unreleased/pr_7201 b/.unreleased/pr_7201 index 05a027d64..b6dcd3599 100644 --- a/.unreleased/pr_7201 +++ b/.unreleased/pr_7201 @@ -1,2 +1,2 @@ -Fixes: #7201 Use generic extension description when building apt and rpm loader packages -Thanks: @posuch For reporting misleading extension description in the generic loader package +Fixes: #7201: Use the generic extension description when building `apt` and `rpm` loader packages. +Thanks: @posuch for reporting the misleading extension description in the generic loader packages. diff --git a/.unreleased/pr_7204 b/.unreleased/pr_7204 index f4bf6e0f6..373de172a 100644 --- a/.unreleased/pr_7204 +++ b/.unreleased/pr_7204 @@ -1 +1 @@ -Implements: #7204 Track additional extensions in telemetry +Implements: #7204: Track additional extensions in telemetry. diff --git a/.unreleased/pr_7207 b/.unreleased/pr_7207 index 5147094a2..151b8f4b5 100644 --- a/.unreleased/pr_7207 +++ b/.unreleased/pr_7207 @@ -1 +1 @@ -Implements: #7207 Refactor decompress_batches_scan functions +Implements: #7207: Refactor the `decompress_batches_scan` functions for easier maintenance. diff --git a/.unreleased/pr_7209 b/.unreleased/pr_7209 index 44312943e..2cffbee10 100644 --- a/.unreleased/pr_7209 +++ b/.unreleased/pr_7209 @@ -1 +1 @@ -Implements: #7209 Add function to drop the osm chunk +Implements: #7209: Add a function to drop the `osm` chunk. diff --git a/.unreleased/pr_7227 b/.unreleased/pr_7227 index 845c6e6f6..aa016c06f 100644 --- a/.unreleased/pr_7227 +++ b/.unreleased/pr_7227 @@ -1 +1 @@ -Fixes: #7227 Add index to compression_chunk_size catalog table +Fixes: #7227: Add an index to the `compression_chunk_size` catalog table. diff --git a/.unreleased/pr_7229 b/.unreleased/pr_7229 index 7c69a1428..f9801b07d 100644 --- a/.unreleased/pr_7229 +++ b/.unreleased/pr_7229 @@ -1 +1 @@ -Fixes: #7229 Fix foreign key constraints where index and constraint column order differ +Fixes: #7229: Fix the foreign key constraints where the index and the constraint column order are different. diff --git a/.unreleased/pr_7230 b/.unreleased/pr_7230 index 1abce9c79..e6908018f 100644 --- a/.unreleased/pr_7230 +++ b/.unreleased/pr_7230 @@ -1 +1 @@ -Fixes: #7230 Don't propagate fk constraints to osm chunk +Fixes: #7230: Do not propagate the foreign key constraints to the `osm` chunk. diff --git a/.unreleased/pr_7234 b/.unreleased/pr_7234 index 2da21a80d..2b5080397 100644 --- a/.unreleased/pr_7234 +++ b/.unreleased/pr_7234 @@ -1 +1 @@ -Fixes: #7234 Release cache after accessing the cache entry +Fixes: #7234: Release the cache after accessing the cache entry.