-
Notifications
You must be signed in to change notification settings - Fork 896
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For docs-compliance for the upcoming release.
- Loading branch information
1 parent
17ab214
commit 153b689
Showing
14 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Implements: #6882 Allow DELETE on compressed chunks without decompression | ||
Implements: #6882: Allow DELETE on the compressed chunks without decompression. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Implements: #7126 Add functions to show compression info | ||
Implements: #7126: Add functions to show the compression information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Implements: #7204 Track additional extensions in telemetry | ||
Implements: #7204: Track additional extensions in telemetry. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Implements: #7207 Refactor decompress_batches_scan functions | ||
Implements: #7207: Refactor the `decompress_batches_scan` functions for easier maintenance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Implements: #7209 Add function to drop the osm chunk | ||
Implements: #7209: Add a function to drop the `osm` chunk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Fixes: #7227 Add index to compression_chunk_size catalog table | ||
Fixes: #7227: Add an index to the `compression_chunk_size` catalog table. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Fixes: #7234 Release cache after accessing the cache entry | ||
Fixes: #7234: Release the cache after accessing the cache entry. |