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.11.1: Release branch #5823

Merged
merged 6 commits into from
Jun 28, 2023

Conversation

jnidzwetzki
Copy link
Contributor

@jnidzwetzki jnidzwetzki commented Jun 27, 2023

13e180a Teach loader to load OSM extension (#5679)
1b9ee01 Every PR to have its own changelog
1efa4d6 Use environment variables for workflows
0004674 Fix issues with scripts/test_update_smoke.sh
178b5e8 Copy job config JSONB structure into current MemoryContext
9466320 Fixed batch look ahead in compressed sorted merge
9bac987 Fix handling of Result nodes below Sort nodes in ConstraintAwareAppend
026cca4 Mark cagg_watermark as PARALLEL RESTRICTED
9e29edf Fix flaky test bgw_db_scheduler_fixed
b5f1c35 Fix broken download links
39aca92 Fixed the naming of the Windows GitHub action
cf29e5b Fixed handling of NULL values in bookend_sfunc
c28c089 Ensure tlist is present in decompress chunk plan
8b3216d Fix occasional scheduler quit with delete_job
a37b0b6 Improve continuous aggregate query chunk exclusion

mkindahl and others added 3 commits June 27, 2023 11:53
The changes in this commit
1. workflow action to check if the PR has its own changelog file in
".unreleased/" folder.
2. script to merge the individual changelog entries that can be copied
into the CHANGELOG.md file.
3. script to check the format of the lines in the change log file.
4. script to delete the individual changelogs, post release.
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

❗ No coverage uploaded for pull request base (2.11.x@0004674). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             2.11.x    #5823   +/-   ##
=========================================
  Coverage          ?   91.12%           
=========================================
  Files             ?      230           
  Lines             ?    48043           
  Branches          ?        0           
=========================================
  Hits              ?    43781           
  Misses            ?     4262           
  Partials          ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

svenklemm and others added 2 commits June 28, 2023 16:51
This patch changes the time_bucket exclusion in cagg queries to
distinguish between < and <=. Previously those were treated the
same leading to failure to exclude chunks when the constraints
where exactly at the bucket boundary.
Adjust the upgrade/downgrade scripts and add the tests.

(cherry picked from commit d5fea0a)
@jnidzwetzki jnidzwetzki marked this pull request as ready for review June 28, 2023 15:04
This release contains bug fixes since the 2.11.0 release. We recommend
that you upgrade at the next available opportunity.

**Features**
* timescale#5679 Teach loader to load OSM extension

**Bugfixes**
* timescale#5705 Scheduler accidentally getting killed when calling `delete_job`
* timescale#5742 Fix Result node handling with ConstraintAwareAppend on
  compressed chunks
* timescale#5750 Ensure tlist is present in decompress chunk plan
* timescale#5754 Fixed handling of NULL values in bookend_sfunc
* timescale#5798 Fixed batch look ahead in compressed sorted merge
* timescale#5804 Mark cagg_watermark function as PARALLEL RESTRICTED
* timescale#5807 Copy job config JSONB structure into current MemoryContext
* timescale#5824 Improve continuous aggregate query chunk exclusion

**Thanks**
* @JamieD9 for reporting an issue with a wrong result ordering
* @xvaara for reporting an issue with Result node handling in
  ConstraintAwareAppend
@github-actions
Copy link

@shhnwz, @erimatnor: please review this pull request.

Powered by pull-review

@jnidzwetzki jnidzwetzki merged commit c2b1bc5 into timescale:2.11.x Jun 28, 2023
177 of 178 checks passed
@jnidzwetzki jnidzwetzki deleted the release-2.11.1 branch June 28, 2023 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants