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()
|
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
|