mirror of https://github.com/citusdata/citus.git
Add CHANGELOG entry for 6.2.3
parent
d164b4cd10
commit
79c14f73fa
10
CHANGELOG.md
10
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
|
||||
|
|
Loading…
Reference in New Issue