Edit release notes

Minor changes to enable preview from docs team.

---------

Signed-off-by: Pallavi Sontakke <pallavi@timescale.com>
Co-authored-by: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com>
This commit is contained in:
Pallavi Sontakke 2025-01-07 12:46:44 +05:30 committed by GitHub
parent 0b5961dc34
commit 8ec33655af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 25 additions and 25 deletions

View File

@ -1 +1 @@
Implements: #6901 Add hypertable support for transition tables
Implements: #6901: Add hypertable support for transition tables.

View File

@ -1 +1 @@
Implements: #7104 Hypercore table access method
Implements: #7104: Hypercore table access method.

View File

@ -1 +1 @@
Implements: #7271 Push down ORDER BY in real time continuous aggregate queries
Implements: #7271: Push down `order by` in real-time continuous aggregate queries.

View File

@ -1 +1 @@
Implements: #7295: Support ALTER TABLE SET ACCESS METHOD on hypertable.
Implements: #7295: Support `alter table set access method` on hypertable.

View File

@ -1,2 +1,2 @@
Fixes: #7378 Remove obsolete job referencing policy_job_error_retention
Thanks: @pgloader for reporting an issue an internal background job
Fixes: #7378: Remove obsolete job referencing `policy_job_error_retention`.
Thanks: @pgloader for reporting the issue in an internal background job.

View File

@ -1 +1 @@
Implements: #7390 Disable custom hashagg planner code
Implements: #7390: Disable custom `hashagg` planner code.

View File

@ -1 +1 @@
Fixes: #7409 Update bgw job table when altering procedure
Fixes: #7409: Update `bgw_job` table when altering procedure.

View File

@ -1 +1 @@
Implements: #7411 Change parameter name to enable Hypercore TAM
Implements: #7411: Change parameter name to enable hypercore table access method.

View File

@ -1 +1 @@
Implements: #7412 Add GUC for hypercore_use_access_method default
Implements: #7412: Add GUC for `hypercore_use_access_method` default.

View File

@ -1 +1 @@
Fixes: #7426 Fix datetime parsing error in chunk constraint creation
Fixes: #7426: Fix `datetime` parsing error in chunk constraint creation.

View File

@ -1 +1 @@
Fixes: #7432 Verify that heap tuple is valid before using
Fixes: #7432: Verify that the heap tuple is valid before using.

View File

@ -1,2 +1,2 @@
Fixes: #7434 Fixes segfault when internally set the replica identity for a given chunk
Thanks: @bharrisau for reporting the segfault when creating chunks
Fixes: #7434: Fixes the segfault when internally setting the replica identity for a given chunk.
Thanks: @bharrisau for reporting the segfault when creating chunks.

View File

@ -1 +1 @@
Implements: #7443 Add Hypercore function and view aliases
Implements: #7443: Add hypercore function and view aliases.

View File

@ -1 +1 @@
Implements: #7455: Support DROP NOT NULL on compressed hypertables
Implements: #7455: Support `drop not null` on compressed hypertables.

View File

@ -1 +1 @@
Implements: #7482 Optimize recompression of partially compressed chunks
Implements: #7482: Optimize recompression of partially compressed chunks.

View File

@ -1 +1 @@
Implements: #7486 Prevent building against postgres versions with broken ABI
Implements: #7486: Prevent building against postgres versions with broken ABI.

View File

@ -1 +1 @@
Fixes: #7488 Emit error for transition table trigger on chunks
Fixes: #7488: Emit error for transition table trigger on chunks.

View File

@ -1 +1 @@
Fixes: #7514 Fix error: invalid child of chunk append
Fixes: #7514: Fix the error: `invalid child of chunk append`.

View File

@ -1 +1 @@
Fixes: #7557 Fix NULL handling for in-memory tuple filtering
Fixes: #7557: Fix null handling for in-memory tuple filtering.

View File

@ -1,2 +1,2 @@
Fixes: #7410 "aggregated compressed column not found" error on aggregation query.
Thanks: @uasiddiqi for reporting the "aggregated compressed column not found" error.
Fixes: #7410: Fix the `aggregated compressed column not found` error on aggregation query.
Thanks: @uasiddiqi for reporting the `aggregated compressed column not found` error.

View File

@ -1 +1 @@
Implements: #7458 Support vecorized aggregation with aggregate FILTER clauses that are also vectorizable
Implements: #7458: Support vecorized aggregation with aggregate `filter` clauses that are also vectorizable.

View File

@ -1 +1 @@
Implements: #7341 Vectorized aggregation with grouping by one fixed-size by-value compressed column (such as arithmetic types).
Implements: #7341: Vectorized aggregation with grouping by one fixed-size by-value compressed column (such as arithmetic types).