Add CHANGELOG entry for 6.2.3

pull/1494/head
Burak Yucesoy 2017-07-12 09:36:43 +03:00 committed by Jason Petersen
parent d164b4cd10
commit 79c14f73fa
1 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@
* Replaces pg_dist_shard_placement metadata table with pg_dist_placement * Replaces pg_dist_shard_placement metadata table with pg_dist_placement
### 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) ### ### citus v6.2.2 (May 31, 2017) ###
* Fixes a common cause of deadlocks when repairing tables with foreign keys * Fixes a common cause of deadlocks when repairing tables with foreign keys