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

Conversation

svenklemm
Copy link
Member

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

Thanks

  • @sgorsh for reporting an issue when using pgAdmin on windows
  • @brian-from-quantrocket for reporting an issue with extension update and dropped chunks
  • @PhilippJust for reporting an issue with add_job and initial_start
  • @alex88 for reporting an issue with joined hypertables

Copy link
Contributor

@NunoFilipeSantos NunoFilipeSantos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just changed some line breaks and LGTM.

CHANGELOG.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jan 27, 2021

Codecov Report

Merging #2870 (4f4aec1) into master (126f1c8) will increase coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2870      +/-   ##
==========================================
+ Coverage   90.07%   90.20%   +0.13%     
==========================================
  Files         212      212              
  Lines       34772    34725      -47     
==========================================
+ Hits        31322    31325       +3     
+ Misses       3450     3400      -50     
Impacted Files Coverage Δ
tsl/src/nodes/gapfill/planner.c 96.89% <ø> (-0.02%) ⬇️
src/plan_expand_hypertable.c 94.32% <100.00%> (+0.06%) ⬆️
src/plan_partialize.c 97.91% <100.00%> (+0.04%) ⬆️
src/planner.c 93.54% <100.00%> (ø)
tsl/src/nodes/decompress_chunk/decompress_chunk.c 94.05% <100.00%> (+0.50%) ⬆️
tsl/src/nodes/decompress_chunk/qual_pushdown.c 91.33% <100.00%> (+0.72%) ⬆️
src/loader/bgw_message_queue.c 84.51% <0.00%> (-2.59%) ⬇️
src/import/planner.c 70.30% <0.00%> (+11.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c716325...4f4aec1. Read the comment docs.

@svenklemm svenklemm force-pushed the release_2.0.1 branch 2 times, most recently from 292f1ba to 138ffc5 Compare January 27, 2021 23:13
@svenklemm svenklemm marked this pull request as ready for review January 27, 2021 23:14
@svenklemm svenklemm requested a review from a team as a code owner January 27, 2021 23:14
@svenklemm svenklemm requested review from k-rus and removed request for a team January 27, 2021 23:14
@@ -4,23 +4,42 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
accidentally triggering the load of a previous DB version.**

## Latest
## Unreleased
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that a common practice to us mention features not included in the release?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this PR is to master branch, it is not good idea to remove in this PR. I believe it will be removed in the cherry pick of this commit to 2.0.x branch.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes the cherry-pick will not include the parts about unreleased versions

* #2842 Do not mark job as started when seting next_start field
* #2845 Fix continuous aggregate privileges during upgrade
* #2851 Fix nested loop joins that involve compressed chunks
* #2860 Fix projection in ChunkAppend nodes
* #2861 Remove compression stat update from update script
Copy link
Contributor

@erimatnor erimatnor Jan 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add #2874 and thanks to #2873 (forgot to do it in my PR)

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 svenklemm merged commit 636c8bb into timescale:master Jan 28, 2021
@svenklemm svenklemm deleted the release_2.0.1 branch April 18, 2021 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants