docs/changelogs/v25.3.7.194-lts.md
CREATE, INSERT (until recently, these queries resulted in an infinite spinner); - when double clicking on a table, scroll to the top. #81131 (Alexey Milovidov).memory_worker_use_cgroup and cgroups are available) to adjust memory tracker (memory_worker_correct_memory_tracker). #83981 (Azat Khuzhin).lgrq, for toggling request logging of received requests. #84719 (Antonio Andelic).keeper_server.coordination_settings.latest_logs_cache_entry_count_threshold and keeper_server.coordination_settings.commit_logs_cache_entry_count_threshold. #84877 (Antonio Andelic).distributed_aggregation_memory_efficient enabled, it may lead to logical error. Closes #76934. #78500 (flynn).NOT_FOUND_COLUMN_IN_BLOCK error caused by filter-push-down optimization of the logical JOIN sep in case ON expression is not a trivial equality. Fixes #79647 Fixes #77848. #80360 (Nikolai Kochetov).lowCardinalityKeys function. #83118 (Alexey Milovidov).add_minmax_index_for_numeric_columns=1 or add_minmax_index_for_string_columns=1, the index is later materialized during an ALTER operation, and it prevents the Replicated database from initializing correctly on a new replica. #83751 (Nikolay Degterinsky).view(...) argument of remote table function with enabled analyzer. Fixes #78717. Fixes #79377. #83844 (Dmitry Novik).array() function. This fixes #84202. #84297 (Amos Bird).zoutofmemory hardware error, otherwise it will throw logical error. see https://github.com/clickhouse/clickhouse-core-incidents/issues/877. #84420 (Han Fei).no_password attempts to login after the server setting allow_no_password was changed to 0. #84426 (Shankar Iyer).AzureIteratorAsync. #85064 (Nikita Taranov).Not-ready Set for IN (subquery) inside additional_table_filters expression setting. #85210 (Nikolai Kochetov).getStatus() calls during SYSTEM DROP REPLICA queries. Fixes the case when a table is dropped in the background, and the Shutdown for storage is called exception is thrown. #85220 (Nikolay Degterinsky).distributed_depth as an indicator of *Cluster function was incorrect and may lead to data duplication; use client_info.collaborate_with_initiator instead. #85734 (Konstantin Bogdanov).CREATE ... AS (SELECT * FROM s3Cluster(...)) with DatabaseReplicated. #85904 (Konstantin Bogdanov).system.distributed_ddl_queue in cases where tasks are missing certain Keeper nodes. #86848 (Antonio Andelic).max_temporary_data_on_disk_size limit tracking, close #87118. #87140 (JIaQi).s3_plain_rewritable (which may lead to all sort of troubles). #87426 (Azat Khuzhin).session_timezone setting in queries. #87987 (Eduard Karacharov).system.tables with invalid tables in external databases (PostgreSQL/SQLite/...) attached. #88105 (Azat Khuzhin).is_shared flag in ColumnLowCardinality. It may lead to a wrong group-by result if a new value is inserted in a column after hash values are already pre-calculated and cached in the ReverseIndex. #88213 (Nikita Taranov).system.projections and system.data_skipping_indices. #88330 (Azat Khuzhin).postgres 18.0. #87647 (Konstantin Bogdanov).sccache supports explicit server start. We should start it before the ninja build stage. #83600 (Mikhail f. Shiryaev).max_database_replicated_create_table_thread_pool_size setting is 0 (automatic pool size). #83834 (Alexander Tokmakov).FilterTransform could stop reading if the expression for any chunk returned a constant false. This can lead to a bug, because constant columns are allowed to appear during the execution, and most function default implementations will preserve constants as well. #83855 (Nikolai Kochetov).