Path to this page:
./
databases/postgresql-timescaledb,
The timescaledb extension for PostgreSQL
Branch: CURRENT,
Version: 2.9.3,
Package name: postgresql13-timescaledb-2.9.3,
Maintainer: otisTimescaleDB is an open-source time-series database optimized for fast ingest
and complex queries. It speaks "full SQL" and is correspondingly easy to use
like a traditional relational database, yet scales in ways previously reserved
for NoSQL databases.
WWW: https://docs.timescale.com/latest/introduction
Required to run:[
databases/postgresql14-client] [
databases/postgresql14-server]
Package options: timescale-license
Master sites:
Filesize: 7098.753 KB
Version history: (Expand)
- (2023-02-10) Updated to version: postgresql13-timescaledb-2.9.3
- (2023-01-03) Updated to version: postgresql14-timescaledb-2.9.1
- (2022-10-29) Updated to version: postgresql14-timescaledb-2.8.1
- (2022-09-04) Updated to version: postgresql14-timescaledb-2.8.0
- (2022-07-18) Updated to version: postgresql14-timescaledb-2.7.0
- (2022-04-13) Updated to version: postgresql13-timescaledb-2.6.1
CVS history: (Expand)
2023-02-10 12:09:47 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
postgresql-timescaledb: update to 2.9.3
Skip bucketing when start or end of refresh job is null
Fix column ordering in compressed table index not following the order of
a multi-column segment by definition
Don't enable clang-tidy by default
Fix year not being considered as a multiple of day/month in hierarchical
continuous aggregates
Lock down search_path in SPI calls
|
2023-01-03 14:23:21 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
postgresql-timescaledb: update to 2.9.1
Hierarchical Continuous Aggregates
Improve time_bucket_gapfill function
Introduce fixed schedules for background jobs
Use alter_data_node() to change the data node configuration
|
2022-10-29 17:26:55 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
postgresql-timescaledb: update to 2.8.1
bugfixes
|
2022-09-04 13:25:32 by Tobias Nygren | Files touched by this commit (4) |  |
Log message:
postgresql-timescaledb: update to 2.8.0
This release includes these noteworthy features:
time_bucket now supports bucketing by month, year and timezone
Improve performance of bulk SELECT and COPY for distributed hypertables
1 step CAgg policy management
Migrate Continuous Aggregates to the new format
|
2022-07-18 17:50:03 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
postgresql-timescaledb: update to 2.7.0
Optimize continuous aggregate query performance and storage
The following query clauses and functions can now be used in a continuous
aggregate: FILTER, DISTINCT, ORDER BY as well as Ordered-Set Aggregate
and Hypothetical-Set Aggregate
Optimize now() query planning time
Improve COPY insert performance
Improve performance of UPDATE/DELETE on PG14 by excluding chunks
|
2022-04-13 00:02:49 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
postgresql-timescaledb: update to 2.6.1
4121 Fix RENAME TO/SET SCHEMA on distributed hypertable
4122 Fix segfault on INSERT into distributed hypertable
4142 Ignore invalid relid when deleting hypertable
4159 Fix ADD COLUMN IF NOT EXISTS error on compressed hypertable
4161 Fix memory handling during scans
4176 Fix remote EXPLAIN with parameterized queries
4181 Fix spelling errors and omissions
4186 Fix owner change for distributed hypertable
4192 Abort sessions after extension reload
4193 Fix relcache callback handling causing crashes
4199 Remove signal-unsafe calls from signal handlers
4219 Do not modify aggregation state in finalize
|
2022-03-11 19:35:32 by Tobias Nygren | Files touched by this commit (4) |  |
Log message:
postgresql-timescaledb: update to 2.6.0
- Continuous aggregates with compression
- time_bucket_ng support for N months and timezones on cont. aggregates
- Query planning performance is improved for hypertables with a large
number of chunks.
|
2021-12-10 12:20:03 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
postgresql-timescaledb: update to 2.5.1
Continuous Aggregates for Distributed Hypertables
Support for PostgreSQL 14
Experimental: Support for timezones in time_bucket_ng()
|