Add changelog for 12.1.10

pull/8306/head
naisila 2025-09-30 23:00:47 +03:00 committed by Naisila Puka
parent e4ce4d184e
commit 1219702e6b
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
### citus v12.1.10 (Oct 1, 2025) ###
* Adds support for latest PG minors: 14.19, 15.14, 16.10 (#7986, #8142)
* Fixes a bug that causes allowing UPDATE / MERGE queries that may
change the distribution column value (#8214)
* Fixes an assertion failure that happens when querying a view that is
defined on distributed tables (#8136)
### citus v12.1.9 (Sep 3, 2025) ###
* Adds a GUC for queries with outer joins and pseudoconstant quals (#8163)