mirror of https://github.com/citusdata/citus.git
Add CHANGELOG entry for 6.2.3
parent
dd6a456bed
commit
0849da2708
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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) ###
|
### 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
|
||||||
|
|
Loading…
Reference in New Issue