summaryrefslogtreecommitdiff
path: root/databases/postgresql-timescaledb
AgeCommit message (Collapse)AuthorFilesLines
2022-10-29postgresql-timescaledb: update to 2.8.1tnn3-7/+8
bugfixes
2022-09-04postgresql-timescaledb: update to 2.8.0tnn4-23/+10
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-18postgresql-timescaledb: update to 2.7.0tnn3-7/+8
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-12postgresql-timescaledb: update to 2.6.1tnn3-7/+8
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-11postgresql-timescaledb: update to 2.6.0tnn4-13/+15
- 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-10postgresql-timescaledb: update to 2.5.1tnn3-8/+10
Continuous Aggregates for Distributed Hypertables Support for PostgreSQL 14 Experimental: Support for timezones in time_bucket_ng()
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-10-03postgresql-timescaledb: update to 2.4.2tnn3-8/+9
Fixes the bug that broke background workers, and some other minor things.
2021-08-24postgresql-timescaledb: update to 2.4.1tnn3-24/+11
The release fixes continuous aggregate refresh for postgres 12.8 and 13.4, a crash with ALTER TABLE commands and a crash with continuous aggregates with HAVING clause. This release adds new experimental features since the 2.3.1 release: - APIs for chunk manipulation across data nodes - The time_bucket_ng function, a newer version of time_bucket PostgreSQL 11 is deprecated and not supported with TimescaleDB 2.4.
2021-07-25postgresql-timescaledb: update to 2.3.1tnn4-14/+15
This maintenance release contains bugfixes since the 2.3.0 release. We deem it moderate priority for upgrading. The release introduces the possibility of generating downgrade scripts, improves the trigger handling for distributed hypertables, adds some more randomness to chunk assignment to avoid thundering herd issues in chunk assignment, and fixes some issues in update handling as well as some other bugs.
2021-06-23postgresql-timescaledb: update to 2.3.0tnn3-16/+32
This release adds support for inserting data into compressed chunks and improves performance when inserting data into distributed hypertables. Distributed hypertables now also support triggers and compression policies. The bug fixes in this release address issues related to the handling of privileges on compressed hypertables, locking, and triggers with transition tables.
2021-04-25timescaledb: update to 2.2.0tnn3-13/+9
Major Features Add distributed restore point functionality SkipScan to speed up SELECT DISTINCT Bugfixes Refactor and harden size and stats functions Reduce memory usage for distributed inserts Fix extremely slow multi-node order by queries Fix chunk index column name mapping Keep Append pathkeys in ChunkAppend
2021-04-03postgresql-timescaledb: update to 2.1.1tnn3-9/+13
This release add support for PostgreSQL major version 13.
2021-02-13databases/teimscaledb: Set RESTRICTEDgdt1-1/+7
timescale-license is very hard to understand, but there is clearly no grant of permission to distribute derived works. Permission is perhaps granted to distribute unmodified versions, but it's conditioned on compliance with hard to understand terms and limited based on purpose of use.
2021-02-13postgresql-timescaledb: add patch for openssl detectiontnn1-0/+15
2021-02-13postgresql-timescaledb: update to 2.0.1tnn3-36/+23
TimescaleDB 2.0 adds the much-anticipated support for distributed hypertables (multi-node TimescaleDB), as well as new features and enhancements to core functionality to give users better clarity and more control and flexibility over their data. This release also adds: - Support for user-defined actions, allowing users to define, customize, and schedule automated tasks, which can be run by the built-in jobs scheduling framework now exposed to users. - Significant changes to continuous aggregates, which now separate the view creation from the policy. Users can now refresh individual regions of the continuous aggregate materialized view, or schedule automated refreshing via policy. - Redesigned informational views, including new (and more general) views for information about hypertable's dimensions and chunks, policies and user-defined actions, as well as support for multi-node TimescaleDB. - Moving all formerly enterprise features into our Community Edition, and updating Timescale License, which now provides additional (more permissive) rights to users and developers. Some of the changes above (e.g., continuous aggregates, updated informational views) do introduce breaking changes to APIs and are not backwards compatible. While the update scripts in TimescaleDB 2.0 will upgrade databases running TimescaleDB 1.x automatically, some of these API and feature changes may require changes to clients and/or upstream scripts that rely on the previous APIs. Before upgrading, we recommend reviewing upgrade documentation at docs.timescale.com for more details.
2020-10-27postgresql-timescaledb: switch to USE_CMAKE; limit supported PostgreSQL versionsadam1-22/+7
2020-10-10(databases/postgresql-timescaledb) USE_TOOLS+= bashmef1-2/+2
2020-10-09databases/postgresql-timescaledb: Import timescaledb-1.7.4otis4-0/+100
TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL and packaged as a PostgreSQL extension, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. WWW: https://github.com/timescale/timescaledb