Skip to content

Commit

Permalink
Improve release-notes further
Browse files Browse the repository at this point in the history
For docs-compliance for the upcoming release.
  • Loading branch information
pallavisontakke authored Sep 11, 2024
1 parent 17ab214 commit 153b689
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .unreleased/group_by_segmentby
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_6882
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7126
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7187
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7191
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7195
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.
4 changes: 2 additions & 2 deletions .unreleased/pr_7201
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7204
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7207
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7209
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7227
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7229
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7230
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.
2 changes: 1 addition & 1 deletion .unreleased/pr_7234
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.

0 comments on commit 153b689

Please sign in to comment.