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.13.1 #6492

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

jnidzwetzki
Copy link
Contributor

@jnidzwetzki jnidzwetzki commented Jan 3, 2024

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

Bugfixes

Thanks

  • @MA-MacDonald for reporting an issue with gapfill in PG16
  • @aarondglover for reporting an issue with unique expression indexes on compressed chunks
  • @adriangb for reporting an issue with security barrier views on pg16

Disable-check: force-changelog-file

Copy link

github-actions bot commented Jan 3, 2024

@akuzm, @mahipv: please review this pull request.

Powered by pull-review

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c8b0f83) 87.35% compared to head (d98f70e) 87.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6492      +/-   ##
==========================================
- Coverage   87.35%   87.35%   -0.01%     
==========================================
  Files         187      187              
  Lines       41880    41834      -46     
  Branches     9324     9304      -20     
==========================================
- Hits        36584    36543      -41     
+ Misses       3625     3616       -9     
- Partials     1671     1675       +4     

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

@fabriziomello
Copy link
Contributor

@jnidzwetzki I think is also good to mention this PR on changelog: #6405

@jnidzwetzki
Copy link
Contributor Author

@fabriziomello Thanks, PR is added to the changelog

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

**Bugfixes**
* timescale#6365 Use numrows_pre_compression in approximate row count
* timescale#6377 Use processed group clauses in PG16
* timescale#6384 Change bgw_log_level to use PGC_SUSET
* timescale#6393 Disable vectorized sum for expressions.
* timescale#6408 Fix groupby pathkeys for gapfill in PG16
* timescale#6428 Fix index matching during DML decompression
* timescale#6439 Fix compressed chunk permission handling on PG16
* timescale#6443 Fix lost concurrent CAgg updates
* timescale#6454 Fix unique expression indexes on compressed chunks
* timescale#6465 Fix use of freed path in decompression sort logic

**Thanks**
* @MA-MacDonald for reporting an issue with gapfill in PG16
* @aarondglover for reporting an issue with unique expression indexes on compressed chunks
* @adriangb for reporting an issue with security barrier views on pg16
@jnidzwetzki jnidzwetzki merged commit a69c468 into timescale:main Jan 4, 2024
59 checks passed
@jnidzwetzki jnidzwetzki deleted the release-2.13.1-main branch January 4, 2024 09:04
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.

5 participants