Skip to content

v1.0.0-rc

Compare
Choose a tag to compare
@wuputah wuputah released this 13 Sep 17:53
· 72 commits to main since this release
d099b1c

In addition to bug fixes, this release includes significant vectorization optimization for aggregates (eg.g COUNT and SUM), enabled new index types, and added pg_hint_plan.

  • vectorization of direct aggregates (#143)
  • fix an inefficiency with vacuum if there is only one stripe (#143)
  • enable O3 compilation optimizations (#143)
  • disable parallelism for CREATE TABLE ... AS queries (#138)
  • allow gin, gist, spgist, and rum indexes on columnar tables (#133)
  • add pg_hint_plan extension (#134)
  • extensions are now installed during the build process using pgxman (#137)
  • bugfix: columnar.alter_table_set_access_method should correctly disallow conversion of heap tables that have foreign keys (#136)
  • bugfix: crash when using explain when cache is enabled (#125)
  • bugfix: cache could evict a chunk currently in use (#142)

The corresponding Docker tags are: