From 79c14f73fa4b150544c3c2e15994049f03be9ff1 Mon Sep 17 00:00:00 2001 From: Burak Yucesoy Date: Wed, 12 Jul 2017 09:36:43 +0300 Subject: [PATCH] Add CHANGELOG entry for 6.2.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aebe355c..61a761cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ * 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) ### * Fixes a common cause of deadlocks when repairing tables with foreign keys