Content-Length: 312790 | pFad | http://github.com/svenklemm/timescaledb/commit/70f0ab22b468e7d7e74de066d4fd0395ab14bcc3

81 Release 2.18.2 · svenklemm/timescaledb@70f0ab2 · GitHub
Skip to content

Commit

Permalink
Release 2.18.2
Browse files Browse the repository at this point in the history
This release contains performance improvements and bug fixes since
the 2.18.1 release. We recommend that you upgrade at the next
available opportunity.

**Bugfixes**
* timescale#7686 Potential wrong aggregation result when using vectorized aggregation with hash grouping in reverse order
* timescale#7694 Fix ExplainHook breaking call chain
* timescale#7695 Block dropping internal compressed chunks with `drop_chunk()`
* timescale#7711 License error when using hypercore handler
* timescale#7712 Respect other extensions' ExecutorStart hooks

**Thanks**
* @davidmehren and @jflambert for reporting an issue with extension hooks
* @jflambert for reporting a bug with license errors shown in autovacuum
  • Loading branch information
svenklemm committed Feb 19, 2025
1 parent da254c0 commit 70f0ab2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
accidentally triggering the load of a previous DB version.**

## 2.18.2 (2025-02-19)

This release contains performance improvements and bug fixes since
the 2.18.1 release. We recommend that you upgrade at the next
available opportunity.

**Bugfixes**
* #7686 Potential wrong aggregation result when using vectorized aggregation with hash grouping in reverse order
* #7694 Fix ExplainHook breaking call chain
* #7695 Block dropping internal compressed chunks with `drop_chunk()`
* #7711 License error when using hypercore handler
* #7712 Respect other extensions' ExecutorStart hooks

**Thanks**
* @davidmehren and @jflambert for reporting an issue with extension hooks
* @jflambert for reporting a bug with license errors shown in autovacuum

## 2.18.1 (2025-02-10)

This release contains performance improvements and bug fixes since
Expand Down
3 changes: 3 additions & 0 deletions sql/updates/2.18.1--2.18.2.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE _timescaledb_internal.bgw_job_stat_history
ALTER COLUMN succeeded DROP NOT NULL,
ALTER COLUMN succeeded DROP DEFAULT;
5 changes: 5 additions & 0 deletions sql/updates/2.18.2--2.18.1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
UPDATE _timescaledb_internal.bgw_job_stat_history SET succeeded = FALSE WHERE succeeded IS NULL;

ALTER TABLE _timescaledb_internal.bgw_job_stat_history
ALTER COLUMN succeeded SET NOT NULL,
ALTER COLUMN succeeded SET DEFAULT FALSE;
3 changes: 0 additions & 3 deletions sql/updates/latest-dev.sql
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
ALTER TABLE _timescaledb_internal.bgw_job_stat_history
ALTER COLUMN succeeded DROP NOT NULL,
ALTER COLUMN succeeded DROP DEFAULT;
5 changes: 0 additions & 5 deletions sql/updates/reverse-dev.sql
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
UPDATE _timescaledb_internal.bgw_job_stat_history SET succeeded = FALSE WHERE succeeded IS NULL;

ALTER TABLE _timescaledb_internal.bgw_job_stat_history
ALTER COLUMN succeeded SET NOT NULL,
ALTER COLUMN succeeded SET DEFAULT FALSE;
6 changes: 3 additions & 3 deletions version.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 2.18.1
update_from_version = 2.18.0
downgrade_to_version = 2.18.0
version = 2.18.2
update_from_version = 2.18.1
downgrade_to_version = 2.18.1

0 comments on commit 70f0ab2

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/svenklemm/timescaledb/commit/70f0ab22b468e7d7e74de066d4fd0395ab14bcc3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy