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.5 #2935

Merged
merged 1 commit into from
Feb 12, 2021
Merged

Release 1.7.5 #2935

merged 1 commit into from
Feb 12, 2021

Commits on Feb 12, 2021

  1. Release 1.7.5

    This maintenance release contains bugfixes since the 1.7.4 release.
    Most of these fixes were backported from the 2.0.0 and 2.0.1 releases.
    We deem it high priority for upgrading for users on TimescaleDB 1.7.4
    or previous versions.
    
    In particular the fixes contained in this maintenance release address
    issues in continuous aggregates, compression, JOINs with hypertables,
    and when upgrading from previous versions.
    
    **Bugfixes**
    * timescale#2502 Replace check function when updating
    * timescale#2558 Repair dimension slice table on update
    * timescale#2619 Fix segfault in decompress_chunk for chunks with dropped
      columns
    * timescale#2664 Fix support for complex aggregate expression
    * timescale#2800 Lock dimension slices when creating new chunk
    * timescale#2860 Fix projection in ChunkAppend nodes
    * timescale#2865 Apply volatile function quals at decompresschunk
    * timescale#2851 Fix nested loop joins that involve compressed chunks
    * timescale#2868 Fix corruption in gapfill plan
    * timescale#2883 Fix join qual propagation for nested joins
    * timescale#2885 Fix compressed chunk check when disabling compression
    * timescale#2920 Fix repair in update scripts
    
    **Thanks**
    * @akamensky for reporting several issues including segfaults after
      version update
    * @alex88 for reporting an issue with joined hypertables
    * @dhodyn for reporting an issue when joining compressed chunks
    * @diego-hermida for reporting an issue with disabling compression
    * @Netskeh for reporting bug on time_bucket problem in continuous
      aggregates
    * @WarriorOfWire for reporting the bug with gapfill queries not being
      able to find pathkey item to sort
    * @zeeshanshabbir93 for reporting an issue with joins
    k-rus committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    c3aef41 View commit details
    Browse the repository at this point in the history