mirror of https://github.com/citusdata/citus.git
Add changelog entry for 9.1.1 (#3321)
parent
e96201c609
commit
eb3c1b4eb4
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,3 +1,25 @@
|
|||
### citus v9.1.1 (December 18, 2019) ###
|
||||
|
||||
* Fixes a bug causing SQL-executing UDFs to crash when passing in DDL
|
||||
|
||||
* Fixes a bug that caused column_to_column_name to crash for invalid input
|
||||
|
||||
* Fixes a bug that caused inserts into local tables w/ dist. subqueries to crash
|
||||
|
||||
* Fixes a bug that caused some noop DML statements to fail
|
||||
|
||||
* Fixes a bug that prevents dropping reference table columns
|
||||
|
||||
* Fixes a crash in IN (.., NULL) queries
|
||||
|
||||
* Fixes a crash when calling a distributed function from PL/pgSQL
|
||||
|
||||
* Fixes an issue that caused CTEs to sometimes leak connections
|
||||
|
||||
* Fixes strange errors in DML with unreachable sublinks
|
||||
|
||||
* Prevents statements in SQL functions to run outside of a transaction
|
||||
|
||||
### citus v9.1.0 (November 21, 2019) ###
|
||||
|
||||
* Adds extensions to distributed object propagation infrastructure
|
||||
|
|
Loading…
Reference in New Issue