Merge pull request #1999 from citusdata/citus-7.2.1-changelog-1517919981

Bump citus to 7.2.1
pull/1976/merge
Metin Döşlü 2018-02-06 15:41:44 +03:00 committed by GitHub
commit 7332244c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
### citus v7.2.1 (February 6, 2018) ###
* Fixes count distinct bug on column expressions when used with subqueries
* Adds support for respecting enable_hashagg in the master plan
* Fixes a bug canceling backends that are not involved in distributed deadlocks
### citus v7.2.0 (January 16, 2018) ###
* Adds support for CTEs