mirror of https://github.com/citusdata/citus.git
Add changelog for 9.2.7
(cherry picked from commit 2535d15121
)
Conflicts:
CHANGELOG.md
release-9.2
v9.2.7
parent
13748d1eb7
commit
ccc042a9d4
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
### citus v9.2.7 (November 3, 2021) ###
|
||||
|
||||
* Fixes `ALTER TABLE IF EXISTS SET SCHEMA` with non-existing table bug
|
||||
|
||||
* Fixes `CREATE INDEX CONCURRENTLY` with no index name on a postgres table bug
|
||||
|
||||
* Fixes a bug that could cause crashes with certain compile flags
|
||||
|
||||
* Fixes a crash because of overflow in partition id with certain compile flags
|
||||
|
||||
* Fixes a memory leak in subtransaction memory handling
|
||||
|
||||
* Fixes deparsing for queries with anonymous column references
|
||||
|
||||
### citus v9.2.6 (Jun 22, 2020) ###
|
||||
|
||||
* Fixes a version bump issue in 9.2.5
|
||||
|
|
Loading…
Reference in New Issue