ClickHouse/src/Common
Alexey Milovidov 456157939c
Merge pull request #60823 from azat/thread-fuzzer
Faster (almost 2x) mutexes (was slower due to ThreadFuzzer)
2024-03-06 00:07:50 +03:00
..
benchmarks Remove old code 2024-03-04 00:11:55 +01:00
Config Updated implementation 2024-01-25 14:31:49 +03:00
examples Remove some code 2024-01-13 03:48:04 +01:00
HashTable Fix aggregation issue in mixed cluster of x86_64 and aarch64 2024-01-23 09:21:17 -08:00
JSONParsers update 2023-09-15 16:05:17 +08:00
mysqlxx Updated implementation 2024-01-25 14:31:49 +03:00
NamedCollections Updated implementation 2024-01-25 14:31:49 +03:00
Scheduler Fix scheduler fairness test 2024-03-03 17:27:37 +00:00
SSH Allow to build without libssl 2024-01-25 21:14:03 +00:00
StringUtils Implemented globs to select * from '<file>' 2023-08-31 04:20:44 +00:00
tests Merge pull request #60823 from azat/thread-fuzzer 2024-03-06 00:07:50 +03:00
ZooKeeper Merge branch 'master' into sync-with-private-2 2024-03-03 04:42:14 +01:00
ActionBlocker.h
ActionLock.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ActionLock.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
AlignedBuffer.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
AlignedBuffer.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
AllocationTrace.h Update AllocationTrace.h 2023-08-01 17:14:49 +00:00
Allocator_fwd.h [Resubmit] Remove mmap/mremap/munmap from Allocator.h (#52792) 2023-09-14 13:11:12 +02:00
Allocator.cpp Updated implementation 2024-01-25 14:31:49 +03:00
Allocator.h Move Allocator code into module part 2023-12-27 15:42:08 +01:00
AllocatorWithMemoryTracking.h Revert "Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2023-01-16 15:10:31 +01:00
Arena.h Fixing more headers 2024-02-29 15:40:30 +00:00
ArenaAllocator.h Avoid excessive allocation in Arena 2023-11-22 12:13:47 +01:00
ArenaUtils.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ArenaWithFreeLists.h Move Allocator code into module part 2023-12-27 15:42:08 +01:00
ArrayCache.h Remove workaround for old enough MacOSX 2023-12-27 15:42:08 +01:00
assert_cast.h Cosmetics 2023-06-28 18:35:27 +00:00
assertProcessUserMatchesDataOwner.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
assertProcessUserMatchesDataOwner.h Fixed tests 2023-06-20 11:42:22 +03:00
AsynchronousMetrics.cpp Updated implementation 2024-01-25 14:31:49 +03:00
AsynchronousMetrics.h Updated implementation 2024-01-25 14:31:49 +03:00
AsyncLoader.cpp fix deadlock in AsyncLoader::stop() 2024-01-28 15:47:17 +00:00
AsyncLoader.h fix deadlock in AsyncLoader::stop() 2024-01-28 15:47:17 +00:00
AsyncTaskExecutor.cpp Destroy fiber in case of exception in cancelBefore in AsyncTaskExecutor (#55516) 2023-10-11 21:04:43 -07:00
AsyncTaskExecutor.h Fixing more headers 2024-02-29 15:40:30 +00:00
AtomicLogger.h Fixed build 2024-01-28 13:55:44 +03:00
atomicRename.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
atomicRename.h Support atomic replace under OSX 2022-04-11 14:32:55 +02:00
Base58.cpp Add functio ntryBase58Decode() 2022-09-27 10:18:36 +00:00
Base58.h Add functio ntryBase58Decode() 2022-09-27 10:18:36 +00:00
Base64.cpp Address PR comments 2022-09-01 07:56:06 +00:00
Base64.h Improve remove recursive 2022-09-01 12:16:13 +00:00
BinStringDecodeHelper.h use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
BitHelpers.h Add missing includes into BitHelpers.h 2023-12-27 17:06:17 +01:00
BridgeProtocolVersion.h Add simple versioning to the *-bridge-to-server protocol 2022-08-08 19:40:37 +00:00
CacheBase.h Incorporate review feedback 2024-01-11 13:53:08 +00:00
CalendarTimeInterval.cpp Update to clang-19 2024-02-27 14:37:21 +01:00
CalendarTimeInterval.h Things 2023-12-28 17:56:05 +00:00
callOnce.h Fixed code review issues 2023-10-02 13:53:17 +03:00
CancelableSharedMutex.cpp fix try_shared_lock() in SharedMutex and CancelableSharedMutex 2023-01-24 14:36:07 +00:00
CancelableSharedMutex.h fix darwin build 2023-01-11 12:23:33 +00:00
CancelToken.cpp Apply some CTAD 2023-03-02 13:36:47 +00:00
CancelToken.h make style-check happy 2023-01-10 01:26:59 +00:00
CaresPTRResolver.cpp Fix some typos 2023-10-15 15:43:02 +02:00
CaresPTRResolver.h init and destroy ares channel on demand.. 2023-07-26 17:09:23 -03:00
CgroupsMemoryUsageObserver.cpp Fixed code review issues 2024-02-28 19:30:11 +03:00
CgroupsMemoryUsageObserver.h Initial implementation 2024-02-08 16:06:44 +00:00
checkSSLReturnCode.cpp Fix typo 2023-05-30 16:25:17 +02:00
checkSSLReturnCode.h Fix build 2023-05-28 15:46:32 +02:00
checkStackSize.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
checkStackSize.h
clearPasswordFromCommandLine.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
clearPasswordFromCommandLine.h Clear password from command line #11624 2020-06-14 22:23:05 +03:00
clickhouse_malloc.cpp Revert "Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2023-01-16 15:10:31 +01:00
ClickHouseRevision.cpp Fix build 2023-11-13 10:09:23 +01:00
ClickHouseRevision.h straighten the protocol version 2020-09-17 17:37:29 +03:00
CMakeLists.txt Use incbin for resources, part 1 2023-07-23 06:11:03 +02:00
ColumnsHashing.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnsHashingImpl.h slightly faster and perf test 2023-12-16 03:35:59 +00:00
CombinedCardinalityEstimator.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
CompactArray.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Concepts.h Incorporate more review feedback 2023-04-05 19:43:30 +00:00
ConcurrencyControl.cpp split ISlotControl from ConcurrencyControl 2024-01-28 20:26:55 +00:00
ConcurrencyControl.h split ISlotControl from ConcurrencyControl 2024-01-28 20:26:55 +00:00
ConcurrentBoundedQueue.h Check for punctuation 2023-07-25 06:10:04 +02:00
config_version.cpp.in Fix build 2023-11-13 10:09:23 +01:00
config_version.h Fix style 2023-11-13 12:23:55 +01:00
config.h.in Allow to build without libssl 2024-01-25 21:14:03 +00:00
CounterInFile.h Merge branch 'master' into better-parsing-exceptions 2023-12-29 18:07:32 +01:00
COW.h mark all operators bool() as explicit 2022-05-20 15:29:54 +00:00
CPUID.h Mini cleanup of CPUID.h 2024-02-19 19:33:14 +00:00
createHardLink.cpp Review error codes 2023-12-18 10:40:02 +01:00
createHardLink.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CurrentMemoryTracker.cpp Fixing a test. 2023-08-03 09:35:45 +00:00
CurrentMemoryTracker.h Fixing a test. 2023-08-03 09:35:45 +00:00
CurrentMetrics.cpp Synchronize metrics and Keeper 2024-02-28 23:43:03 +01:00
CurrentMetrics.h Remove some code 2024-01-13 03:48:04 +01:00
CurrentThread.cpp Merge branch 'master' into disks-and-io-sheduler 2023-08-30 11:18:49 +00:00
CurrentThread.h Merge branch 'master' into disks-and-io-sheduler 2023-08-30 11:18:49 +00:00
DateLUT.cpp changes requested in review 2023-06-16 02:16:04 +02:00
DateLUT.h small 2023-06-20 03:21:03 +02:00
DateLUTImpl.cpp less exceptions with runtime format string 2023-08-14 21:45:59 +02:00
DateLUTImpl.h Revert "Add toMillisecond function" 2024-03-01 13:59:03 +01:00
DNSPTRResolver.h Fix CaresPTRResolver not reading hosts file 2022-08-29 15:11:39 -03:00
DNSPTRResolverProvider.cpp what 2022-10-21 14:43:08 -03:00
DNSPTRResolverProvider.h Force use of c-ares inet_net_pton and style adjustments 2022-07-13 11:51:43 -03:00
DNSResolver.cpp rename dns_cache_max_size to dns_cache_max_entries 2024-02-29 06:03:44 +03:00
DNSResolver.h rename dns_cache_max_size to dns_cache_max_entries 2024-02-29 06:03:44 +03:00
Dwarf.cpp Insignificant changes 2024-02-18 10:47:18 +01:00
Dwarf.h Switch from DWARF 4 to 5 and see what happens (#56770) 2023-11-16 09:58:00 -08:00
ElapsedTimeProfileEventIncrement.h impl 2024-01-30 20:35:10 +01:00
Elf.cpp DWARF input format (#55450) 2023-10-16 17:00:07 -07:00
Elf.h DWARF input format (#55450) 2023-10-16 17:00:07 -07:00
EnvironmentProxyConfigurationResolver.cpp Updated implementation 2024-01-25 14:31:49 +03:00
EnvironmentProxyConfigurationResolver.h Fixing more headers 2024-02-29 15:40:30 +00:00
Epoll.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
Epoll.h Remove unused includes 2024-02-01 15:47:13 +00:00
ErrorCodes.cpp Merge pull request #60520 from ClickHouse/sync-with-private-2 2024-03-05 07:52:03 +03:00
ErrorCodes.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
ErrorHandlers.h Updated implementation 2024-01-25 14:31:49 +03:00
escapeForFileName.cpp Fix build 2023-11-15 08:36:24 +00:00
escapeForFileName.h Fix build 2023-11-15 08:36:24 +00:00
escapeString.cpp Fixed code review issues 2023-10-25 21:41:26 +03:00
escapeString.h Fixed code review issues 2023-10-25 21:41:26 +03:00
EventCounter.h
EventFD.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
EventFD.h Review fixes. 2022-11-24 16:04:35 +00:00
EventNotifier.cpp Try to make MergeTreeRestartingThread more reactive in case of expired sessions (#41092) 2022-09-23 14:40:04 +02:00
EventNotifier.h Ditch tons of garbage 2023-08-09 02:19:02 +02:00
EventRateMeter.h typo 2022-11-17 16:20:21 +00:00
Exception.cpp Added AtomicLogger 2024-01-28 13:55:44 +03:00
Exception.h Fix a bunch of clang-tidy warnings in headers 2024-02-28 23:43:12 +00:00
ExponentiallySmoothedCounter.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ExternalLoaderStatus.h Update to clang-19 2024-02-27 14:37:21 +01:00
ExternalModelInfo.h chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
FailPoint.cpp Synchronize metrics and Keeper 2024-02-28 23:43:03 +01:00
FailPoint.h Remove old code 2024-03-04 00:11:55 +01:00
Fiber.h Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
FiberStack.h Move Allocator code into module part 2023-12-27 15:42:08 +01:00
FieldVisitorConvertToNumber.h Better code 2024-02-17 09:44:10 +01:00
FieldVisitorDump.cpp Parquet filter pushdown 2023-08-21 14:15:52 -07:00
FieldVisitorDump.h Add field CustomType 2023-02-03 17:07:02 +01:00
FieldVisitorHash.cpp Fix build 2023-02-04 13:49:32 +01:00
FieldVisitorHash.h Add field CustomType 2023-02-03 17:07:02 +01:00
FieldVisitors.h Minor changes 2021-06-14 07:13:35 +03:00
FieldVisitorsAccurateComparison.h Allow accurate comparison of Big Int with other integers 2023-02-08 07:56:00 +01:00
FieldVisitorSum.cpp Fix build 2023-02-04 13:49:32 +01:00
FieldVisitorSum.h Add field CustomType 2023-02-03 17:07:02 +01:00
FieldVisitorToString.cpp Fix parallel replicas in presense of a scalar subquery with a big integer value 2023-12-21 11:42:04 +01:00
FieldVisitorToString.h Add field CustomType 2023-02-03 17:07:02 +01:00
FieldVisitorWriteBinary.cpp Fix build 2023-02-04 13:49:32 +01:00
FieldVisitorWriteBinary.h Add field CustomType 2023-02-03 17:07:02 +01:00
FileChecker.cpp Updated implementation 2024-01-25 14:31:49 +03:00
FileChecker.h Fixing more headers 2024-02-29 15:40:30 +00:00
FileRenamer.cpp Some fixups 2024-01-07 22:28:08 +00:00
FileRenamer.h Fixing more headers 2024-02-29 15:40:30 +00:00
filesystemHelpers.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
filesystemHelpers.h check if a symlink exists more carefully 2023-03-08 00:04:55 +01:00
FileUpdatesTracker.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
findExtreme.cpp Better readability 2024-02-28 18:45:13 +01:00
findExtreme.h Implement findExtremeMinIndex / findExtremeMaxIndex 2024-01-17 16:22:40 +01:00
format.h fix: fix format error 2023-12-06 14:04:44 +00:00
formatIPv6.cpp use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
formatIPv6.h Fix a bunch of clang-tidy warnings in headers 2024-02-28 23:43:12 +00:00
formatReadable.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
formatReadable.h Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
FrequencyHolder.cpp Updated implementation 2024-01-25 14:31:49 +03:00
FrequencyHolder.h Fix fasttest 2023-07-23 17:59:49 +02:00
FST.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
FST.h Speed up inverted index building using flat_hash_map 2023-10-02 15:20:35 -07:00
FunctionDocumentation.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
FunctionDocumentation.h Support clang-18 (Wmissing-field-initializers) 2023-08-23 15:53:45 +02:00
futex.h review fixes + split into files 2023-01-09 14:58:44 +00:00
getCurrentProcessFDCount.cpp Re-enable clang-tidy checks 2023-09-26 09:34:12 +00:00
getCurrentProcessFDCount.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
getExecutablePath.cpp
getExecutablePath.h
getHashOfLoadedBinary.cpp Implement endianness-independent SipHash and MergeTree checksum serialization 2023-07-19 10:01:55 -07:00
getHashOfLoadedBinary.h Fix style 2021-01-07 06:40:24 +03:00
getMappedArea.cpp use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
getMappedArea.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
getMaxFileDescriptorCount.cpp Update getMaxFileDescriptorCount.cpp 2024-01-19 20:07:38 +03:00
getMaxFileDescriptorCount.h Call getMaxFileDescriptorCount once 2024-01-19 08:19:20 +00:00
getMultipleKeysFromConfig.cpp
getMultipleKeysFromConfig.h
getNumberOfPhysicalCPUCores.cpp Factorize cgroups-related code into common functions 2024-02-21 11:47:38 +00:00
getNumberOfPhysicalCPUCores.h
GetPriorityForLoadBalancing.cpp Revert "Revert flaky" 2024-01-19 13:51:30 +01:00
GetPriorityForLoadBalancing.h Revert "Revert flaky" 2024-01-19 13:51:30 +01:00
getRandomASCIIString.cpp Remove some trash 2022-08-21 20:46:33 +02:00
getRandomASCIIString.h Remove some trash 2022-08-21 20:46:33 +02:00
hasLinuxCapability.cpp Use 64-bit capabilities if available 2024-03-04 16:20:45 +01:00
hasLinuxCapability.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
HTTPHeaderFilter.cpp Some fixups 2024-01-07 22:28:08 +00:00
HTTPHeaderFilter.h Add HTTP header filtering 2023-06-15 13:49:49 +00:00
HyperLogLogBiasEstimator.h
HyperLogLogCounter.h Remove useless header files 2023-11-06 03:49:55 +01:00
HyperLogLogWithSmallSetOptimization.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ICachePolicy.h Incorporate review feedback 2024-01-11 13:53:08 +00:00
ICachePolicyUserQuota.h QueryCache: Fix odd bugs with user quota 2024-01-12 14:27:37 +00:00
IFactoryWithAliases.h Refactor IHints 2023-09-10 03:48:12 +00:00
Increment.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
InterruptListener.h Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
IntervalKind.cpp Update to clang-19 2024-02-27 14:37:21 +01:00
IntervalKind.h Update to clang-19 2024-02-27 14:37:21 +01:00
IntervalTree.h Mirror change 2023-09-04 15:54:01 +00:00
intExp.h Remove old code 2024-03-04 00:11:55 +01:00
IO.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
IO.h Add writeRetry helper 2021-06-07 09:38:15 +03:00
iota.cpp Fix OSX build 2024-01-03 14:04:30 +01:00
iota.h Fix OSX build 2024-01-03 14:04:30 +01:00
IPv6ToBinary.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
IPv6ToBinary.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
isLocalAddress.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
isLocalAddress.h Add load balancing test_hostname_levenshtein_distance 2023-09-27 10:46:39 +08:00
ISlotControl.h Update src/Common/ISlotControl.h 2024-02-01 13:52:56 +01:00
isValidUTF8.cpp Move isValidUTF8Naive from Functions to Common 2021-08-23 09:22:15 +03:00
isValidUTF8.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Jemalloc.cpp Updated implementation 2024-01-25 14:31:49 +03:00
Jemalloc.h Add system commands and 4lw for jemalloc 2024-01-11 08:24:56 +00:00
JSONBuilder.cpp Use JSONBuilder for explain json result. 2021-04-14 17:07:56 +03:00
JSONBuilder.h Remove PVS-Studio 2023-02-19 23:30:05 +01:00
KnownObjectNames.cpp Fix style. 2022-11-16 01:35:11 +01:00
KnownObjectNames.h Move maskSensitiveInfoInQueryForLogging() to src/Parsers/ 2022-11-14 18:55:19 +01:00
levenshteinDistance.cpp More iota 2023-12-29 17:20:18 +01:00
levenshteinDistance.h Use levenshteinDistance for neareast hostname load balancer 2023-09-20 17:42:25 +08:00
likePatternToRegexp.cpp Move likePatternToRegexp from Functions/ to Common/ 2023-02-27 16:41:15 +00:00
likePatternToRegexp.h Move likePatternToRegexp from Functions/ to Common/ 2023-02-27 16:41:15 +00:00
LocalDate.h cosmetic changes 2023-06-08 16:05:14 +02:00
LocalDateTime.h Fix call to wrong overload on Darwin 2022-12-21 09:00:44 +00:00
LockMemoryExceptionInThread.cpp Avoid memory exceptions in asio workers 2023-11-27 10:08:06 +00:00
LockMemoryExceptionInThread.h Avoid memory exceptions in asio workers 2023-11-27 10:08:06 +00:00
logger_useful.h Added AtomicLogger 2024-01-28 13:55:44 +03:00
Logger.cpp Updated implementation 2024-01-25 14:31:49 +03:00
Logger.h Revert "Revert "Poco Logger small refactoring"" 2024-02-09 21:39:35 +03:00
LoggingFormatStringHelpers.cpp Fix bad log message 2024-02-19 09:30:19 +01:00
LoggingFormatStringHelpers.h Fix build 2024-02-29 12:41:35 +00:00
LRUCachePolicy.h Some renamings for more consistency 2023-08-22 10:48:03 +00:00
LRUResourceCache.h Updated implementation 2024-01-25 14:31:49 +03:00
Macros.cpp Remove one unused implementation of Macros::expand() 2024-02-12 21:05:58 +01:00
Macros.h Remove one unused implementation of Macros::expand() 2024-02-12 21:05:58 +01:00
makeSocketAddress.cpp Updated implementation 2024-01-25 14:31:49 +03:00
makeSocketAddress.h Updated implementation 2024-01-25 14:31:49 +03:00
malloc.cpp Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
MatchGenerator.cpp Remove old code 2024-03-04 00:11:55 +01:00
MatchGenerator.h remove debug logging 2024-01-08 15:58:47 +01:00
memcmpSmall.h Fix unpoison call 2024-02-09 11:08:54 +01:00
memcpySmall.h Enable MSAN in mem*Overflow15 functions 2024-02-07 20:23:52 +01:00
memory.h Merge branch 'master' into revert-44629-revert_flamegraph 2023-06-27 17:26:25 +00:00
MemorySanitizer.h Remove old code 2024-03-04 00:11:55 +01:00
MemoryStatisticsOS.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
MemoryStatisticsOS.h Fix -Wshorten-64-to-32 on FreeBSD 2022-12-12 08:05:28 +01:00
MemoryTracker.cpp Updated implementation 2024-01-25 14:31:49 +03:00
MemoryTracker.h Fix wrong attribution of untracked memory to a user/query (#56089) 2023-11-02 17:14:15 +01:00
MemoryTrackerBlockerInThread.cpp Make only one possible public ctor in MemoryTrackerBlockerInThread 2022-07-26 19:03:26 +00:00
MemoryTrackerBlockerInThread.h Revert "Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2023-01-16 15:10:31 +01:00
MemoryTrackerSwitcher.h Fix using of pools from the main thread 2023-07-09 14:21:27 +02:00
MortonUtils.h More comments 2023-10-15 06:15:59 +02:00
MultiVersion.h MultiVersion use mutex 2024-02-05 12:52:18 +03:00
NamePrompter.cpp Added compound types typo corrections 2022-11-10 19:21:51 +01:00
NamePrompter.h Do not include PODArray.h into NamePrompter.h 2023-12-27 15:42:08 +01:00
NaNUtils.h Upd upstream 2021-05-28 00:21:02 +03:00
NetException.h Use concepts to replace more std::enable_if_t 2023-08-02 07:50:25 +00:00
NetlinkMetricsProvider.cpp Remove old code 2024-03-04 00:11:55 +01:00
NetlinkMetricsProvider.h Rename TaskStatsInfoGetter into NetlinkMetricsProvider 2023-07-21 06:48:18 +02:00
new_delete.cpp Merge branch 'master' into revert-44629-revert_flamegraph 2023-06-27 17:26:25 +00:00
noexcept_scope.h Fix NOEXCEPT_SCOPE (before it calls std::terminate and looses the exception) 2022-07-14 17:16:18 +03:00
ObjectPool.h Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
ObjectStorageKey.cpp object storage key template 2024-01-05 13:42:30 +00:00
ObjectStorageKey.h review notes 2023-11-03 22:43:40 +01:00
ObjectStorageKeyGenerator.cpp remove debug logging 2024-01-08 15:58:47 +01:00
ObjectStorageKeyGenerator.h object storage key template 2024-01-05 13:42:30 +00:00
OpenSSLHelpers.cpp Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
OpenSSLHelpers.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
OpenTelemetryTraceContext.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
OpenTelemetryTraceContext.h Fix a bunch of clang-tidy warnings in headers 2024-02-28 23:43:12 +00:00
OptimizedRegularExpression.cpp Updated implementation 2024-01-25 14:31:49 +03:00
OptimizedRegularExpression.h Some fixups 2024-01-07 22:28:08 +00:00
OvercommitTracker.cpp Also count waiting on global mutext 2022-12-14 18:05:07 +00:00
OvercommitTracker.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
PageCache.cpp Userspace page cache (#53770) 2024-02-29 12:28:32 +00:00
PageCache.h Userspace page cache (#53770) 2024-02-29 12:28:32 +00:00
parseAddress.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
parseAddress.h Remove Arcadia 2022-04-19 17:44:27 +02:00
parseGlobs.cpp Some fixups 2024-01-07 22:28:08 +00:00
parseGlobs.h Update after review 2023-11-15 16:37:24 +01:00
parseRemoteDescription.cpp Updated implementation 2024-01-25 14:31:49 +03:00
parseRemoteDescription.h Review fixes 2023-12-12 05:48:09 +01:00
PipeFDs.cpp Updated implementation 2024-01-25 14:31:49 +03:00
PipeFDs.h Fix response pipe read 2020-11-27 13:12:11 +03:00
PODArray_fwd.h Adapt internal data structures to 512-bit era (#42564) 2022-10-25 13:56:28 +02:00
PODArray.cpp Move some code from PODArray into implementation part 2023-12-27 17:06:17 +01:00
PODArray.h lower memory usage 2024-01-27 16:40:11 +00:00
PoolBase.h Updated implementation 2024-01-25 14:31:49 +03:00
PoolId.h comment 2023-11-07 10:24:56 +00:00
PoolWithFailoverBase.h Merge pull request #60077 from ClickHouse/cleanup-connection-pool-priority 2024-02-21 15:22:08 +01:00
Priority.h Unify priorities: lower value means higher priority (#50205) 2023-05-26 15:55:30 +02:00
ProcfsMetricsProvider.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
ProcfsMetricsProvider.h Merge pull request #37969 from ClickHouse/consistent-macro-usage 2022-06-10 14:10:01 +02:00
ProfileEvents.cpp Merge pull request #60520 from ClickHouse/sync-with-private-2 2024-03-05 07:52:03 +03:00
ProfileEvents.h Add system tables 2023-09-25 20:04:15 +02:00
ProfileEventsScope.cpp Allow scope override in ThreadStatus::attachProfileCountersScope 2023-02-14 14:11:13 +00:00
ProfileEventsScope.h Allow scope override in ThreadStatus::attachProfileCountersScope 2023-02-14 14:11:13 +00:00
ProfilingScopedRWLock.h review fixes 2023-01-12 15:51:04 +00:00
ProgressIndication.cpp Added peak_memory_usage to final progress 2023-08-03 02:45:37 +00:00
ProgressIndication.h Review #51946 and partially revert it 2023-10-08 15:17:41 +02:00
ProxyConfiguration.h Add ClickHouse setting to disable tunneling for HTTPS requests over HTTP proxy (#55033) 2023-11-04 13:47:52 -04:00
ProxyConfigurationResolver.h Add ClickHouse setting to disable tunneling for HTTPS requests over HTTP proxy (#55033) 2023-11-04 13:47:52 -04:00
ProxyConfigurationResolverProvider.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ProxyConfigurationResolverProvider.h move mistaken include 2024-01-13 15:33:25 +03:00
ProxyListConfigurationResolver.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ProxyListConfigurationResolver.h move mistaken include 2024-01-13 15:33:25 +03:00
QueryProfiler.cpp Updated implementation 2024-01-25 14:31:49 +03:00
QueryProfiler.h Updated implementation 2024-01-25 14:31:49 +03:00
quoteString.cpp MaterializedMySQL: Support unquoted utf-8 strings in DDL 2023-07-24 11:12:10 +02:00
quoteString.h MaterializedMySQL: Support unquoted utf-8 strings in DDL 2023-07-24 11:12:10 +02:00
RadixSort.h Fixed code review issues 2024-02-13 15:41:17 +03:00
randomNumber.h MaterializedMySQL: Introduce MySQL Binlog Client 2024-01-03 15:26:09 +01:00
randomSeed.cpp Remove some code 2024-01-13 03:48:04 +01:00
randomSeed.h Remove some code 2024-01-13 03:48:04 +01:00
re2.h Remove old code 2024-03-04 00:11:55 +01:00
register_objects.cpp Automated function registration 2022-07-29 15:39:50 +08:00
register_objects.h Automated function registration 2022-07-29 15:39:50 +08:00
remapExecutable.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
remapExecutable.h Log size of remapped memory (remap_executable) 2021-11-04 00:19:00 +03:00
RemoteHostFilter.cpp Some fixups 2024-01-07 22:28:08 +00:00
RemoteHostFilter.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
RemoteProxyConfigurationResolver.cpp Updated implementation 2024-01-25 14:31:49 +03:00
RemoteProxyConfigurationResolver.h Add ClickHouse setting to disable tunneling for HTTPS requests over HTTP proxy (#55033) 2023-11-04 13:47:52 -04:00
RWLock.cpp Fixed condition and add more chasserts for consistency checks. 2023-12-11 00:56:51 +01:00
RWLock.h Fix RWLock inconsistency after write lock timeout. 2023-12-11 00:56:06 +01:00
safe_cast.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
scope_guard_safe.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
SensitiveDataMasker.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
SensitiveDataMasker.h SensitiveDataMasker: replace shared_ptr with MultiVersion 2024-01-17 08:10:50 +02:00
setThreadName.cpp Allow setThreadName() to truncate thread name instead of throw an error 2023-12-28 15:32:39 +01:00
setThreadName.h Allow setThreadName() to truncate thread name instead of throw an error 2023-12-28 15:32:39 +01:00
SettingConstraintWritability.h review fixes 2022-09-15 11:34:14 +00:00
SettingsChanges.cpp review suggestions 2023-02-22 17:22:13 +00:00
SettingsChanges.h comments fix 2023-02-24 19:19:51 +00:00
SettingSource.h Implemented max sessions for user 2023-07-30 22:09:03 +00:00
SharedLockGuard.h Convert unnecessary std::scoped_lock to std::lock_guard 2023-10-25 09:26:16 +00:00
SharedMutex.cpp fix try_shared_lock() in SharedMutex and CancelableSharedMutex 2023-01-24 14:36:07 +00:00
SharedMutex.h fix special builds 2023-01-12 01:30:42 +00:00
SharedMutexHelper.h Fixed code review issues 2023-10-24 19:39:25 +03:00
ShellCommand.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ShellCommand.h Updated implementation 2024-01-25 14:31:49 +03:00
ShellCommandSettings.cpp Refactor 2023-08-18 15:38:46 +08:00
ShellCommandSettings.h Refactor 2023-08-18 15:38:46 +08:00
shuffle.h FIXUP: More comments about shuffle 2023-01-27 20:07:56 +00:00
SimpleIncrement.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SipHash.h Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
SLRUCachePolicy.h Some renamings for more consistency 2023-08-22 10:48:03 +00:00
SpaceSaving.h Fix crash in topK when merging empty states 2024-02-05 20:52:54 +01:00
StackTrace.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
StackTrace.h Remove old code 2024-03-04 00:11:55 +01:00
StatusFile.cpp Updated implementation 2024-01-25 14:31:49 +03:00
StatusFile.h Normalize "pid" file handling #3501 2020-07-04 16:54:24 +03:00
Stopwatch.h Use CLOCK_MONOTONIC_RAW over CLOCK_MONOTONIC on Linux (fixes non monotonic clock) 2023-05-12 10:59:53 +02:00
StringSearcher.h Remove bad code and fix a bug 2023-06-28 10:41:39 +02:00
StudentTTest.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
StudentTTest.h Fix half of trash 2022-09-10 04:08:16 +02:00
SymbolIndex.cpp Minor cleanup of msan usage 2024-01-25 15:40:11 +00:00
SymbolIndex.h Use incbin for resources, part 2 2023-07-23 06:11:03 +02:00
SystemLogBase.cpp Fix build 2024-03-03 05:40:19 +01:00
SystemLogBase.h Fix build 2024-03-03 05:40:19 +01:00
TargetSpecific.cpp Print CPU flags at startup 2024-02-16 13:06:57 +01:00
TargetSpecific.h Remove old code 2024-03-04 00:11:55 +01:00
TerminalSize.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
TerminalSize.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
thread_local_rng.cpp
thread_local_rng.h
ThreadFuzzer.cpp Faster (almost 2x) mutexes (was slower due to ThreadFuzzer) 2024-03-04 21:14:26 +01:00
ThreadFuzzer.h Faster (almost 2x) mutexes (was slower due to ThreadFuzzer) 2024-03-04 21:14:26 +01:00
ThreadPool_fwd.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
ThreadPool.cpp Move some code of ThreadPool into module part 2023-12-27 17:06:17 +01:00
ThreadPool.h Move some code of ThreadPool into module part 2023-12-27 17:06:17 +01:00
threadPoolCallbackRunner.h Fix build 2024-02-29 12:41:35 +00:00
ThreadProfileEvents.cpp Fix build 2024-02-16 15:26:08 +00:00
ThreadProfileEvents.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
ThreadStatus.cpp Synchronize metrics and Keeper 2024-02-28 23:43:03 +01:00
ThreadStatus.h Fix a bunch of clang-tidy warnings in headers 2024-02-28 23:43:12 +00:00
Throttler_fwd.h add max_remote_{read,write}_network_bandwidth_for_server settings 2022-07-11 14:59:39 +02:00
Throttler.cpp Fix {Local,Remote}ReadThrottlerSleepMicroseconds metric values 2023-05-17 12:12:39 +02:00
Throttler.h Fix {Local,Remote}ReadThrottlerSleepMicroseconds metric values 2023-05-17 12:12:39 +02:00
TimerDescriptor.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
TimerDescriptor.h Don't use default move assignment in TimerDescriptor 2023-09-19 11:45:53 +00:00
TLDListsHolder.cpp Updated implementation 2024-01-25 14:31:49 +03:00
TLDListsHolder.h Reduce the usage of Arena.h 2023-04-13 10:31:32 +02:00
TraceSender.cpp Revert "Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2023-01-16 15:10:31 +01:00
TraceSender.h Revert "Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2023-01-16 15:10:31 +01:00
TransactionID.cpp save versions of parts 2021-12-30 16:15:28 +03:00
TransactionID.h more introspection 2022-03-18 14:33:59 +01:00
transformEndianness.h Remove useless header files 2023-11-06 03:49:55 +01:00
TTLCachePolicy.h Update comments 2024-01-15 10:41:47 +00:00
typeid_cast.h remove try-catch from the impl of typeid_cast for refs 2023-06-04 16:22:58 +03:00
TypePromotion.h
UnicodeBar.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
UnicodeBar.h Check remaining space to avoid buffer overruns; some cleanups 2022-12-20 02:39:44 +01:00
UTF8Helpers.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
UTF8Helpers.h AARCH64 Neon memequal wide 2023-08-20 12:45:18 +03:00
VariableContext.h Remove redundant enumerator 2021-10-12 13:46:32 +03:00
VersionNumber.cpp Rewrite VersionNumber in ClickHouse way 2023-03-01 11:07:31 +08:00
VersionNumber.h Ditch tons of garbage 2023-08-09 02:19:02 +02:00
Visitor.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Volnitsky.h Remove bad code and fix a bug 2023-06-28 10:41:39 +02:00
waitForPid.cpp Use __powerpc64__ over __ppc64__ (clang 16 stops declaring __ppc64__) 2023-05-09 12:20:50 +02:00
waitForPid.h ShellCommand wait pid refactoring 2022-07-21 11:45:09 +02:00
WeakHash.cpp
WeakHash.h feat: Use non-default initial value for CRC32, a lot of perf 2022-06-19 16:41:03 +03:00
XMLUtils.cpp Fix Mac 2024-01-13 04:49:50 +01:00
XMLUtils.h Followup fixes for XML helpers (#43845) 2022-12-01 13:36:40 +01:00