Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.7.3 #2254

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Release 1.7.3 #2254

merged 1 commit into from
Aug 27, 2020

Commits on Aug 27, 2020

  1. Release 1.7.3

    This maintenance release contains bugfixes since the 1.7.2 release. We deem it high
    priority for upgrading.
    
    In particular the fixes contained in this maintenance release address issues in compression,
    drop_chunks and the background worker scheduler.
    
    **Bugfixes**
    * timescale#2059 Improve infering start and stop arguments from gapfill query
    * timescale#2067 Support moving compressed chunks
    * timescale#2068 Apply SET TABLESPACE for compressed chunks
    * timescale#2090 Fix index creation with IF NOT EXISTS for existing indexes
    * timescale#2092 Fix delete on tables involving hypertables with compression
    * timescale#2164 Fix telemetry installed_time format
    * timescale#2184 Fix background worker scheduler memory consumption
    * timescale#2222 Fix `negative bitmapset member not allowed` in decompression
    * timescale#2255 Propagate privileges from hypertables to chunks
    * timescale#2256 Fix segfault in chunk_append with space partitioning
    * timescale#2259 Fix recursion in cache processing
    * timescale#2261 Lock dimension slice tuple when scanning
    
    **Thanks**
    * @akamensky for reporting an issue with drop_chunks and ChunkAppend with space partitioning
    * @dewetburger430 for reporting an issue with setting tablespace for compressed chunks
    * @fvannee for reporting an issue with cache invalidation
    * @nexces for reporting an issue with ChunkAppend on space-partitioned hypertables
    * @PichetGoulu for reporting an issue with index creation and IF NOT EXISTS
    * @prathamesh-sonpatki for contributing a typo fix
    * @sezaru for reporting an issue with background worker scheduler memory consumption
    svenklemm committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    6fd8881 View commit details
    Browse the repository at this point in the history