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 2.0.1 #2870

Merged
merged 1 commit into from
Jan 28, 2021
Merged

Release 2.0.1 #2870

merged 1 commit into from
Jan 28, 2021

Commits on Jan 28, 2021

  1. Release 2.0.1

    This maintenance release contains bugfixes since the 2.0.0 release. We deem it
    high priority for upgrading.
    
    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#2772 Always validate existing database and extension
    * timescale#2780 Fix config enum entries for remote data fetcher
    * timescale#2806 Add check for dropped chunk on update
    * timescale#2828 Improve cagg watermark caching
    * timescale#2842 Do not mark job as started when setting next_start field
    * timescale#2845 Fix continuous aggregate privileges during upgrade
    * timescale#2851 Fix nested loop joins that involve compressed chunks
    * timescale#2860 Fix projection in ChunkAppend nodes
    * timescale#2861 Remove compression stat update from update script
    * timescale#2865 Apply volatile function quals at decompresschunk node
    * timescale#2866 Avoid partitionwise planning of partialize_agg
    * timescale#2868 Fix corruption in gapfill plan
    * timescale#2874 Fix partitionwise agg crash due to uninitialized memory
    
    **Thanks**
    * @alex88 for reporting an issue with joined hypertables
    * @brian-from-quantrocket for reporting an issue with extension update and dropped chunks
    * @dhodyn for reporting an issue when joining compressed chunks
    * @markatosi for reporting a segfault with partitionwise aggregates enabled
    * @PhilippJust for reporting an issue with add_job and initial_start
    * @sgorsh for reporting an issue when using pgAdmin on windows
    * @WarriorOfWire for reporting the bug with gapfill queries not being
      able to find pathkey item to sort
    svenklemm committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    4f4aec1 View commit details
    Browse the repository at this point in the history