Add changelog entries for 10.2.9

(cherry picked from commit 65f957d345)
pull/6881/head
Hanefi Onaldi 2023-04-20 03:06:38 +03:00
parent f508898c8d
commit e5a9ef584b
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.2.8 (August 19, 2022) ###
* Fixes compilation warning caused by latest upgrade script changes