mirror of https://github.com/citusdata/citus.git
Update CHANGELOG for 9.5.3
(cherry picked from commit a0de066996
)
Conflicts:
CHANGELOG.md
pull/5087/head
parent
0f498ac26d
commit
5dc2fae9d6
|
@ -1,3 +1,11 @@
|
|||
### citus v9.5.3 (February 16, 2021) ###
|
||||
|
||||
* Avoids re-using connections for intermediate results
|
||||
|
||||
* Fixes a bug that might cause self-deadlocks when `COPY` used in xact block
|
||||
|
||||
* Fixes a crash that occurs when distributing table after dropping foreign key
|
||||
|
||||
### citus v9.5.2 (January 26, 2021) ###
|
||||
|
||||
* Fixes distributed deadlock detection being blocked by metadata sync
|
||||
|
|
Loading…
Reference in New Issue