Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored Dec 15, 2023
1 parent 0a40086 commit e810770
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## 1.1.0

* added support for upserts and other `ON CONFLICT` clauses for `INSERT`
queries ([#174][])
* added a custom index-backed scan ([#205][]). This scan is disabled by default as it
may adversely affect performance. To enable this scan, use:
`SET columnar.enable_columnar_index_scan = true;`
* added Postgres 16 support ([#200][])
* parquet_s3_fdw and multicorn-based FDWs are not yet supported in PG 16. These
extensions are included only on PG 13-15 builds.
* update pg_ivm to 1.7.0 ([#200][])
* update pgsql-http to 1.6.0 ([#200][])

[#174]: https://github.com/hydradatabase/hydra/pull/174
[#205]: https://github.com/hydradatabase/hydra/pull/205
[#200]: https://github.com/hydradatabase/hydra/pull/200

## 1.0.2

This version of Hydra Columnar requires `ALTER EXTENSION columnar
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0

0 comments on commit e810770

Please sign in to comment.