Back to Clickhouse

2026 Changelog

docs/changelogs/v25.8.16.34-lts.md

26.4.1.1-new10.9 KB
Original Source

2026 Changelog

ClickHouse release v25.8.16.34-lts (7938087aa80) FIXME as compared to v25.8.15.35-lts (7a0b36cf893)

Improvement

  • Backported in #95144: Force purging of jemalloc arenas in case the ratio of dirty pages size to max_server_memory_usage exceeds memory_worker_purge_dirty_pages_threshold_ratio. #93500 (Eduard Karacharov).
  • Backported in #94727: Add support for SQL-defined named collections in BACKUP/RESTORE for S3 and Azure Blob Storage. Closes #94604. #94605 (Pablo Marcos).
  • Backported in #95165: Run purging of jemalloc dirty pages in a different thread from main thread of MemoryWorker. If purging is slow, it could delay updates of RSS usage which could lead to out of memory kills of the process. Introduce new config memory_worker_purge_total_memory_threshold_ratio to start purging dirty pages based on ratio of total memory usage. #94902 (Antonio Andelic).
  • Backported in #95432: Now view_duration_ms shows the time when group was active, not the sum of the threads duration in it. #94966 (Sema Checherinda).

Bug Fix (user-visible misbehavior in an official stable release)

  • Fix min/max value in Iceberg writes. #91589 (Anton Ivashkin).
  • Backported in #95282: Fix query parameter substitution in CREATE USER authentication methods when using ON CLUSTER. Query parameters in authentication methods (e.g., password) were not being replaced, causing UNKNOWN_QUERY_PARAMETER errors on remote nodes. #92777 (xiaohuanlin).
  • Backported in #94761: Fix join results when the right-side join key is a sparse column. This closes #92920. I can only reproduce the bug with set compatibility='23.3'. Not sure if it should be backported. #93038 (Amos Bird).
  • Backported in #95527: Backups could crash the server if you do many concurrent backups clashing over the same files. #93659 (Alexey Milovidov).
  • Backported in #95349: Fix attaching Replicated DBs when the interserver host changed after restarting. #93779 (Tuan Pham Anh).
  • Backported in #95512: Fixed _part_offset corruption when projections are rebuilt during merges, and optimized projection processing by avoiding unnecessary reads of the _part_offset column and skipping unneeded columns in projection calculations. This continues the optimizations introduced in #93233. #93827 (Amos Bird).
  • Backported in #94355: Fix bad check for typed paths in JSON. Checj was introduced in https://github.com/ClickHouse/ClickHouse/pull/92842 and can lead to error during existing tables startup. #94070 (Pavel Kruglov).
  • Backported in #95200: Fix function to subcolumns optimization not applied to subcolumns. #94323 (Pavel Kruglov).
  • Backported in #94926: Fix a crash during ANY LEFT JOIN optimization when isNotNull is evaluated on a missing column. #94600 (Molly).
  • Backported in #94819: Fix permission issues in BACKUP/RESTORE operations. #94617 (Pablo Marcos).
  • Backported in #94840: Fixes https://github.com/ClickHouse/clickhouse-core-incidents/issues/1250. Likely due to a mix-up, data_type (which may be DataTypeNullable*) is static_cast-ed to DataTypeDateTime64*. Instead, we should cast check_type (the nested type variable). #94627 (Miсhael Stetsyuk).
  • Backported in #94808: Fix possibly incorrect RIGHT join result when using complex ON conditions. Close #92913. #94680 (Vladimir Cherkasov).
  • Backported in #94782: Preserve constant index granularity (use_const_adaptive_granularity) after Vertical merges. #94725 (Azat Khuzhin).
  • Backported in #95638: Fix incorrect primary key and skip index pruning for predicates involving toWeek, toYearWeek, toStartOfWeek, toLastDayOfWeek, and toDayOfWeek, and fix exceptions in some of these functions for valid queries with LowCardinality(String). #94816 (Nihal Z. Miaji).
  • Backported in #95148: The getURLHostRFC function was missing bounds checks before dereferencing pointers. When an empty string was passed to domainRFC, it would read uninitialized memory, triggering MSan errors. #94851 (Alexey Milovidov).
  • Backported in #95059: Fix readonlyness of encrypted disks. #94852 (Azat Khuzhin).
  • Backported in #95625: Fixes a crash during ReplicatedMergeTree startup caused by concurrent removal of delete_tmp_* directories. #94892 (myeongjun).
  • Backported in #95570: The password argument of the redis table function now will be masked in the logs and system tables (e.g.: query_log). #95325 (János Benjamin Antal).
  • Backported in #95499: Fix storage lifetime with distributed plan. #95356 (Azat Khuzhin).
  • Backported in #95602: Avoid possible crash for distributed queries in case of cancellation. #95466 (Aleksandr Musorin).
  • Backported in #95559: Fix check for encrypted disks over plain_rewritable (Fixes possible It is not possible to register multiple plain-rewritable disks with the same object storage prefix). #95470 (Azat Khuzhin).
  • Backported in #95691: Fixed There was an error: Cannot obtain error message logical error when waiting for a distributed DDL and dropping the Replicated database concurrently. Fixes #95539. #95664 (Alexander Tokmakov).

Build/Testing/Packaging Improvement

NO CL CATEGORY

NO CL ENTRY

  • NO CL ENTRY: 'Backport #93827 to 25.8: Fix rebuilding of projections with _part_offset during merge'. #95588 (Amos Bird).

NOT FOR CHANGELOG / INSIGNIFICANT

  • Backported in #94722: If some files in data part are missing, we can end up with inconsistent in-memory state of some columns which can lead to crashes. It's better to throw logical errors in this case. #92076 (Pavel Kruglov).
  • Backported in #94868: Add index out of range check in advanced shared data in JSON. #94855 (Pavel Kruglov).
  • Backported in #95269: CI: BackportCI to check PR content is valid. #95190 (Max Kainov).