docs/changelogs/v25.8.19.20-lts.md
DeltaLake tables from system.tables. #95899 (Antonio Andelic).formatDateTime with non-fixed-width formatters, such as MySQL and JODA-style. #96133 (Alexey Milovidov).StorageKeeperMap backup due to use-after-free of dangling storage pointer in lazy backup batch. #97336 (Alexey Milovidov).replaceRegexpOne to extract query rewrite that produced wrong results when the regexp didn't match; also fix exception when replaceRegexpOne is used with GROUP BY ... WITH CUBE and group_by_use_nulls=1. #97546 (Alexey Milovidov).mapContainsKey/mapContainsKeyLike with tokenbf_v1 skip index. #97826 (Shankar Iyer).reverseUTF8 exception on invalid (truncated) UTF-8 input. #98770 (Alexey Milovidov).ALTER TABLE ... DROP PART on a patch part after a schema change (e.g. ADD COLUMN). The crash was caused by missing system columns (_part) in the empty coverage part metadata, leading to an uncaught exception inside a NOEXCEPT_SCOPE. #99036 (Peng Jian).INTERSECT/EXCEPT when the query produces duplicate column names. #99471 (Alexey Milovidov).mongo-c-driver 2.2.2. #98304 (Konstantin Bogdanov).postgres REL_18_3. #98306 (Konstantin Bogdanov).COMMENT before AS SELECT in view parser for forward compatibility with newer versions. #99562 (Alexey Milovidov).