ClickHouse/src/Common
alesapin 8749f4a31a
Merge pull request #29043 from nvartolomei/nv/parts-uuid-move-shard-kill
Part movements between shards improvements and cancel support
2021-10-27 10:46:00 +03:00
..
Config Rename "common" to "base" 2021-10-02 10:13:14 +03:00
examples Fix style check 2021-10-20 15:33:20 +03:00
HashTable Rename "common" to "base" 2021-10-02 10:13:14 +03:00
StringUtils Add trimLeft() and trimRight() overloads for strings. 2021-08-23 23:41:45 +03:00
tests fix 2021-10-02 22:55:26 +02:00
ZooKeeper Merge branch 'master' into nv/parts-uuid-move-shard-kill 2021-10-26 11:09:19 +00:00
ActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ActionLock.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ActionLock.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AlignedBuffer.cpp Preparation for structured logging 2020-05-31 00:35:52 +03:00
AlignedBuffer.h dbms/ → src/ 2020-04-03 18:14:31 +03: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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AllocatorWithMemoryTracking.h Fix some OOMs in stress tests 2021-03-31 06:19:34 +03:00
Arena.h done 2021-04-09 00:22:18 +03:00
ArenaAllocator.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
ArenaWithFreeLists.h Fix gcc build 2020-06-15 01:29:22 +03:00
ArrayCache.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
assert_cast.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
BitHelpers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
checkStackSize.cpp Fix tests that relies on checking stack size under TSan 2021-10-23 14:09:19 +03:00
checkStackSize.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
clearPasswordFromCommandLine.cpp Clear password from command line #11624 2020-06-14 22:23:05 +03:00
clearPasswordFromCommandLine.h Clear password from command line #11624 2020-06-14 22:23:05 +03:00
clickhouse_malloc.cpp Fix compatibility 2021-08-06 02:10:55 +03:00
ClickHouseRevision.cpp straighten the protocol version 2020-09-17 17:37:29 +03:00
ClickHouseRevision.h straighten the protocol version 2020-09-17 17:37:29 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
ColumnsHashing.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ColumnsHashingImpl.h Support conditions in JOIN ON section (#24420) 2021-07-21 20:03:33 +03:00
CombinedCardinalityEstimator.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CompactArray.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
ConcurrentBoundedQueue.h Fixed tests 2021-10-14 00:33:18 +03:00
config_version.h.in Add comments for VERSION_REVISION vs DBMS_TCP_PROTOCOL_VERSION 2021-06-28 22:01:14 +03:00
config.h.in Add bzip2 file compression 2021-08-07 00:25:52 +00:00
CounterInFile.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
COW.h Added comment. 2020-05-18 09:06:48 +03:00
CpuId.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
createHardLink.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
createHardLink.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CurrentMemoryTracker.cpp Remove debug headers 2021-08-05 23:50:09 +03:00
CurrentMemoryTracker.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CurrentMetrics.cpp Added an ability to execute more merges and mutations than threads, added new settings (#29140) 2021-10-01 00:26:24 +03:00
CurrentMetrics.h Introduce ProfileEvents packet 2021-10-11 17:29:50 +03:00
CurrentThread.cpp WIP on ProfileEvents forwarding 2021-10-11 17:39:23 +03:00
CurrentThread.h WIP on ProfileEvents forwarding 2021-10-11 17:39:23 +03:00
DNSResolver.cpp fixing paths 2021-10-02 21:45:05 +02:00
DNSResolver.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Dwarf.cpp Fix warnings by PVS-Studio 2021-05-08 23:57:08 +03:00
Dwarf.h Fix warnings by PVS-Studio 2021-05-08 23:57:08 +03:00
Elf.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Elf.h Add integrity checks for ClickHouse binary 2021-01-07 05:56:57 +03:00
Epoll.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Epoll.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ErrorCodes.cpp fix comflict 2021-10-19 12:50:22 +00:00
ErrorCodes.h Rename "common" to "base" 2021-10-02 10:13:14 +03: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
Exception.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Exception.h remove some trash 2021-09-17 22:29:10 +03:00
ExponentiallySmoothedCounter.h Clarifications 2021-09-19 20:58:10 +03:00
ExternalLoaderStatus.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Fiber.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FiberStack.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FieldVisitorConvertToNumber.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FieldVisitorDump.cpp Better 2021-08-30 03:00:00 +08:00
FieldVisitorDump.h Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FieldVisitorHash.cpp Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FieldVisitorHash.h Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FieldVisitors.h Minor changes 2021-06-14 07:13:35 +03:00
FieldVisitorsAccurateComparison.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FieldVisitorSum.cpp Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FieldVisitorSum.h Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FieldVisitorToString.cpp Better 2021-08-30 03:00:00 +08:00
FieldVisitorToString.h Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FieldVisitorWriteBinary.cpp Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FieldVisitorWriteBinary.h Better nullable primary key implementation. 2021-08-28 17:48:28 +08:00
FileChecker.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FileChecker.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
filesystemHelpers.cpp fix 2021-10-17 14:49:27 +00:00
filesystemHelpers.h fix 2021-10-17 14:49:27 +00:00
FileUpdatesTracker.h File movement 2021-05-29 00:57:53 +03:00
formatIPv6.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
formatIPv6.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
formatReadable.cpp Update formatReadable.cpp 2021-03-31 18:40:33 +03:00
formatReadable.h Preparation for structured logging 2020-05-31 00:35:52 +03: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 Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
getHashOfLoadedBinary.h Fix style 2021-01-07 06:40:24 +03:00
getMappedArea.cpp Fix annoying "Arcadia" 2020-09-18 23:19:41 +03:00
getMappedArea.h Check for #pragma once in headers 2020-10-10 21:37:02 +03: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 Use SettingMaxThreads only in Settings, call getNumberOfPhysicalCPUCores() instead of SettingMaxThreads::getAuto(). 2020-07-31 19:11:27 +03:00
getNumberOfPhysicalCPUCores.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
hasLinuxCapability.cpp another removes 2020-07-30 13:31:14 +03:00
hasLinuxCapability.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
hex.cpp add bin/unbin support 2021-07-02 23:13:47 +08:00
hex.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
HyperLogLogBiasEstimator.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
HyperLogLogCounter.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
HyperLogLogWithSmallSetOptimization.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
IFactoryWithAliases.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Increment.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
interpolate.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterruptListener.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IntervalKind.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
IntervalKind.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
intExp.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
IO.cpp Add writeRetry helper 2021-06-07 09:38:15 +03:00
IO.h Add writeRetry helper 2021-06-07 09:38:15 +03:00
IPv6ToBinary.cpp Fix build isIPAddressContainedIn 2021-03-29 16:28:51 +03:00
IPv6ToBinary.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
isLocalAddress.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03: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 PVS-Studio 2021-10-11 14:28:46 +03:00
LRUCache.h Updated documentation 2021-10-26 13:00:42 +03:00
Macros.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Macros.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
malloc.cpp Preparation to build with Musl 2021-10-16 00:17:34 +03:00
memcmpSmall.h fix filtering by uint8 greater than 127 2021-01-29 10:39:18 +03:00
memcpySmall.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
memory.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MemorySanitizer.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MemoryStatisticsOS.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MemoryStatisticsOS.h Fix typo in comment 2021-05-04 10:54:13 +03:00
MemoryTracker.cpp Add ability to trace peak memory usage (with new trace_type - MemoryPeak) 2021-10-07 21:13:56 +03:00
MemoryTracker.h Output memory usage with progress 2021-10-11 17:39:24 +03:00
MultiVersion.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NamePrompter.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
NaNUtils.h Simplification 2021-05-06 18:34:12 +03:00
NetException.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
new_delete.cpp Attempt to add memory tracking to RoaringBitmaps 2021-07-22 02:56:17 +03:00
ObjectPool.h Fix half of typos 2020-08-08 03:47:03 +03:00
OpenSSLHelpers.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
OpenSSLHelpers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
OpenTelemetryTraceContext.h Fix OpenTelemetry 2021-05-05 01:42:14 +03:00
OptimizedRegularExpression.cpp Allow case-insensitive regexps; added a test #11101 2020-06-14 03:43:42 +03:00
OptimizedRegularExpression.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
parseAddress.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
parseAddress.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
parseGlobs.cpp remove other stringstreams 2020-11-09 22:12:44 +03:00
parseGlobs.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
parseRemoteDescription.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
parseRemoteDescription.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PipeFDs.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PipeFDs.h Fix response pipe read 2020-11-27 13:12:11 +03:00
PODArray_fwd.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PODArray.cpp Common types template instantiations 2021-02-12 00:54:50 +03:00
PODArray.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PoolBase.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
PoolWithFailoverBase.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ProcfsMetricsProvider.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ProcfsMetricsProvider.h Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
ProfileEvents.cpp Add QueryProfilerRuns profile event 2021-10-25 21:14:16 +03:00
ProfileEvents.h Make Counters::Snapshot immutable 2021-10-12 13:46:32 +03:00
ProfilingScopedRWLock.h Comments for ugly fix 2020-07-20 16:06:44 +03:00
ProgressIndication.cpp Fix indecency #30337 2021-10-26 10:00:19 +03:00
ProgressIndication.h Print more info about memory utilization 2021-10-13 16:26:54 +03:00
QueryProfiler.cpp Add QueryProfilerRuns profile event 2021-10-25 21:14:16 +03:00
QueryProfiler.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
quoteString.cpp Non-recursive implementation for TL and its functions 2021-10-03 18:02:04 +02:00
quoteString.h Non-recursive implementation for TL and its functions 2021-10-03 18:02:04 +02:00
RadixSort.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
randomSeed.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
randomSeed.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
remapExecutable.cpp better 2021-05-27 23:43:00 +03:00
remapExecutable.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
RemoteHostFilter.cpp Revert "Improve usability of remote_url_allow_hosts" 2021-10-26 20:15:29 +03:00
RemoteHostFilter.h Fixed open behavior of remote host filter in case when there is remote_url_allow_hosts section in configuration but no entries there. 2021-02-04 09:34:31 +03:00
renameat2.cpp Drop unnecessary qualified namespace 2021-06-14 10:38:26 +03:00
renameat2.h fix EINVAL in renameat2 on MacOS 2020-09-19 17:19:06 +03:00
RWLock.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
RWLock.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SensitiveDataMasker.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SensitiveDataMasker.h Fix half of typos 2020-08-08 03:47:03 +03:00
setThreadName.cpp Cache thread name to avoid prctl(PR_GET_NAME) for query_log/text_log 2021-09-08 00:57:14 +03:00
setThreadName.h Cache thread name to avoid prctl(PR_GET_NAME) for query_log/text_log 2021-09-08 00:57:14 +03:00
SettingsChanges.cpp remove some trash 2021-09-17 22:29:10 +03:00
SettingsChanges.h remove some trash 2021-09-17 22:29:10 +03:00
SharedBlockRowRef.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
SharedLibrary.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SharedLibrary.h Updated SharedLibrary string_view interface 2021-03-14 17:19:48 +03:00
ShellCommand.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ShellCommand.h Updated tests 2021-08-30 21:41:36 +03: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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SmallObjectPool.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SpaceSaving.h Fix memory tracking of aggregate function topK 2021-06-14 05:26:05 +03:00
SparseHashMap.h Removed DenseHashMap, DenseHashSet 2021-08-15 13:32:56 +03:00
StackTrace.cpp Add uc_mcontext for FreeBSD aarch64 2021-10-10 14:52:17 +02:00
StackTrace.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
StatusFile.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03: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 fix overflow in Stopwatch 2021-10-06 18:09:13 +03:00
StringSearcher.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
StudentTTest.cpp Remove idiotic whitespace 2021-08-31 02:54:11 +03:00
StudentTTest.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SymbolIndex.cpp Refactor 2021-09-02 19:29:14 +08:00
SymbolIndex.h Refactor 2021-09-02 19:29:14 +08:00
TaskStatsInfoGetter.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TaskStatsInfoGetter.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TerminalSize.cpp Use stderr instead of stdout 2021-05-05 15:52:21 +00:00
TerminalSize.h dbms/ → src/ 2020-04-03 18:14:31 +03: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 Manipulate with -Wreserved-identifier only if HAS_RESERVED_IDENTIFIER has been detected 2021-10-03 17:42:36 +04:00
ThreadFuzzer.h Stop ThreadFuzzer before hung check (#29167) 2021-09-20 17:23:10 +03:00
ThreadPool.cpp Introduced MergeTask and MutateTask (#25165) 2021-09-17 00:19:58 +03:00
ThreadPool.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ThreadProfileEvents.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ThreadProfileEvents.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ThreadStatus.cpp Merge pull request #28364 from ClickHouse/profile-events-wip 2021-10-12 13:16:01 +03:00
ThreadStatus.h Set query_id for mutations/merges 2021-10-15 01:43:28 +03:00
Throttler.cpp Smaller smoothing window in throttler. 2021-10-14 21:20:19 +03:00
Throttler.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TimerDescriptor.cpp Add TimerDescriptor::setRelative(uint64_t usec) 2021-08-25 09:42:30 +03:00
TimerDescriptor.h Add TimerDescriptor::setRelative(uint64_t usec) 2021-08-25 09:42:30 +03:00
TLDListsHolder.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TLDListsHolder.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TraceCollector.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TraceCollector.h Add ability to trace peak memory usage (with new trace_type - MemoryPeak) 2021-10-07 21:13:56 +03:00
typeid_cast.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TypePromotion.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UnicodeBar.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
UnicodeBar.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
UTF8Helpers.cpp Fix typos 2020-06-27 22:05:00 +03:00
UTF8Helpers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
VariableContext.h Remove redundant enumerator 2021-10-12 13:46:32 +03:00
VersionNumber.cpp Fix clang-tidy warnings in VersionNumber (use Int64 over long) 2021-06-14 10:42:50 +03:00
VersionNumber.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Visitor.h Renaming TL to Typelist 2021-10-05 17:22:02 +02:00
Volnitsky.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
WeakHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
WeakHash.h Add parallel final. 2020-04-30 12:59:08 +03:00