mirror of https://github.com/citusdata/citus.git
parent
76608b1307
commit
48825fb09c
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
### citus v8.3.3 (March 23, 2021) ###
|
||||||
|
|
||||||
|
* Fixes a bug that leads to various issues when a connection is lost
|
||||||
|
|
||||||
|
* Fixes a bug where one could create a foreign key between non-colocated tables
|
||||||
|
|
||||||
|
* Fixes a deadlock during transaction recovery
|
||||||
|
|
||||||
|
* Fixes a memory leak in adaptive executor when query returns many columns
|
||||||
|
|
||||||
### citus v8.3.2 (August 09, 2019) ###
|
### citus v8.3.2 (August 09, 2019) ###
|
||||||
|
|
||||||
* Fixes performance issues by skipping unnecessary relation access recordings
|
* Fixes performance issues by skipping unnecessary relation access recordings
|
||||||
|
|
Loading…
Reference in New Issue