Skip to content

Release 2.20.3 #8248

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

Merged
merged 1 commit into from
Jun 11, 2025
Merged

Release 2.20.3 #8248

merged 1 commit into from
Jun 11, 2025

Conversation

philkra
Copy link
Member

@philkra philkra commented Jun 11, 2025

2.20.3 (2025-06-11)

This release contains bug fixes since the 2.20.2 release. We recommend that you upgrade at the next available opportunity.

Bugfixes

  • #8107 Adjust SkipScan cost for quals needing full scan of indexed data.
  • #8211 Fixed dump and restore when chunk skipping is enabled.
  • #8216 Fix for dropped quals bug in SkipScan.
  • #8230 Fix for inserting into compressed data when a vectorized check is not available.
  • #8236 Fixed the snapshot handling in background workers.

Thanks

  • @ikaakkola for reporting that SkipScan is slow when non-index quals do not match any tuples.

@philkra philkra added this to the v2.20.3 milestone Jun 11, 2025
@philkra philkra self-assigned this Jun 11, 2025
@philkra philkra changed the title 2.20.3 release Release 2.20.3 Jun 11, 2025
Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.85%. Comparing base (10d7078) to head (38956b1).
Report is 1 commits behind head on 2.20.x.

Additional details and impacted files
@@            Coverage Diff             @@
##           2.20.x    #8248      +/-   ##
==========================================
- Coverage   82.11%   81.85%   -0.27%     
==========================================
  Files         254      254              
  Lines       47817    47789      -28     
  Branches    12056    12052       -4     
==========================================
- Hits        39266    39117     -149     
- Misses       3741     3919     +178     
+ Partials     4810     4753      -57     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@philkra philkra enabled auto-merge (squash) June 11, 2025 07:39
@philkra philkra disabled auto-merge June 11, 2025 08:37
@philkra philkra merged commit 7b30533 into 2.20.x Jun 11, 2025
55 of 56 checks passed
@philkra philkra deleted the release/2.20.3 branch June 11, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant