Skip to content

Commit

Permalink
1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored Sep 14, 2023
1 parent d3be49b commit 6c246e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# CHANGELOG

## 1.0.0-rc2

* bugfix: disable custom vectorization on non-column arguments ([#147][])

[#147]: https://github.com/hydradatabase/hydra/pull/147

## 1.0.0-rc

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`.
In addition to bug fixes, this release includes significant vectorization optimization for aggregates (e.g. COUNT and SUM), enabled new index types, and added `pg_hint_plan`.

* vectorization of direct aggregates ([#143][])
* vectorization of direct aggregates - PG14+ only ([#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][])
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc
1.0.0-rc2

0 comments on commit 6c246e9

Please sign in to comment.