Download Latest Version 2.26.1 (2026-03-30) source code.zip (9.8 MB)
Email in envelope

Get an email when there's a new version of TimescaleDB

Home / 2.25.0
Name Modified Size InfoDownloads / Week
Parent folder
timescaledb-postgresql-18-windows-amd64.zip 2026-01-29 6.9 MB
timescaledb-postgresql-16-windows-amd64.zip 2026-01-29 6.9 MB
timescaledb-postgresql-17-windows-amd64.zip 2026-01-29 6.9 MB
timescaledb-postgresql-15-windows-amd64.zip 2026-01-29 6.9 MB
2.25.0 (2026-01-29) source code.tar.gz 2026-01-29 8.3 MB
2.25.0 (2026-01-29) source code.zip 2026-01-29 9.6 MB
README.md 2026-01-29 10.5 kB
Totals: 7 Items   45.7 MB 22

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

Highlighted features in TimescaleDB v2.25.0

This release features multiple improvements for continuous aggregates on the columnstore:

  • Faster refreshes: You can now utilize direct compress during materialized view refreshes, resulting in higher throughput and reduced I/O usage.
  • Efficiency: The enablement of delete optimizations significantly lowers system resource requirements.
  • Smaller transactions: Adjusted defaults for buckets_per_batch to 10 reduces transaction sizes, requiring less WAL holding time.
  • Faster queries: Smarter defaults for segmentby and orderby yield improved query performance and better compression ratio on the columnstore.

Sunsetting announcements

  • This release removes the WAL-based invalidation of continuous aggregates. This feature was introduced in 2.22.0 as tech preview to use logical decoding for building the invalidation logs. The feature was designed for high ingest workloads, reducing the write amplification. With the upcoming stream of improvements to continuous aggregates, this feature was deprioritized and removed.
  • The old continuous aggregate format, deprecated in version 2.10.0, has been fully removed from TimescaleDB in this release. Users still on the old format should read the migration documentation to migrate to the new format. Users of Tiger Cloud have already been automatically migrated.

Features

Bug fixes

GUCs

  • enable_columnarindexscan: Enable returning results directly from compression metadata without decompression. This feature is experimental and in development towards a GA release. Not for production environments. Default: false
  • enable_direct_compress_on_cagg_refresh: Enable experimental support for direct compression during Continuous Aggregate refresh. Default: false
  • enable_qual_filtering: Filter qualifiers on chunks when complete chunk would be included by filter. Default: true

Thanks

  • @t-aistleitner for reporting the planning performance regression on PG16 and later on some join queries.
  • @vahnrr for reporting a crash when adding columns and constraints to a hypertable at the same time
  • @cracksalad and @eyadmba for reporting a bug with timezone handling in time_bucket
Source: README.md, updated 2026-01-29