docs/changelogs/v25.6.3.116-stable.md
SYSTEM RESTART REPLICA may fail due to ZooKeeper connection issues. To avoid forgetting about this table, we now retry until the table is created. #82616 (Nikolay Degterinsky).--reconnect option in clickhouse-benchmark. It was changed by mistake in #79465. #82677 (Alexey Milovidov).commit_time, commit_id to system.s3queue_log. #83016 (Kseniia Sumarokova).std::exception instead of a meaningful error with a clear explanation. This is now fixed. This fixes: #82889. #83190 (Nikita Mikhaylov).DatabaseReplicated::getClusterImpl. If the first element (or elements) of hosts has id == DROPPED_MARK and there are no other elements for the same shard, the first element of shards will be an empty vector, leading to std::out_of_range. #82093 (Miсhael Stetsyuk).session_timezone overrides (previously in case of session_timezone was set in i.e. users.xml/client options to non empty and in query context to empty, then, value from users.xml was used, while this is wrong, now query context will always have a priority over global context). #82444 (Azat Khuzhin).use_skip_indexes_if_final_exact_mode implementation (introduced in 25.6) could fail to select a relevant candidate range depending upon MergeTree engine settings / data distribution. That has been resolved now. #82667 (Shankar Iyer).trim{Left,Right,Both} now support input strings of type "FixedString(N)". For example, SELECT trimBoth(toFixedString('abc', 3), 'ac') now works. #82691 (Robert Schulze).groupArraySample/groupArrayLast in case of empty elements (deserialization could skip part of the binary if the input was empty, this can lead to corruption during data read and UNKNOWN_PACKET_FROM_SERVER in TCP protocol). This does not affect numbers and date time types. #82763 (Pedro Ferreira).Memory table, causing the backup restore to fail with with BACKUP_ENTRY_NOT_FOUND error. #82791 (Julia Kartseva).use_skip_indexes_if_final_exact_mode optimization (introduced in 25.6) could fail to select a relevant candidate range depending upon MergeTree engine settings / data distribution. That has been resolved now. #82879 (Shankar Iyer).Merge. Fixes #82092. #82950 (Dmitry Novik).formatDateTime when formatter %f is used together with variable-size formatters (e.g. %M). #83020 (Robert Schulze).Not found column X in block. This behaviour is fixed. This fixes: #82784. #83221 (Nikita Mikhaylov).no_sign_request for S3 client. It can be used to explicitly avoid signing S3 requests. It can also be defined for specific endpoints using endpoint-based settings. #83379 (Antonio Andelic).TOO_DEEP_SUBQUERIES exception when CTE definition references another table expression with the same name. #83413 (Dmitry Novik).libarchive 3.8.1. #82648 (Konstantin Bogdanov).libxml2 v2.14.4. #82649 (Konstantin Bogdanov).expat 2.7.1 inside Poco. #82661 (Konstantin Bogdanov).Dockerfile.ubuntu for clickhouse-server to fit requirements in Docker Official Library. #83039 (Mikhail f. Shiryaev).--pre-pull command to the integration tests jobs, it was deleted in #73291. #83528 (Mikhail f. Shiryaev).