-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes to enable preview from docs team. --------- Signed-off-by: Pallavi Sontakke <[email protected]> Co-authored-by: Anastasiia Tovpeko <[email protected]>
- Loading branch information
1 parent
0b5961d
commit 8ec3365
Showing
22 changed files
with
25 additions
and
25 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: #6901 Add hypertable support for transition tables | ||
Implements: #6901: Add hypertable support for transition tables. |
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: #7104 Hypercore table access method | ||
Implements: #7104: Hypercore table access method. |
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: #7271 Push down ORDER BY in real time continuous aggregate queries | ||
Implements: #7271: Push down `order by` in real-time continuous aggregate queries. |
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: #7295: Support ALTER TABLE SET ACCESS METHOD on hypertable. | ||
Implements: #7295: Support `alter table set access method` on 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: #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. |
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: #7390 Disable custom hashagg planner code | ||
Implements: #7390: Disable custom `hashagg` planner code. |
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: #7409 Update bgw job table when altering procedure | ||
Fixes: #7409: Update `bgw_job` table when altering procedure. |
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: #7411 Change parameter name to enable Hypercore TAM | ||
Implements: #7411: Change parameter name to enable hypercore table access method. |
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: #7412 Add GUC for hypercore_use_access_method default | ||
Implements: #7412: Add GUC for `hypercore_use_access_method` default. |
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: #7426 Fix datetime parsing error in chunk constraint creation | ||
Fixes: #7426: Fix `datetime` parsing error in chunk constraint creation. |
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: #7432 Verify that heap tuple is valid before using | ||
Fixes: #7432: Verify that the heap tuple is valid before using. |
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: #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. |
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: #7443 Add Hypercore function and view aliases | ||
Implements: #7443: Add hypercore function and view aliases. |
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: #7455: Support DROP NOT NULL on compressed hypertables | ||
Implements: #7455: Support `drop not null` on compressed hypertables. |
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: #7482 Optimize recompression of partially compressed chunks | ||
Implements: #7482: Optimize recompression of partially compressed chunks. |
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: #7486 Prevent building against postgres versions with broken ABI | ||
Implements: #7486: Prevent building against postgres versions with broken ABI. |
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: #7488 Emit error for transition table trigger on chunks | ||
Fixes: #7488: Emit error for transition table trigger on chunks. |
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: #7514 Fix error: invalid child of chunk append | ||
Fixes: #7514: Fix the error: `invalid child of chunk append`. |
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: #7557 Fix NULL handling for in-memory tuple filtering | ||
Fixes: #7557: Fix null handling for in-memory tuple filtering. |
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: #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. |
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: #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. |
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: #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). |