ClickHouse/src/Common
Nikolai Kochetov ea19a0d46e
Update src/Common/HashTable/HashTable.h
Co-authored-by: Alexander Gololobov <440544+davenger@users.noreply.github.com>
2023-02-13 17:15:41 +01:00
..
benchmarks Add google benchmark to contrib (#43779) 2022-12-08 13:38:08 +01:00
Config try to fix memory leak 2023-02-08 15:17:46 +00:00
examples Add google benchmark to contrib (#43779) 2022-12-08 13:38:08 +01:00
HashTable Update src/Common/HashTable/HashTable.h 2023-02-13 17:15:41 +01:00
JSONParsers Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
mysqlxx Fix -Wshorten-64-to-32 for musl 2022-10-21 13:25:42 +02:00
NamedCollections Merge branch 'master' into add-setting-allow-head-object-request 2023-01-29 14:58:27 +01:00
StringUtils Addressed PR comments 2022-12-07 14:23:01 +00:00
tests Merge branch 'master' into fix_cares_crash 2023-01-30 12:05:56 -03:00
ZooKeeper Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
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 Preparation for structured logging 2020-05-31 00:35:52 +03:00
AlignedBuffer.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Allocator_fwd.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
Allocator.cpp Common types template instantiations 2021-02-12 00:54:50 +03:00
Allocator.h add new metric to record allocations times and bytes using mmap 2023-02-06 17:50:45 +08:00
AllocatorWithMemoryTracking.h Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
Arena.h Fix ubsan in AggregateFunctionMinMaxAny::read with high sizes 2022-11-15 15:40:06 +01:00
ArenaAllocator.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
ArenaUtils.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ArenaWithFreeLists.h Merge branch 'master' into parallel-downloading-url-engine 2022-03-15 07:55:41 +00:00
ArrayCache.h Fix clang-tidy warnings (from clang-15) 2022-09-10 21:38:35 +02:00
assert_cast.h forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
AsynchronousMetrics.cpp Added two metrics about memory usage in cgroup to asynchronous metrics (#45301) 2023-01-25 20:32:17 +01:00
AsynchronousMetrics.h Added two metrics about memory usage in cgroup to asynchronous metrics (#45301) 2023-01-25 20:32:17 +01:00
atomicRename.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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 Support SQL standard binary and hex string literals 2022-12-11 13:05:40 +08:00
BitHelpers.h Merge branch 'master' into pr/BigRedEye/38191 2022-09-30 09:40:47 +00:00
BridgeProtocolVersion.h Add simple versioning to the *-bridge-to-server protocol 2022-08-08 19:40:37 +00:00
CacheBase.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +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 forbid runtime strings 2023-01-26 10:52:47 +01:00
CancelToken.h make style-check happy 2023-01-10 01:26:59 +00:00
CaresPTRResolver.cpp Merge branch 'master' into fix_cares_crash 2023-01-30 12:05:56 -03:00
CaresPTRResolver.h add comments to the code 2023-01-26 13:54:12 -03:00
checkStackSize.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
checkStackSize.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
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 "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
ClickHouseRevision.cpp Generate config_version.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
ClickHouseRevision.h straighten the protocol version 2020-09-17 17:37:29 +03:00
CMakeLists.txt Add google benchmark to contrib (#43779) 2022-12-08 13:38:08 +01:00
ColumnsHashing.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ColumnsHashingImpl.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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 Add new/delete overloads 2022-04-12 14:11:10 +00:00
ConcurrencyControl.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ConcurrentBoundedQueue.h Fix ConcurrentBoundedQueue::emplace() return value in case of finished queue 2023-01-03 20:36:12 +01:00
config_version.h.in Make comment consistent accross generated files 2022-09-28 08:11:09 +00:00
config.h.in Merge branch 'master' into hanfei/gwp-asan 2023-02-07 14:55:55 +01:00
CounterInFile.h Check return value of ::close() 2023-02-07 11:28:22 +01:00
COW.h mark all operators bool() as explicit 2022-05-20 15:29:54 +00:00
CpuId.h ColumnVector: re-enable AVX512_VBMI/AVX512_VBMI2 optimized filter and index (#41765) 2022-10-24 23:11:46 +02:00
createHardLink.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
createHardLink.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CurrentMemoryTracker.cpp Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
CurrentMemoryTracker.h Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
CurrentMetrics.cpp add new metric to record allocations times and bytes using mmap 2023-02-06 17:50:45 +08:00
CurrentMetrics.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
CurrentThread.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CurrentThread.h Try to optimize CurrentMemoryTracker alloc and free 2022-08-10 22:05:09 +02:00
DateLUT.cpp Limit suppression to a specific warning 2022-08-21 18:24:17 +00:00
DateLUT.h slightly better 2022-10-04 14:19:05 +00:00
DateLUTImpl.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
DateLUTImpl.h Various test, code and docs fixups 2023-01-15 13:47:34 +00: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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DNSResolver.h Evict stale DNS entries from cache in case of network errors (#41707) 2022-09-25 14:06:13 +02:00
Documentation.h Add Documentation to FunctionFactory 2022-08-27 22:06:57 +02:00
Dwarf.cpp forbid runtime strings 2023-01-26 10:52:47 +01:00
Dwarf.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ElapsedTimeProfileEventIncrement.h Better time watch 2023-01-06 18:44:48 +01:00
Elf.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Elf.h Minor follow-up 2022-06-14 08:52:13 +00:00
Epoll.cpp Check return value of ::close() 2023-02-07 11:28:22 +01:00
Epoll.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ErrorCodes.cpp implement pending request queue to prevent CQ overflows 2023-01-28 21:54:44 +02:00
ErrorCodes.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
ErrorHandlers.h base should not depend on Common 2022-04-29 10:26:35 +08:00
escapeForFileName.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
escapeForFileName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
EventCounter.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
EventFD.cpp Check return value of ::close() 2023-02-07 11:28:22 +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 Try to make MergeTreeRestartingThread more reactive in case of expired sessions (#41092) 2022-09-23 14:40:04 +02:00
EventRateMeter.h typo 2022-11-17 16:20:21 +00:00
Exception.cpp Merge two overridden functions as one 2023-02-03 15:27:45 +08:00
Exception.h Merge two overridden functions as one 2023-02-03 15:27:45 +08:00
ExponentiallySmoothedCounter.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
ExternalLoaderStatus.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ExternalModelInfo.h chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
Fiber.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FiberStack.h Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
FieldVisitorConvertToNumber.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FieldVisitorDump.cpp replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FieldVisitorDump.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FieldVisitorHash.cpp replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FieldVisitorHash.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FieldVisitors.h Minor changes 2021-06-14 07:13:35 +03:00
FieldVisitorsAccurateComparison.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FieldVisitorSum.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FieldVisitorSum.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FieldVisitorToString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FieldVisitorToString.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FieldVisitorWriteBinary.cpp replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FieldVisitorWriteBinary.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
FileChecker.cpp Fix implementation of totalBytes() & totalRows() for Log family. 2022-05-04 00:15:21 +02:00
FileChecker.h Add new restore setting 'allow_non_empty_tables'. 2022-05-03 16:18:45 +02:00
filesystemHelpers.cpp Simply filesystem helpers to check is-readable/writable/executable 2023-01-27 21:11:10 +01:00
filesystemHelpers.h Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
FileUpdatesTracker.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
format.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
formatIPv6.cpp review suggestions 2022-12-07 21:29:17 +00:00
formatIPv6.h fix ipv6 parser 2023-02-01 01:02:58 +00:00
formatReadable.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
formatReadable.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
FrequencyHolder.h base should not depend on Common 2022-04-29 10:26:35 +08:00
FST.cpp Move method implementations (no other changes) 2023-01-20 10:57:16 +00:00
FST.h Various cosmetic cleanups 2023-01-20 10:45:35 +00:00
futex.h review fixes + split into files 2023-01-09 14:58:44 +00:00
getCurrentProcessFDCount.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
getCurrentProcessFDCount.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
getExecutablePath.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getExecutablePath.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getHashOfLoadedBinary.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getHashOfLoadedBinary.h Fix style 2021-01-07 06:40:24 +03:00
getMappedArea.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getMappedArea.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
getMaxFileDescriptorCount.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getMaxFileDescriptorCount.h code style change 2021-11-12 20:48:42 +08:00
getMultipleKeysFromConfig.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getMultipleKeysFromConfig.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getNumberOfPhysicalCPUCores.cpp Increase threshold for using physical cores (#42503) 2022-10-21 12:52:46 +02:00
getNumberOfPhysicalCPUCores.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
GetPriorityForLoadBalancing.cpp Fix stack-use-after-return in GetPriorityForLoadBalancing::getPriorityFunc() 2022-09-09 20:06:48 +02:00
GetPriorityForLoadBalancing.h minor fixes 2022-03-21 15:55:01 +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
getResource.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
getResource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
hasLinuxCapability.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
hasLinuxCapability.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
hex.cpp add bin/unbin support 2021-07-02 23:13:47 +08:00
hex.h Revert "Fix endian issue in integer hex string conversion" 2022-11-24 12:22:22 +01:00
HyperLogLogBiasEstimator.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
HyperLogLogCounter.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
HyperLogLogWithSmallSetOptimization.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ICachePolicy.h Review fixes 2022-08-07 20:02:21 +00:00
IFactoryWithAliases.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Increment.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
interpolate.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterruptListener.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
IntervalKind.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IntervalKind.h Fix typos with new codespell 2022-09-02 08:54:48 +00:00
IntervalTree.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
intExp.h Merge remote-tracking branch 'upstream/master' into build/shorten-64-to-32 2022-10-21 22:51:56 +02: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
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 minor fixes 2022-03-21 15:55:01 +01:00
isLocalAddress.h Rename "common" to "base" 2021-10-02 10:13:14 +03: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
JSONBuilder.cpp Use JSONBuilder for explain json result. 2021-04-14 17:07:56 +03:00
JSONBuilder.h Fix optin.cplusplus.UninitializedObject issue (#35626) 2022-04-04 23:47:14 +03: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
LocalDate.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
LocalDateTime.h Fix call to wrong overload on Darwin 2022-12-21 09:00:44 +00:00
LockMemoryExceptionInThread.cpp Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread 2022-01-10 22:39:10 +03:00
LockMemoryExceptionInThread.h fix build on USE_DEBUG_HELPERS OFF 2022-01-24 14:29:38 +08:00
logger_useful.h check number of parameters in format string 2023-01-23 23:16:16 +01:00
LoggingFormatStringHelpers.cpp forbid runtime strings 2023-01-26 10:52:47 +01:00
LoggingFormatStringHelpers.h forbid runtime strings 2023-01-26 10:52:47 +01:00
LRUCachePolicy.h Review fixes 2022-08-07 20:02:21 +00:00
LRUResourceCache.h Change class LRUCache to class CachBase. Check running CacheBase with default pcahce policy SLRU 2022-08-07 19:59:30 +00:00
Macros.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Macros.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
malloc.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
memcmpSmall.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
memcpySmall.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
memory.h fix compile 2023-02-08 18:06:36 +01:00
MemorySanitizer.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
MemoryStatisticsOS.cpp Fix -Wzero-as-null-pointer-constant in MemoryStatisticsOS::get for FreeBSD 2022-09-10 21:38:35 +02:00
MemoryStatisticsOS.h Fix -Wshorten-64-to-32 on FreeBSD 2022-12-12 08:05:28 +01:00
MemoryTracker.cpp Improve MEMERY_LIMIT_EXCEEDED exception message 2023-01-29 01:52:37 +00:00
MemoryTracker.h Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
MemoryTrackerBlockerInThread.cpp Make only one possible public ctor in MemoryTrackerBlockerInThread 2022-07-26 19:03:26 +00:00
MemoryTrackerBlockerInThread.h Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
MultiVersion.h Add TODO comment to MultiVersion.h 2023-02-06 11:04:58 +00:00
NamePrompter.cpp Added compound types typo corrections 2022-11-10 19:21:51 +01:00
NamePrompter.h Added compound types typo corrections 2022-11-10 19:21:51 +01:00
NaNUtils.h Upd upstream 2021-05-28 00:21:02 +03:00
NetException.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
new_delete.cpp fix style 2023-02-08 22:16:28 +01: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
OpenSSLHelpers.cpp Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
OpenSSLHelpers.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
OpenTelemetryTraceContext.cpp Clean code 2023-02-03 11:13:45 +08:00
OpenTelemetryTraceContext.h Resolve review comments 2023-02-03 11:05:54 +08:00
OptimizedRegularExpression.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
OptimizedRegularExpression.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
OvercommitTracker.cpp Also count waiting on global mutext 2022-12-14 18:05:07 +00:00
OvercommitTracker.h fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08: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 Merge branch 'master' into 36316_Support_glob_for_recursive_directory_traversal 2022-10-24 18:34:19 +02:00
parseGlobs.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
parseRemoteDescription.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
parseRemoteDescription.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PipeFDs.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +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 Adapt internal data structures to 512-bit era (#42564) 2022-10-25 13:56:28 +02:00
PODArray.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
PoolBase.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
PoolWithFailoverBase.h forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
ProcfsMetricsProvider.cpp Check return value of ::close() 2023-02-07 11:28:22 +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 #45682 from ClickHouse/rename-qrc-to-qc 2023-02-01 11:23:29 +01:00
ProfileEvents.h fix tracing of profile events 2022-12-08 15:13:53 +00:00
ProfilingScopedRWLock.h review fixes 2023-01-12 15:51:04 +00:00
ProgressIndication.cpp Revert "Add information about written rows in progress indicator" 2022-12-15 10:19:15 +03:00
ProgressIndication.h do not reorder, ignore 4 readings, fix period 2022-11-17 15:53:47 +00:00
QueryProfiler.cpp Add sanity check of evtimer_del() in QueryProfiler 2023-02-06 20:13:05 +01:00
QueryProfiler.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
quoteString.cpp Pass const StringRef by value, not by reference 2022-07-15 11:34:56 +00:00
quoteString.h Pass const StringRef by value, not by reference 2022-07-15 11:34:56 +00:00
RadixSort.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
randomSeed.cpp Merge branch 'master' into remove-useless-code-2 2022-05-22 17:41:57 +00:00
randomSeed.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
RangeGenerator.h fix bug of range generator 2022-04-21 11:33:15 +08: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 What happens if I remove these 139 lines of code? 2023-01-03 18:35:31 +00:00
remapExecutable.h Log size of remapped memory (remap_executable) 2021-11-04 00:19:00 +03:00
RemoteHostFilter.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RemoteHostFilter.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
RWLock.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RWLock.h Fix waiting of shared lock after exclusive lock failure 2022-07-05 19:12:47 +03:00
safe_cast.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
scope_guard_safe.h base should not depend on Common 2022-04-29 10:26:35 +08:00
SensitiveDataMasker.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
SensitiveDataMasker.h Fix style. 2022-11-16 01:35:11 +01:00
setThreadName.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
setThreadName.h Remove thread_local std::string 2021-11-14 02:43:17 +03:00
SettingConstraintWritability.h review fixes 2022-09-15 11:34:14 +00:00
SettingsChanges.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
SettingsChanges.h Query result cache 2022-12-12 10:37:10 +00:00
SharedBlockRowRef.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +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
ShellCommand.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ShellCommand.h Don't be kind with third-party code 2022-12-28 20:07:26 +01:00
shuffle.h FIXUP: More comments about shuffle 2023-01-27 20:07:56 +00:00
SimpleActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SimpleIncrement.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SipHash.h common: siphash: add support for custom keys 2023-01-27 13:00:53 +01:00
SLRUCachePolicy.h Fix half of trash 2022-09-10 04:08:16 +02:00
SmallObjectPool.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
SpaceSaving.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
StackTrace.cpp Merge pull request #40422 from pkubaj/patch-1 2022-12-11 09:38:04 +03:00
StackTrace.h Allow to hide addresses in stack traces 2022-07-29 00:13:02 +02:00
StatusFile.cpp Check return value of ::close() 2023-02-07 11:28:22 +01:00
StatusFile.h Normalize "pid" file handling #3501 2020-07-04 16:54:24 +03:00
StatusInfo.cpp Refactored StorageDictionary 2021-04-26 13:52:41 +03:00
StatusInfo.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Stopwatch.h Unify query elapsed time measurements (#43455) 2022-12-28 21:01:41 +01:00
StringSearcher.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
StudentTTest.cpp Remove idiotic whitespace 2021-08-31 02:54:11 +03:00
StudentTTest.h Fix half of trash 2022-09-10 04:08:16 +02:00
SymbolIndex.cpp Make getResource() independent from the order of the sections 2022-10-24 07:10:45 +02:00
SymbolIndex.h Make getResource() independent from the order of the sections 2022-10-24 07:10:45 +02:00
SystemLogBase.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SystemLogBase.h add system table asynchronous_inserts_log 2022-10-03 21:35:55 +00:00
TargetSpecific.cpp ColumnVector: re-enable AVX512_VBMI/AVX512_VBMI2 optimized filter and index (#41765) 2022-10-24 23:11:46 +02:00
TargetSpecific.h ColumnVector: re-enable AVX512_VBMI/AVX512_VBMI2 optimized filter and index (#41765) 2022-10-24 23:11:46 +02:00
TaskStatsInfoGetter.cpp Check return value of ::close() 2023-02-07 11:28:22 +01:00
TaskStatsInfoGetter.h Add a comment for taskstruct netlink interface rounding to KiB 2022-04-25 08:49:17 +03:00
TerminalSize.cpp Use stderr instead of stdout 2021-05-05 15:52:21 +00:00
TerminalSize.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
thread_local_rng.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
thread_local_rng.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ThreadFuzzer.cpp Fix ASan builds for glibc 2.36+ (use RTLD_NEXT for ThreadFuzzer interceptors) 2023-01-20 13:09:13 +01:00
ThreadFuzzer.h fix race between INSERT and ALTER PARTITION 2022-11-02 16:25:26 +01:00
ThreadPool.cpp fix memory leak in azure sdk 2023-01-31 01:01:10 +00:00
ThreadPool.h fix typo 2023-01-31 01:13:23 +00:00
ThreadProfileEvents.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ThreadProfileEvents.h Add sanity checks RUsageCounters::incrementProfileEvents() 2022-11-18 21:10:43 +01:00
ThreadStatus.cpp Forward declaration of ConcurrentBoundedQueue in ThreadStatus 2023-01-21 16:02:09 +01:00
ThreadStatus.h Merge branch 'master' into cancellable-mutex-integration 2023-01-23 12:44:09 +01:00
Throttler_fwd.h add max_remote_{read,write}_network_bandwidth_for_server settings 2022-07-11 14:59:39 +02:00
Throttler.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
Throttler.h add detailed profile events for throttling 2023-01-17 18:29:24 +00:00
TimerDescriptor.cpp Check return value of ::close() 2023-02-07 11:28:22 +01:00
TimerDescriptor.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
TLDListsHolder.cpp check number of parameters in format string 2023-01-23 23:16:16 +01:00
TLDListsHolder.h Add support of !/* (exclamation/asterisk) in custom TLDs 2022-07-26 08:34:30 +03:00
TraceSender.cpp Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
TraceSender.h Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +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
typeid_cast.h forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
TypePromotion.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UnicodeBar.cpp Fixed unused value warning 2022-12-21 10:55:20 +01: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 Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
VariableContext.h Remove redundant enumerator 2021-10-12 13:46:32 +03:00
VersionNumber.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
VersionNumber.h Fix clang-tidy warnings in Common folder 2022-03-14 18:17:35 +00:00
Visitor.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Volnitsky.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
waitForPid.cpp Check return value of ::close() 2023-02-07 11:28:22 +01:00
waitForPid.h ShellCommand wait pid refactoring 2022-07-21 11:45:09 +02:00
WeakHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
WeakHash.h feat: Use non-default initial value for CRC32, a lot of perf 2022-06-19 16:41:03 +03:00
XMLUtils.cpp Followup fixes for XML helpers (#43845) 2022-12-01 13:36:40 +01:00
XMLUtils.h Followup fixes for XML helpers (#43845) 2022-12-01 13:36:40 +01:00