mirror of https://github.com/citusdata/citus.git
Add CHANGELOG entry for 7.0.1 release
parent
6b5baf21fb
commit
e1a641fe9b
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
### citus v7.0.1 (September 12, 2017) ###
|
||||||
|
|
||||||
|
* Fixes a bug that could cause memory leaks in `INSERT ... SELECT` queries
|
||||||
|
|
||||||
|
* Fixes a bug that could cause incorrect execution of prepared statements
|
||||||
|
|
||||||
|
* Fixes a bug that could cause excessive memory usage during COPY
|
||||||
|
|
||||||
|
* Incorporates latest changes from core PostgreSQL code
|
||||||
|
|
||||||
### citus v7.0.0 (August 28, 2017) ###
|
### citus v7.0.0 (August 28, 2017) ###
|
||||||
|
|
||||||
* Adds support for PostgreSQL 10
|
* Adds support for PostgreSQL 10
|
||||||
|
|
Loading…
Reference in New Issue