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()
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
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-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-10-03 20:10:21 by Tobias Nygren | Files touched by this commit (3) | |
Log message:
postgresql-timescaledb: update to 2.4.2
Fixes the bug that broke background workers, and some other minor things.
|
2021-07-25 18:45:55 by Tobias Nygren | Files touched by this commit (4) | |
Log message:
postgresql-timescaledb: update to 2.3.1
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-23 21:11:01 by Tobias Nygren | Files touched by this commit (3) | |
Log message:
postgresql-timescaledb: update to 2.3.0
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-25 12:07:42 by Tobias Nygren | Files touched by this commit (3) | |
Log message:
timescaledb: update to 2.2.0
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
|