Skip to content

2.10.1 (2023-03-07)

Compare
Choose a tag to compare
@svenklemm svenklemm released this 13 Mar 20:11
· 950 commits to main since this release

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

Bug fixes

  • #5159 Support Continuous Aggregates names in hypertable_(detailed_)size
  • #5226 Fix concurrent locking with chunk_data_node table
  • #5317 Fix some incorrect memory handling
  • #5336 Use NameData and namestrcpy for names
  • #5343 Set PortalContext when starting job
  • #5360 Fix uninitialized bucket_info variable
  • #5362 Make copy fetcher more async
  • #5364 Fix num_chunks inconsistency in hypertables view
  • #5367 Fix column name handling in old-style continuous aggregates
  • #5378 Fix multinode DML HA performance regression
  • #5384 Fix Hierarchical Continuous Aggregates chunk_interval_size
  • #5304 Fix sub-second intervals in hierarchical caggs

Thanks

  • @justinozavala for reporting an issue with PL/Python procedures in the background worker
  • @Medvecrab for discovering an issue with copying NameData when forming heap tuples.
  • @pushpeepkmonroe for discovering an issue in upgrading old-style continuous aggregates with renamed columns