Improve release-notes further

For docs-compliance for the upcoming release.
This commit is contained in:
Pallavi Sontakke 2024-09-11 19:09:26 +05:30 committed by GitHub
parent 17ab214cd6
commit 153b689bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 15 additions and 15 deletions

View File

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

View File

@ -1 +1 @@
Implements: #6882 Allow DELETE on compressed chunks without decompression Implements: #6882: Allow DELETE on the compressed chunks without decompression.

View File

@ -1 +1 @@
Implements: #7126 Add functions to show compression info Implements: #7126: Add functions to show the compression information.

View File

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

View File

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

View File

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

View File

@ -1,2 +1,2 @@
Fixes: #7201 Use generic extension description when building apt and rpm loader packages Fixes: #7201: Use the generic extension description when building `apt` and `rpm` loader packages.
Thanks: @posuch For reporting misleading extension description in the generic loader package Thanks: @posuch for reporting the misleading extension description in the generic loader packages.

View File

@ -1 +1 @@
Implements: #7204 Track additional extensions in telemetry Implements: #7204: Track additional extensions in telemetry.

View File

@ -1 +1 @@
Implements: #7207 Refactor decompress_batches_scan functions Implements: #7207: Refactor the `decompress_batches_scan` functions for easier maintenance.

View File

@ -1 +1 @@
Implements: #7209 Add function to drop the osm chunk Implements: #7209: Add a function to drop the `osm` chunk.

View File

@ -1 +1 @@
Fixes: #7227 Add index to compression_chunk_size catalog table Fixes: #7227: Add an index to the `compression_chunk_size` catalog table.

View File

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

View File

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

View File

@ -1 +1 @@
Fixes: #7234 Release cache after accessing the cache entry Fixes: #7234: Release the cache after accessing the cache entry.