ClickHouse/src/Common
2021-08-12 10:57:03 +03:00
..
Config Merging #24404 2021-07-10 10:12:18 +03:00
examples Merge ext into common 2021-06-16 23:28:41 +03:00
HashTable Add a note for padded to 8 bytes keys in StringHashTable 2021-07-07 10:42:33 +03:00
StringUtils Add support for queries with null quoted identifier and ON CLUSTER 2021-07-02 02:01:13 +03:00
tests More generic VersionNumber 2021-06-14 10:38:26 +03:00
ZooKeeper fix system.zookeeper_log initialization 2021-07-29 17:48:49 +03: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 Log exception in Allocator::free 2021-05-18 19:15:48 +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 Merge ext into common 2021-06-16 23:28:41 +03:00
assert_cast.h Remove assorted synonyms of LOGICAL_ERROR. 2020-06-03 16:18:42 +03:00
BitHelpers.h Fix error 2020-09-26 06:02:05 +03:00
checkStackSize.cpp Fix getStackSize() stack address on osx 2021-06-24 10:48:43 +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 PVS-Studio 2021-05-04 15:13:47 +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 Moved BorrowedObjectPool to common 2021-04-13 23:15:22 +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 Update s3/* 2021-05-01 18:10:04 +03:00
COW.h Added comment. 2020-05-18 09:06:48 +03:00
CpuId.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
createHardLink.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
createHardLink.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
CurrentMemoryTracker.cpp Remove debug headers 2021-08-05 23:50:09 +03:00
CurrentMemoryTracker.h Attempt to add memory tracking to RoaringBitmaps 2021-07-22 02:56:17 +03:00
CurrentMetrics.cpp Add metric MaxPushedDDLEntryID. 2021-08-11 11:40:06 +08:00
CurrentMetrics.h CurrentMetrics/Increment: Introduce add() 2021-03-03 23:30:03 +03:00
CurrentThread.cpp Make it work 2020-06-20 14:17:15 +03:00
CurrentThread.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
DNSResolver.cpp Catch Poco exception in resolveIPAddressImpl 2021-07-16 10:47:44 +03:00
DNSResolver.h Try speedup build (#14809) 2020-09-15 12:55:57 +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 Adds support for building on Solaris-derived systems 2021-04-28 16:32:41 -07:00
Elf.h Add integrity checks for ClickHouse binary 2021-01-07 05:56:57 +03:00
Epoll.cpp Fix comments 2021-04-04 12:33:06 +03:00
Epoll.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ErrorCodes.cpp Small fixes 2021-08-07 15:15:49 +00:00
ErrorCodes.h More fixes for PVS-Studio 2021-05-08 19:12:31 +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 Better messages 2021-07-10 11:18:06 +03:00
Exception.h Convert system.errors.stack_trace from String into Array(UInt64) 2021-03-24 06:52:48 +03:00
ExternalLoaderStatus.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderStatus.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
Fiber.h Use ucontext for asan 2020-12-14 17:42:08 +03:00
FiberStack.h Split RemoteQueryExecutorReadContext into module part 2021-01-16 01:57:36 +03:00
FieldVisitorConvertToNumber.h Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorDump.cpp Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorDump.h Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorHash.cpp Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorHash.h Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitors.h Minor changes 2021-06-14 07:13:35 +03:00
FieldVisitorsAccurateComparison.h Merge pull request #12455 from amosbird/npc 2021-07-18 17:52:20 +03:00
FieldVisitorSum.cpp Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorSum.h Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorToString.cpp Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorToString.h Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorWriteBinary.cpp Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FieldVisitorWriteBinary.h Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
FileChecker.cpp Log file name on error in FileChecker ctor 2021-05-25 14:11:20 +03:00
FileChecker.h Fix error 2021-01-05 04:49:15 +03:00
filesystemHelpers.cpp Fix checks 2021-05-30 15:44:58 +03:00
filesystemHelpers.h File movement 2021-05-29 00:57:53 +03:00
FileUpdatesTracker.h File movement 2021-05-29 00:57:53 +03:00
formatIPv6.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
formatIPv6.h Merge ext into common 2021-06-16 23:28:41 +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 Add leading zeros in function bin 2021-07-06 15:19:42 +03:00
HyperLogLogBiasEstimator.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
HyperLogLogCounter.h Maybe fix error 2021-05-09 01:55:05 +03:00
HyperLogLogWithSmallSetOptimization.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
IFactoryWithAliases.h Normalize function names 2021-02-18 20:20:28 +08: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 Added date_trunc function. 2020-08-25 16:41:08 -07:00
IntervalKind.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
intExp.h Normalize BigInt implementation 2021-01-27 03:54:57 +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 Reuse some functions for IPAddressContainedIn 2021-03-29 12:04:05 +03:00
isLocalAddress.cpp Simplify code 2021-05-21 08:21:37 +03:00
isLocalAddress.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
JSONBuilder.cpp Use JSONBuilder for explain json result. 2021-04-14 17:07:56 +03:00
JSONBuilder.h Fix spelling 2021-04-20 11:26:54 +03:00
LRUCache.h Updated CHJIT interface to be more thread safe 2021-05-08 17:39:35 +03:00
Macros.cpp fix 2021-03-16 23:01:20 +03:00
Macros.h fix 2021-03-16 23:01:20 +03:00
malloc.cpp dbms/ → src/ 2020-04-03 18:14:31 +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.cpp Fix build; add comments 2021-08-07 19:30:59 +03:00
memory.h Fix build; add comments 2021-08-07 19:30:59 +03:00
MemorySanitizer.h Compile aggregate functions 2021-07-01 22:56:35 +03:00
MemoryStatisticsOS.cpp Move getPageSize in common 2020-12-17 00:23:41 +03:00
MemoryStatisticsOS.h Fix typo in comment 2021-05-04 10:54:13 +03:00
MemoryTracker.cpp dup codes calc QueryMemoryLimitExceeded 2021-08-11 17:03:07 +08:00
MemoryTracker.h Merge ext into common 2021-06-16 23:28:41 +03:00
MultiVersion.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NamePrompter.h Fix wrong logic in hints about Enum names 2021-05-20 01:47:10 +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 Merge ext into common 2021-06-16 23:28:41 +03:00
OpenSSLHelpers.h Merge pull request #13156 from azat/cluster-secure 2020-09-17 17:11:00 +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 parseAddress: improve port parsing (verify that port is a valid int) 2021-05-21 22:47:35 +03:00
parseAddress.h dbms/ → src/ 2020-04-03 18:14:31 +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 Fix mistake 2021-04-19 23:39:25 +03:00
parseRemoteDescription.h Add default port 2021-04-01 11:30:20 +00:00
PipeFDs.cpp Fix response pipe read 2020-11-27 13:12:11 +03:00
PipeFDs.h Fix response pipe read 2020-11-27 13:12:11 +03:00
PODArray_fwd.h Common types template instantiations 2021-02-12 00:54:50 +03:00
PODArray.cpp Common types template instantiations 2021-02-12 00:54:50 +03:00
PODArray.h Use memmove in PODArray::insert to handle memory overlapping. 2021-05-19 16:06:54 +08:00
PoolBase.h save 2021-04-13 22:39:41 +03:00
PoolWithFailoverBase.h Merge ext into common 2021-06-16 23:28:41 +03:00
ProcfsMetricsProvider.cpp Fixed improper logging of failures in destructors of certain metrics (#11264) 2020-05-29 12:45:55 +03:00
ProcfsMetricsProvider.h Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
ProfileEvents.cpp Merge pull request #26320 from Algunenano/profile_sleep_calls 2021-07-17 01:37:23 +03:00
ProfileEvents.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ProfilingScopedRWLock.h Comments for ugly fix 2020-07-20 16:06:44 +03:00
ProgressIndication.cpp Fix progress bar for local 2021-07-09 16:43:00 +03:00
ProgressIndication.h FIx progress 2021-06-21 12:19:25 +00:00
QueryProfiler.cpp add protection from unsafe allocations 2021-01-12 18:41:24 +03:00
QueryProfiler.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
quoteString.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
quoteString.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
RadixSort.h Merge ext into common 2021-06-16 23:28:41 +03:00
randomSeed.cpp Fix strange code 2020-09-24 19:35:17 +03:00
randomSeed.h Try speedup build (#14809) 2020-09-15 12:55:57 +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 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
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 Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
SensitiveDataMasker.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
SensitiveDataMasker.h Fix half of typos 2020-08-08 03:47:03 +03:00
setThreadName.cpp Adds support for building on Solaris-derived systems 2021-04-28 16:32:41 -07:00
setThreadName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SettingsChanges.cpp Make SettingsChanges a class. 2020-07-31 19:11:27 +03:00
SettingsChanges.h Make SettingsChanges a class. 2020-07-31 19:11:27 +03:00
SharedBlockRowRef.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
SharedLibrary.cpp Updated SharedLibrary string_view interface 2021-03-14 17:19:48 +03:00
SharedLibrary.h Updated SharedLibrary string_view interface 2021-03-14 17:19:48 +03:00
ShellCommand.cpp ShellCommand waitpid eintr signal fix 2021-03-09 13:13:19 +03:00
ShellCommand.h Added documentation 2021-03-05 13:17:46 +03:00
SimpleActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SimpleIncrement.h Remove useless code 2020-12-21 10:48:15 +03:00
SipHash.h Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
SmallObjectPool.h More simple 2020-11-06 20:46:43 +03:00
SpaceSaving.h Fix memory tracking of aggregate function topK 2021-06-14 05:26:05 +03:00
StackTrace.cpp Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into support-apple-m1 2021-04-06 15:55:03 +08:00
StackTrace.h Simplify code around TraceCollector, alternative to #24829 2021-06-01 11:54:05 +03:00
StatusFile.cpp Update Common/* 2021-04-30 23:16:35 +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 Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
Stopwatch.cpp Adds support for building on Solaris-derived systems 2021-04-28 16:32:41 -07:00
Stopwatch.h TraceCollector - time s&us using same timespec 2020-09-25 10:39:37 -07:00
StringSearcher.h Merge ext into common 2021-06-16 23:28:41 +03:00
StudentTTest.cpp remove more stringstreams 2020-11-10 21:22:26 +03:00
StudentTTest.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SymbolIndex.cpp Do not undefine __has_feature (may break c++ headers) 2021-02-23 19:46:47 +03:00
SymbolIndex.h Print inline frames augmenting usual ones 2021-01-20 17:05:25 +03:00
TaskStatsInfoGetter.cpp Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
TaskStatsInfoGetter.h Try speedup build (#14809) 2020-09-15 12:55:57 +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 add protection from unsafe allocations 2021-01-12 18:41:24 +03:00
ThreadFuzzer.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
ThreadPool.cpp Do not miss exceptions from the ThreadPool 2021-08-08 19:25:43 +03:00
ThreadPool.h Merge ext into common 2021-06-16 23:28:41 +03:00
ThreadProfileEvents.cpp Enable thread_local in Arcadia build 2021-05-12 13:33:38 +03:00
ThreadProfileEvents.h Enable thread_local in Arcadia build 2021-05-12 13:33:38 +03:00
ThreadStatus.cpp Fix alternative stack under osx (MINSIGSTKSZ is 32K) 2021-06-24 00:33:33 +03:00
ThreadStatus.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
Throttler.cpp Update src/Common/Throttler.cpp 2021-06-02 23:02:08 +03:00
Throttler.h Fix build and better test 2021-06-02 11:22:44 +03:00
TimerDescriptor.cpp Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
TimerDescriptor.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
TLDListsHolder.cpp Fix reading of custom TLDs (stops processing with lower buffer or bigger file) 2021-07-29 10:36:32 +03:00
TLDListsHolder.h Add top_level_domains_path for easier overriding 2020-12-09 21:08:31 +03:00
TraceCollector.cpp Simplify code around TraceCollector, alternative to #24829 2021-06-01 11:54:05 +03:00
TraceCollector.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
typeid_cast.h Merge ext into common 2021-06-16 23:28:41 +03:00
TypeList.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TypePromotion.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UnicodeBar.cpp Fix issue in function "bar" 2021-01-15 13:17:09 +03:00
UnicodeBar.h Simplify code of function "bar" 2021-01-02 23:40:15 +03:00
UTF8Helpers.cpp Fix typos 2020-06-27 22:05:00 +03:00
UTF8Helpers.h Remove tons of garbage 2021-01-31 05:36:52 +03:00
VariableContext.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
VersionNumber.cpp Fix clang-tidy warnings in VersionNumber (use Int64 over long) 2021-06-14 10:42:50 +03:00
VersionNumber.h Fix clang-tidy warnings in VersionNumber (use Int64 over long) 2021-06-14 10:42:50 +03:00
Visitor.h Update Visitor.h 2020-09-17 15:08:55 +03:00
Volnitsky.h Fix some PVS-Studio warnings 2021-05-09 01:10:10 +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
ya.make Generate ya make 2021-06-18 10:56:24 +03:00
ya.make.in Do not peerdir enabled-by-default libcxxabi-parts 2021-05-20 18:37:12 +03:00