Add CHANGELOG entry for 6.2.3

pull/1561/head
Burak Yucesoy 2017-07-12 09:36:43 +03:00 committed by Jason Petersen
parent dd6a456bed
commit 0849da2708
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
### citus v6.2.3 (July 13, 2017) ###
* Fixes a crash during execution of local CREATE INDEX CONCURRENTLY
* Fixes a bug preventing usage of quoted column names in COPY
* Fixes a bug in prepared INSERTs with implicit cast in partition column
* Relaxes locks in VACUUM to ensure concurrent execution with INSERT
### citus v6.2.2 (May 31, 2017) ###
* Fixes a common cause of deadlocks when repairing tables with foreign keys