This release contains bug fixes since the 2.30.0 release. We recommend that you upgrade at the next available opportunity.
Bugfixes
- #10580 Fix missing conflicts for
INSERT ... ON CONFLICTwith multiple unique constraints - #10583 Fix
NULLconflict resolution on single-column bloom filtering - #10592 Fix duplicate rows from
DeferredChunkAppendwhenLIMITis not pushed down - #10593 Fix
cannot cast type cstringerror inDeferredChunkAppendqueries
Thanks
- @davidecentioni for reporting the problem with a LIMIT query on a hypertable returning duplicate rows once the plan goes generic #10584
- @vincentrolfs for reporting the problem of LIMIT query with enum columns and casting #10590