Timescaledb: 2.5.1 Release

Release date:
December 2, 2021
Previous version:
2.5.0 (released October 27, 2021)
Magnitude:
4,890 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

Top Contributors in 2.5.1

svenklemm
pmwkaa
mfundul
erimatnor
akuzm
nikkhils
afiskon
fabriziomello
mkindahl
duncan-tsdb

Directory Browser for 2.5.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This release contains bug fixes since the 2.5.0 release. We deem it medium priority to upgrade.

Bugfixes * #3706 Test enabling dist compression within a procedure * #3734 Rework distributed DDL processing logic * #3737 Fix flaky pg_dump * #3739 Fix compression policy on tables using INTEGER * #3766 Fix segfault in ts_hist_sfunc * #3779 Support GRANT/REVOKE on distributed database * #3789 Fix time_bucket comparison transformation * #3797 Fix DISTINCT ON queries for distributed hyperatbles * #3799 Fix error printout on correct security label * #3801 Fail size utility functions when data nodes do not respond * #3809 Fix NULL pointer evaluation in fill_result_error() * #3811 Fix INSERT..SELECT involving dist hypertables * #3819 Fix reading garbage value from TSConnectionError * #3824 Remove pointers from CAGG lists for 64-bit archs * #3846 Eliminate deadlock in recompress chunk policy * #3881 Fix SkipScan crash due to pruned unique path * #3884 Fix create_distributed_restore_point memory issue

Thanks * @cbisnett for reporting and fixing a typo in an error message * @CaptainCuddleCube for reporting bug on compression policy procedure on tables using INTEGER on time dimension * @phemmer for reporting bugs on multi-node