PG16 changelog items

pull/7194/head
naisila 2023-09-12 16:49:54 +03:00
parent 7143d9e8a7
commit 9940bdf248
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
1 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
### citus v12.1.0 (September 12, 2023) ###
* Adds PG16.rc support (todo: Naisila)
* Adds PostgreSQL 16 RC1 support (#7173)
* Propagates BUFFER_USAGE_LIMIT option in VACUUM and ANALYZE (#7114)
* Propagates PROCESS_MAIN, SKIP_DATABASE_STATS, ONLY_DATABASE_STATS options in VACUUM (#7114)
* Propagates GENERIC_PLAN option in EXPLAIN (#7141)
* Adds citus_truncate_trigger to Citus foreign tables (#7170)
* Propagates "rules" option in CREATE COLLATION (#7185)
* Add citus_schema_move() function which moves tenant tables within
a distributed schema to another node (#7180)