aboutsummaryrefslogtreecommitdiff
path: root/databases/clickhouse/files/patch-cmake_freebsd_default__libs.cmake
Commit message (Collapse)AuthorAgeFilesLines
* databases/clickhouse: Update version 23.9.1.1854=>24.5.1.1763Muhammad Moinur Rahman2025-11-141-16/+0
| | | | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v24.5.1.1763-stable Sponsored by: Nepustil
* databases/clickhouse: Update version 22.9.1.2603=>23.5.2.7Muhammad Moinur Rahman2025-11-101-10/+4
| | | | | | Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v23.5.2.7 Sponsored by: Nepustil
* databases/clickhouse: Update to 22.1.3.7Kirill Ponomarev2022-02-251-1/+1
| | | | Reported by: maintainer
* databases/clickhouse: Update to 21.12.3.32Kirill Ponomarev2022-01-171-1/+1
| | | | | | Changes: https://github.com/ClickHouse/ClickHouse/compare/v21.7.4.18-stable...v21.12.3.32-stable Reported by: maintainer
* databases/clickhouse: update to 21.3.6.55-ltsKirill Ponomarev2021-04-251-1/+1
| | | | | PR: 255352 Reported by: maintainer
* databases/clickhouse: apply patch from #13859: MemoryTracking supportRuslan Makhmatkhanov2020-09-101-0/+22
Clickhouse for FreeBSD updating no memory usage stats. In the case build without NDEBUG, allocator use 4KB chunk, those dont account when freeing and MemoryTracking metric grow up to ~6TB, after this clickhouse stop query processing with error "Memory limit (total) exceeded: would use 6.24 TiB" due skipping calc allocation < 4MB Patch still not upstreamed, obtained from: https://github.com/ClickHouse/ClickHouse/issues/13859 + https://github.com/ClickHouse/ClickHouse/pull/13869 reported and tested by: Vyacheslav (via Clickhouse telegram) PR: 249205 Submitted by: olevole@olevole.ru (maintainer) Obtained from: clickhouse repository Notes: svn path=/head/; revision=548207