mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08:00
Improve release-notes further
For docs-compliance for the upcoming release.
This commit is contained in:
parent
17ab214cd6
commit
153b689bf5
@ -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.
|
||||
|
@ -1 +1 @@
|
||||
Implements: #6882 Allow DELETE on compressed chunks without decompression
|
||||
Implements: #6882: Allow DELETE on the compressed chunks without decompression.
|
||||
|
@ -1 +1 @@
|
||||
Implements: #7126 Add functions to show compression info
|
||||
Implements: #7126: Add functions to show the compression information.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1 +1 @@
|
||||
Implements: #7204 Track additional extensions in telemetry
|
||||
Implements: #7204: Track additional extensions in telemetry.
|
||||
|
@ -1 +1 @@
|
||||
Implements: #7207 Refactor decompress_batches_scan functions
|
||||
Implements: #7207: Refactor the `decompress_batches_scan` functions for easier maintenance.
|
||||
|
@ -1 +1 @@
|
||||
Implements: #7209 Add function to drop the osm chunk
|
||||
Implements: #7209: Add a function to drop the `osm` chunk.
|
||||
|
@ -1 +1 @@
|
||||
Fixes: #7227 Add index to compression_chunk_size catalog table
|
||||
Fixes: #7227: Add an index to the `compression_chunk_size` catalog table.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1 +1 @@
|
||||
Fixes: #7234 Release cache after accessing the cache entry
|
||||
Fixes: #7234: Release the cache after accessing the cache entry.
|
||||
|
Loading…
x
Reference in New Issue
Block a user