mirror of https://github.com/citusdata/citus.git
Merge pull request #5092 from citusdata/changelog-updates
commit
79979f56cf
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,23 @@
|
||||||
|
### citus v9.5.5 (July 7, 2021) ###
|
||||||
|
|
||||||
|
* Adds a configure flag to enforce security
|
||||||
|
|
||||||
|
* Fixes a bug that causes pruning incorrect shard of a range distributed table
|
||||||
|
|
||||||
|
* Fixes an issue that could cause citus_finish_pg_upgrade to fail
|
||||||
|
|
||||||
|
### citus v9.4.5 (July 7, 2021) ###
|
||||||
|
|
||||||
|
* Adds a configure flag to enforce security
|
||||||
|
|
||||||
|
* Avoids re-using connections for intermediate results
|
||||||
|
|
||||||
|
* Fixes a bug that causes pruning incorrect shard of a range distributed table
|
||||||
|
|
||||||
|
* Fixes a bug that might cause self-deadlocks when COPY used in TX block
|
||||||
|
|
||||||
|
* Fixes an issue that could cause citus_finish_pg_upgrade to fail
|
||||||
|
|
||||||
### citus v10.1.0 (June 15, 2021) ###
|
### citus v10.1.0 (June 15, 2021) ###
|
||||||
|
|
||||||
* Drops support for PostgreSQL 11
|
* Drops support for PostgreSQL 11
|
||||||
|
|
Loading…
Reference in New Issue