docs/changelogs/v24.8.9.95-lts.md
ATTACH PART query don't get stuck with the attaching_ prefix anymore. #65636 (Kirill).min_age_to_force_merge_on_partition_only was getting stuck trying to merge down the same partition repeatedly that was already merged to a single part and not merging partitions that had multiple parts. #72209 (Christoph Wurm).GraceHashJoin as the result of which some rows might be missing in the join output. #72233 (Nikita Taranov).ColumnDynamic::dumpStructure() is called concurrently e.g. in ConcurrentHashJoin constructor. #72278 (Nikita Taranov).optimize_functions_to_subcolumns. #72394 (Anton Popov).BACKUP DATABASE db EXCEPT TABLES db.table queries. #72429 (Konstantin Bogdanov).flatten_nested=0. #72685 (Alexander Tokmakov).REVOKE ALL ON *.* because of implicit grants in the target access entity. #72872 (pufit).MemoryTracking and MemoryResident kept growing). #73081 (Azat Khuzhin).Invalid number of rows in Chunk during parsing. #73082 (Pavel Kruglov).tupleElement which may appear in some cases for tuples with LowCardinality elelments and enabled setting optimize_functions_to_subcolumns. #73548 (Anton Popov).EXPLAIN SYNTAX to avoid logical errors with incorrect processing stage for distributed queries. Fixes #65205. #73634 (Dmitry Novik).ProfileEvents::Counters::setParent(). This PR fixes #60376. #72518 (Vitaly Baranov).Context has expired error for Y-shaped JOIN. Was triggered in #71429. #72735 (Nikolai Kochetov).