File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.1.2
4+
5+ * turn off column cache when building an index, vacuum, and analyze ([ #250 ] [ ] )
6+ * fix memory leak when executing vectorized quals ([ #242 ] [ ] )
7+ * do not release the chunk group state if there is data ([ #245 ] [ ] )
8+ * fix case sensitivity bug in columnar.alter_table_set_access_method ([ #237 ] [ ] )
9+ * fix a crash when chunk_group_row_limit is larger than 110000 ([ #235 ] [ ] )
10+ * add extensions: wrappers, pgsodium, and supabase_vault (PG >=14) ([ #236 ] [ ] )
11+
12+ Thanks to @japinli for multiple bug fixes in this release!
13+
14+ [ #250 ] : https://github.com/hydradatabase/hydra/pull/250
15+ [ #242 ] : https://github.com/hydradatabase/hydra/pull/242
16+ [ #245 ] : https://github.com/hydradatabase/hydra/pull/245
17+ [ #237 ] : https://github.com/hydradatabase/hydra/pull/237
18+ [ #235 ] : https://github.com/hydradatabase/hydra/pull/235
19+ [ #236 ] : https://github.com/hydradatabase/hydra/pull/236
20+
321## 1.1.1
422
523* fix uncapped memory growth when importing data via logical replication ([ #226 ] [ ] )
Original file line number Diff line number Diff line change 1- 1.1.1
1+ 1.1.2
You can’t perform that action at this time.
0 commit comments