What's Changed
- Backport to release-12.1: Fix wrong results for NOT (x IS DISTINCT FROM y) with recursive planning (#8497) by @ihalatci in #8647
- [release-12.1] Fix bugs in UPDATE dist_table .. WHERE shard_key = X AND false by @ihalatci in #8702
- Use GetLatestSnapshot in CleanupRecordExists (#8594) by @ihalatci in #8703
- Fix type mismatch when COLLATE is used with type cast in distributed queries (#8498) by @ihalatci in #8704
- Fix segfault in EXPLAIN with LEFT JOIN and correlated subqueries (#8556) by @ihalatci in #8705
- Fix crash on writable standby coordinator when writing to a coordinator-local shard (#8561) by @ihalatci in #8706
- add changelog and bump versions for 12.1.14 by @ihalatci in #8708
Full Changelog: v12.1.13...v12.1.14