ClickHouse/src/Common
Alexey Milovidov 000b6ac81c Fix error
2022-09-19 09:30:48 +02:00
..
Config Use pretty-print to output preprocessed configs in readable form. 2022-09-06 15:01:47 +02:00
examples Fix 6/7 of trash 2022-09-19 08:53:20 +02:00
HashTable Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
JSONParsers Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
mysqlxx Fix 3/4 of trash 2022-09-19 08:50:53 +02:00
StringUtils Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
tests Fix 3/4 of trash 2022-09-19 08:50:53 +02:00
ZooKeeper Merge branch 'master' into keeper-storage 2022-09-12 13:42:51 +00:00
ActionBlocker.h
ActionLock.cpp
ActionLock.h
AlignedBuffer.cpp
AlignedBuffer.h
Allocator_fwd.h
Allocator.cpp
Allocator.h Remove cruft 2022-09-17 22:16:31 +02:00
AllocatorWithMemoryTracking.h
Arena.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
ArenaAllocator.h
ArenaUtils.h
ArenaWithFreeLists.h
ArrayCache.h Fix clang-tidy warnings (from clang-15) 2022-09-10 21:38:35 +02:00
assert_cast.h
atomicRename.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
atomicRename.h
base58.cpp Fix clang-tidy 2022-09-11 20:43:36 +02:00
base58.h Fix base58 trash 2022-09-11 08:09:14 +02: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
BitHelpers.h Fix half of trash 2022-09-10 04:08:16 +02:00
BridgeProtocolVersion.h Add simple versioning to the *-bridge-to-server protocol 2022-08-08 19:40:37 +00:00
CacheBase.h Delete TODO 2022-08-11 22:38:13 +00:00
CaresPTRResolver.cpp CaresPTRResolver small safety improvement 2022-09-01 08:59:14 -03:00
CaresPTRResolver.h Fix CaresPTRResolver not reading hosts file 2022-08-29 15:11:39 -03:00
checkStackSize.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
checkStackSize.h
clearPasswordFromCommandLine.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
clearPasswordFromCommandLine.h
clickhouse_malloc.cpp
ClickHouseRevision.cpp
ClickHouseRevision.h
CMakeLists.txt
ColumnsHashing.h Reduce some usage of StringRef 2022-08-21 18:10:32 +00:00
ColumnsHashingImpl.h
CombinedCardinalityEstimator.h
CompactArray.h Fix clang-tidy in utils/examples 2022-07-29 11:36:51 +03:00
Concepts.h
ConcurrencyControl.h fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08:00
ConcurrentBoundedQueue.h
config_version.h.in
config.h.in Remove SPLIT_BINARY 2022-07-24 01:15:54 +02:00
CounterInFile.h
COW.h mark all operators bool() as explicit 2022-05-20 15:29:54 +00:00
CpuId.h Revert "Revert "ColumnVector: optimize filter with AVX512VBMI2 compress store"" 2022-08-09 17:00:13 +00:00
createHardLink.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
createHardLink.h
CurrentMemoryTracker.cpp Remove ThreadStatus::untracked_memory_limit_increase 2022-08-22 13:26:18 +03:00
CurrentMemoryTracker.h Move check for denied allocations (#38858) 2022-07-07 14:24:36 +02:00
CurrentMetrics.cpp Better test 2022-09-04 19:54:34 +02:00
CurrentMetrics.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
CurrentThread.cpp Try to optimize CurrentMemoryTracker alloc and free 2022-08-10 22:05:09 +02: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
DateLUTImpl.cpp remove some dead and commented code 2022-07-21 15:05:48 +02:00
DateLUTImpl.h Fix error 2022-09-19 09:30:48 +02:00
DNSPTRResolver.h Fix CaresPTRResolver not reading hosts file 2022-08-29 15:11:39 -03:00
DNSPTRResolverProvider.cpp Use one CaresPTRResolver per thread 2022-08-11 13:28:07 -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 Fix CaresPTRResolver not reading hosts file 2022-08-29 15:11:39 -03:00
DNSResolver.h Fix CaresPTRResolver not reading hosts file 2022-08-29 15:11:39 -03:00
Documentation.h Add Documentation to FunctionFactory 2022-08-27 22:06:57 +02:00
Dwarf.cpp Add support for DWARF-5 (without emitting them in binaries) 2022-09-11 21:06:14 +02:00
Dwarf.h Add support for DWARF-5 (without emitting them in binaries) 2022-09-11 21:06:14 +02:00
Elf.cpp Improve error messages in Elf loader 2022-09-02 23:22:25 +02:00
Elf.h Minor follow-up 2022-06-14 08:52:13 +00:00
Epoll.cpp Fix style 2022-07-01 19:51:07 +02:00
Epoll.h
ErrorCodes.cpp Merge branch 'master' into keeper-storage 2022-09-12 13:42:51 +00: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
EventCounter.h
EventRateMeter.h cleanup 2022-07-18 13:31:32 +02:00
Exception.cpp feat: implement catboost in library-bridge 2022-09-08 09:01:32 +00:00
Exception.h Fix half of trash 2022-09-10 04:08:16 +02:00
ExponentiallySmoothedCounter.h
ExternalLoaderStatus.h
ExternalModelInfo.h chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
Fiber.h
FiberStack.h
FieldVisitorConvertToNumber.h Remove trash from Field 2022-09-18 05:16:08 +02:00
FieldVisitorDump.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
FieldVisitorDump.h
FieldVisitorHash.cpp
FieldVisitorHash.h
FieldVisitors.h
FieldVisitorsAccurateComparison.h
FieldVisitorSum.cpp Remove trash from Field 2022-09-18 05:16:08 +02:00
FieldVisitorSum.h Remove trash from Field 2022-09-18 05:16:08 +02:00
FieldVisitorToString.cpp Refactor 2022-09-05 20:08:22 +02:00
FieldVisitorToString.h Refactor 2022-09-05 20:08:22 +02:00
FieldVisitorWriteBinary.cpp
FieldVisitorWriteBinary.h
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 Merge branch 'master' into vdimir/tmp-file-metrics 2022-08-25 15:23:35 +02:00
filesystemHelpers.h Merge branch 'master' into vdimir/tmp-file-metrics 2022-08-25 15:23:35 +02:00
FileUpdatesTracker.h
format.h
formatIPv6.cpp
formatIPv6.h More clang-tidy fixes 2022-06-28 11:50:05 +00:00
formatReadable.cpp
formatReadable.h
FrequencyHolder.h base should not depend on Common 2022-04-29 10:26:35 +08:00
getCurrentProcessFDCount.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getCurrentProcessFDCount.h
getExecutablePath.cpp
getExecutablePath.h
getHashOfLoadedBinary.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getHashOfLoadedBinary.h
getMappedArea.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getMappedArea.h
getMaxFileDescriptorCount.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
getMaxFileDescriptorCount.h
getMultipleKeysFromConfig.cpp
getMultipleKeysFromConfig.h
getNumberOfPhysicalCPUCores.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
getNumberOfPhysicalCPUCores.h
GetPriorityForLoadBalancing.cpp Fix stack-use-after-return in GetPriorityForLoadBalancing::getPriorityFunc() 2022-09-09 20:06:48 +02:00
GetPriorityForLoadBalancing.h
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
getResource.h
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
hex.h
HyperLogLogBiasEstimator.h
HyperLogLogCounter.h Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
HyperLogLogWithSmallSetOptimization.h
ICachePolicy.h Review fixes 2022-08-07 20:02:21 +00:00
IFactoryWithAliases.h More clang-tidy fixes 2022-06-28 11:50:05 +00:00
Increment.h
interpolate.h
InterruptListener.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
IntervalKind.cpp fix floating point in intervals 2022-07-04 20:45:05 +03:00
IntervalKind.h Fix typos with new codespell 2022-09-02 08:54:48 +00:00
IntervalTree.h
intExp.h
IO.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
IO.h
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
isLocalAddress.h
isValidUTF8.cpp
isValidUTF8.h
JSONBuilder.cpp
JSONBuilder.h
LocalDate.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
LocalDateTime.h
LockMemoryExceptionInThread.cpp
LockMemoryExceptionInThread.h
logger_useful.h Rename log when rename merge tree tables 2022-07-14 21:22:46 +08: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 base should not depend on Common 2022-04-29 10:26:35 +08:00
Macros.h
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
MemorySanitizer.h
MemoryStatisticsOS.cpp Fix -Wzero-as-null-pointer-constant in MemoryStatisticsOS::get for FreeBSD 2022-09-10 21:38:35 +02:00
MemoryStatisticsOS.h
MemoryTracker.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
MemoryTracker.h Revert "Use separate counter for RSS in global memory tracker." 2022-08-14 09:50:12 +03:00
MemoryTrackerBlockerInThread.cpp Make only one possible public ctor in MemoryTrackerBlockerInThread 2022-07-26 19:03:26 +00:00
MemoryTrackerBlockerInThread.h Make only one possible public ctor in MemoryTrackerBlockerInThread 2022-07-26 19:04:20 +00:00
MultiVersion.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
NamePrompter.cpp
NamePrompter.h
NaNUtils.h
NetException.h Fixing some warnings 2022-05-16 20:59:27 +02:00
new_delete.cpp
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 Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
OpenSSLHelpers.h Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
OpenTelemetryTraceContext.cpp Make sure span holder will be destructed only once 2022-09-13 18:27:29 +08:00
OpenTelemetryTraceContext.h More safe 2022-09-07 13:39:12 +08:00
OptimizedRegularExpression.cpp Fix UB (stack-use-after-scope) in extactAll() 2022-07-20 10:18:44 +03:00
OptimizedRegularExpression.h Fix UB (stack-use-after-scope) in extactAll() 2022-07-20 10:18:44 +03:00
OvercommitTracker.cpp Refactor code 2022-08-29 20:24:35 +02:00
OvercommitTracker.h fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08:00
parseAddress.cpp
parseAddress.h
parseGlobs.cpp Review Comments 2022-07-05 21:18:39 -07:00
parseGlobs.h
parseRemoteDescription.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
parseRemoteDescription.h
PipeFDs.cpp Fix clang-tidy 2022-08-20 17:09:20 +02:00
PipeFDs.h
PODArray_fwd.h
PODArray.cpp
PODArray.h Merge branch 'master' into pod-array-overflow 2022-09-18 09:24:23 +02:00
PoolBase.h Don't use std::unique_lock unless we have to 2022-06-28 19:19:06 +00:00
PoolWithFailoverBase.h
ProcfsMetricsProvider.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
ProcfsMetricsProvider.h Merge pull request #37969 from ClickHouse/consistent-macro-usage 2022-06-10 14:10:01 +02:00
ProfileEvents.cpp Merge remote-tracking branch 'upstream/master' into improve-marks-cache-loading 2022-09-11 13:23:30 +02:00
ProfileEvents.h Fix some clang-tidy warnings in headers 2022-06-27 23:49:07 +02:00
ProfilingScopedRWLock.h
ProgressIndication.cpp Add server-side time to Progress 2022-08-08 06:55:41 +02:00
ProgressIndication.h Add server-side time to Progress 2022-08-08 06:55:41 +02:00
QueryProfiler.cpp Fix style 2022-08-20 17:59:51 +02:00
QueryProfiler.h
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 remove some dead and commented code 2022-07-21 15:05:48 +02:00
randomSeed.cpp Merge branch 'master' into remove-useless-code-2 2022-05-22 17:41:57 +00:00
randomSeed.h
RangeGenerator.h
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 More consistent use of platform macros 2022-06-10 10:22:31 +02:00
remapExecutable.h
RemoteHostFilter.cpp
RemoteHostFilter.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
RWLock.cpp Fix waiting of shared lock after exclusive lock failure 2022-07-05 19:12:47 +03:00
RWLock.h Fix waiting of shared lock after exclusive lock failure 2022-07-05 19:12:47 +03:00
scope_guard_safe.h base should not depend on Common 2022-04-29 10:26:35 +08:00
SensitiveDataMasker.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
SensitiveDataMasker.h Fixing some warnings 2022-05-16 20:59:27 +02:00
setThreadName.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
setThreadName.h
SettingsChanges.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
SettingsChanges.h Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
SharedBlockRowRef.h
ShellCommand.cpp Limit suppression to a specific warning 2022-08-21 18:24:17 +00:00
ShellCommand.h Fixing build. 2022-07-20 20:30:16 +00:00
SimpleActionBlocker.h
SimpleIncrement.h
SipHash.h Fix half of trash 2022-09-10 04:08:16 +02:00
SLRUCachePolicy.h Fix half of trash 2022-09-10 04:08:16 +02:00
SmallObjectPool.h
SpaceSaving.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
StackTrace.cpp Suggestions from @tavplubix 2022-07-30 01:45:06 +02:00
StackTrace.h Allow to hide addresses in stack traces 2022-07-29 00:13:02 +02:00
StatusFile.cpp Fix style 2022-08-20 17:59:51 +02:00
StatusFile.h
StatusInfo.cpp
StatusInfo.h
Stopwatch.h stylecheck renewed 2022-09-02 17:42:18 +03:00
StringSearcher.h Fix test 00233_position_function_family 2022-06-30 11:43:25 +00:00
StudentTTest.cpp
StudentTTest.h Fix half of trash 2022-09-10 04:08:16 +02:00
SymbolIndex.cpp Do not try to load empty debug files 2022-09-02 23:23:05 +02:00
SymbolIndex.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
SystemLogBase.cpp Replace MemoryTrackerBlockerInThread to LockMemoryExceptionInThread in some places. Reduced MemoryTrackerBlockerInThread level to User. 2022-07-26 15:22:00 +00:00
SystemLogBase.h fix 2022-05-01 19:45:16 +08:00
TargetSpecific.cpp Revert "Revert "ColumnVector: optimize filter with AVX512VBMI2 compress store"" 2022-08-09 17:00:13 +00:00
TargetSpecific.h Revert "Revert "ColumnVector: optimize filter with AVX512VBMI2 compress store"" 2022-08-09 17:00:13 +00:00
TaskStatsInfoGetter.cpp Update TaskStatsInfoGetter.cpp 2022-08-04 07:34:36 +03:00
TaskStatsInfoGetter.h Add a comment for taskstruct netlink interface rounding to KiB 2022-04-25 08:49:17 +03:00
TerminalSize.cpp
TerminalSize.h
thread_local_rng.cpp
thread_local_rng.h
ThreadFuzzer.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
ThreadFuzzer.h
ThreadPool.cpp Resolve comments 2022-09-01 11:56:10 +08:00
ThreadPool.h Fix style 2022-09-13 00:41:05 +08:00
ThreadProfileEvents.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
ThreadProfileEvents.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
ThreadStatus.cpp Merge branch 'master' into tracing_context_propagation 2022-08-25 10:07:16 +08:00
ThreadStatus.h Merge pull request #40321 from azat/mem/untracked_memory_limit_increase 2022-09-04 04:42:24 +03: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 half of trash 2022-09-10 04:08:16 +02:00
Throttler.h add max_remote_{read,write}_network_bandwidth_for_server settings 2022-07-11 14:59:39 +02:00
TimerDescriptor.cpp Update src/Common/TimerDescriptor.cpp 2022-07-01 16:23:20 +02:00
TimerDescriptor.h
TLDListsHolder.cpp Add support of !/* (exclamation/asterisk) in custom TLDs 2022-07-26 08:34:30 +03:00
TLDListsHolder.h Add support of !/* (exclamation/asterisk) in custom TLDs 2022-07-26 08:34:30 +03:00
TraceSender.cpp Update src/Common/TraceSender.cpp 2022-07-19 18:44:31 +02:00
TraceSender.h
TransactionID.cpp
TransactionID.h
typeid_cast.h Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
TypePromotion.h
UnicodeBar.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
UnicodeBar.h
UTF8Helpers.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
UTF8Helpers.h Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
VariableContext.h
VersionNumber.cpp Fix half of trash 2022-09-10 04:08:16 +02:00
VersionNumber.h
Visitor.h
Volnitsky.h Fix typos with new codespell 2022-09-02 08:54:48 +00:00
waitForPid.cpp Merge branch 'master' into shell-command-wait-pid-refactoring 2022-07-25 11:42:05 +00:00
waitForPid.h ShellCommand wait pid refactoring 2022-07-21 11:45:09 +02:00
WeakHash.cpp
WeakHash.h