mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
4.9 KiB
4.9 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.3.13.40-lts (7acabd7738
) FIXME as compared to v24.3.12.75-lts (7cb5dff801
)
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #63976: Fix intersect parts when restart after drop range. #63202 (Han Fei).
- Backported in #71482: Fix
Content-Encoding
not sent in some compressed responses. #64802. #68975 (Konstantin Bogdanov). - Backported in #70451: Fix vrash during insertion into FixedString column in PostgreSQL engine. #69584 (Pavel Kruglov).
- Backported in #70619: Fix server segfault on creating a materialized view with two selects and an
INTERSECT
, e.g.CREATE MATERIALIZED VIEW v0 AS (SELECT 1) INTERSECT (SELECT 1);
. #70264 (Konstantin Bogdanov). - Backported in #70877: Fix table creation with
CREATE ... AS table_function()
with databaseReplicated
and unavailable table function source on secondary replica. #70511 (Kseniia Sumarokova). - Backported in #70571: Ignore all output on async insert with
wait_for_async_insert=1
. Closes #62644. #70530 (Konstantin Bogdanov). - Backported in #71146: Ignore frozen_metadata.txt while traversing shadow directory from system.remote_data_paths. #70590 (Aleksei Filatov).
- Backported in #70682: Fix creation of stateful window functions on misaligned memory. #70631 (Raúl Marín).
- Backported in #71113: Fix a crash and a leak in AggregateFunctionGroupArraySorted. #70820 (Michael Kolupaev).
- Backported in #70990: Fix a logical error due to negative zeros in the two-level hash table. This closes #70973. #70979 (Alexey Milovidov).
- Backported in #71246: Fixed named sessions not being closed and hanging on forever under certain circumstances. #70998 (Márcio Martins).
- Backported in #71371: Add try/catch to data parts destructors to avoid terminate. #71364 (alesapin).
- Backported in #71594: Prevent crash in SortCursor with 0 columns (old analyzer). #71494 (Raúl Marín).
NOT FOR CHANGELOG / INSIGNIFICANT
- Backported in #71022: Fix dropping of file cache in CHECK query in case of enabled transactions. #69256 (Anton Popov).
- Backported in #70384: CI: Enable Integration Tests for backport PRs. #70329 (Max Kainov).
- Backported in #70538: Remove slow poll() logs in keeper. #70508 (Raúl Marín).
- Backported in #70971: Limiting logging some lines about configs. #70879 (Yarik Briukhovetskyi).