Add changelog entries for 10.2.9

pull/6869/head
Hanefi Onaldi 2023-04-20 03:06:38 +03:00
parent db77cb084b
commit 65f957d345
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
### citus v10.2.9 (April 20, 2023) ###
* Correctly reports shard size in `citus_shards` view (#6748)
* Fixes a bug in `ALTER EXTENSION citus UPDATE` (#6383)
* Fixes a bug that breaks pg upgrades if the user has a columnar table (#6624)
* Fixes a bug that prevents retaining columnar table options after a
table-rewrite (#6337)
* Fixes memory leak issue with query results that returns single row (#6724)
* Raises memory limits in columnar from 256MB to 1GB for reads and writes
(#6419)
### citus v10.1.5 (April 20, 2023) ###
* Fixes a crash that occurs when the aggregate that cannot be pushed-down