Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@wuputah wuputah released this 01 Apr 22:42
· 14 commits to main since this release
3cdf836
  • turn off column cache when building an index, vacuum, and analyze (#250)
  • fix memory leak when executing vectorized quals (#242)
  • do not release the chunk group state if there is data (#245)
  • fix case sensitivity bug in columnar.alter_table_set_access_method (#237)
  • fix a crash when chunk_group_row_limit is larger than 110000 (#235)
  • add extensions: wrappers, pgsodium, and supabase_vault (PG >=14) (#236)

Thanks to @japinli for multiple bug fixes in this release!