docs/changelogs/v25.11.7.41-stable.md
backup_data_from_refreshable_materialized_view_targets backup setting to control whether to back up data of refreshable materialized views. Targets of RMVs with APPEND refresh strategy are always backed up. #93658 (Julia Kartseva).finish=true flag was sent. This was possible due to a logical race condition within MergeTreeReadPoolParallelReplicas, although it was very unlikely to occur. #90921 (Nikita Taranov).getSubcolumn and in some cases could be not resolved at all. Closes #91434. #92583 (Pavel Kruglov).groupConcat aggregate state with out-of-bounds offsets. #93028 (Raufs Dunamalijevs).NOT_FOUND_COLUMN_IN_BLOCK error. #93273 (Dmitry Novik).groupConcat state deserialisation that could cause memory safety issues with crafted aggregate states. #93426 (Raufs Dunamalijevs).Unexpected type of result TTL column. #93619 (Pavel Kruglov).SHOW COLUMNS permission using the merge table engine. #93695 (János Benjamin Antal).QueryPipeline::resources::storage_holders to make sure that the IStorage objects are not destroyed while PipelineExecutor is alive. #93746 (Miсhael Stetsyuk).ReadWriteBufferFromHTTP. #94058 (Alexey Milovidov).uniqTheta when using UInt8 aggregation keys in parallel (max_threads > 1 - default). #94095 (Azat Khuzhin).socket.setBlocking(true) call inside SCOPE_EXIT: logs. Because SCOPE_EXIT creates a scope guard object and runs the provided code in the scope guard's destructor, we can't use SCOPE_EXIT with functions that throw exceptions and should use SCOPE_EXIT_SAFE instead. #94100 (Miсhael Stetsyuk).input_format_parquet_use_native_reader_v3 = 0. #94125 (Michael Kolupaev).PostgreSQL database engines (when the query is incorrect). Closes #92887. #94180 (Alexey Milovidov).SELECT queries with multiple subqueries. #94200 (Antonio Andelic).DataPartStorageOnDiskBase::remove vs system.parts. Closes #49076. #94262 (Alexey Milovidov).noexcept specifier at HashTable copy assignment that may lead to crash (std::terminate) on memory exceptions. #94275 (Nikita Taranov).enable_lazy_columns_replication is enabled. The bug caused all rows in replicated columns to incorrectly return the same value instead of their distinct values. Close #93891. #94339 (Vladimir Cherkasov).FilesystemCacheSizeLimit in case SLRU cache policy was used. #94363 (Kseniia Sumarokova).send_profile_events. This feature was introduced recently for the ClickHouse Python driver. Closes #92488. #94466 (Alexey Milovidov).CVE-2025-62408, which is not relevant for ClickHouse. #94129 (Govind R Nair).AggregateFunctionWindowFunnel. #93035 (Nikita Taranov).