ClickHouse/src/Common
2020-06-22 15:55:39 +03:00
..
Config Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
HashTable fixup 2020-05-26 09:00:51 +03:00
StringUtils Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
tests Update gtest_pod_array.cpp 2020-06-19 22:10:04 +03:00
ZooKeeper Merge pull request #11639 from ClickHouse/remove-leader-election-2 2020-06-17 09:25:23 +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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
Allocator.cpp Make constants in cpp file extern. 2020-06-21 00:45:20 +03:00
Allocator.h Update Allocator.h 2020-06-20 21:52:13 +03:00
Arena.h Fix gcc build 2020-06-15 01:29:22 +03:00
ArenaAllocator.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ArenaWithFreeLists.h Fix gcc build 2020-06-15 01:29:22 +03:00
ArrayCache.h Preparation for structured logging 2020-05-31 00:35:52 +03:00
assert_cast.h Remove assorted synonyms of LOGICAL_ERROR. 2020-06-03 16:18:42 +03:00
AutoArray.h Preparation for structured logging 2020-05-31 00:35:52 +03:00
BitHelpers.h Merge commit '73b0f8db8c327a1d63cc7ebcc56087a3f9866dae' into SIMD_tokenization 2020-04-06 20:05:02 +03:00
BitonicSort.h Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
bitonicSortKernels.cl Bitonic sort on GPU (OpenCL) (#10232) 2020-05-15 03:01:14 +03:00
checkStackSize.cpp dbms/ → src/ 2020-04-03 18:14:31 +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
ClickHouseRevision.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
ClickHouseRevision.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnsHashing.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnsHashingImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CombinedCardinalityEstimator.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CompactArray.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ConcurrentBoundedQueue.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
config_version.h.in dbms/ → src/ 2020-04-03 18:14:31 +03:00
config.h.in Merge branch 'master' into merging_external_source_cassandra 2020-05-27 00:13:57 +03:00
CounterInFile.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
COW.h Added comment. 2020-05-18 09:06:48 +03:00
CpuId.h Enable more warnings 2020-05-10 00:44:33 +03:00
createHardLink.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
createHardLink.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CurrentMetrics.cpp Merge pull request #10242 from MovElb/movelb-postgresql-wire-protocol-impl 2020-06-21 14:39:22 +03:00
CurrentMetrics.h Keep the value of DistributedFilesToInsert metric on exceptions 2020-05-27 13:07:38 +03:00
CurrentThread.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
CurrentThread.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
DNSResolver.cpp Update DNSResolver.cpp 2020-06-07 18:17:23 +03:00
DNSResolver.h fix 2020-06-07 00:48:38 +03:00
Dwarf.cpp Use is_trivial+is_standard_layout over is_pod (later is deprecated) 2020-05-16 00:00:38 +03:00
Dwarf.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Elf.cpp Fix UBSan 2020-06-21 19:10:38 +03:00
Elf.h Don't use debug info from ELF file if it doesn't correspond to the running binary. 2020-06-14 06:10:35 +03:00
ErrorCodes.cpp Merge branch 'master' into arch-chooser 2020-06-21 21:30:06 +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 Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
Exception.h Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
ExternalLoaderStatus.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderStatus.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FieldVisitors.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FieldVisitors.h Merge remote-tracking branch 'origin/master' into minmap 2020-06-15 19:39:57 +03:00
FieldVisitorsAccurateComparison.h Split file for better build times 2020-06-14 21:42:10 +03:00
FileChecker.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FileChecker.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
filesystemHelpers.cpp Checkpoint 2020-04-22 08:39:31 +03:00
filesystemHelpers.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FileUpdatesTracker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
formatIPv6.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
formatIPv6.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
formatReadable.cpp dbms/ → src/ 2020-04-03 18:14:31 +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
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 Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
getNumberOfPhysicalCPUCores.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
hasLinuxCapability.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
hasLinuxCapability.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
hex.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
hex.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
HTMLForm.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
HyperLogLogBiasEstimator.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
HyperLogLogCounter.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
HyperLogLogWithSmallSetOptimization.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IFactoryWithAliases.h Better way of implementation 2020-06-14 20:42:11 +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 Improve syntax of CREATE QUOTA. Now resource types and key types could be written with underscores. 2020-06-15 20:10:34 +03:00
IntervalKind.h Improve syntax of CREATE QUOTA. Now resource types and key types could be written with underscores. 2020-06-15 20:10:34 +03:00
intExp.h Make reading of Decimal more compatible with other DBMS 2020-06-20 17:43:01 +03:00
IPv6ToBinary.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
IPv6ToBinary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
isLocalAddress.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
isLocalAddress.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
LRUCache.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
Macros.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
Macros.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
malloc.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
memcmpSmall.h Fix style 2020-04-20 06:48:35 +03:00
memcpySmall.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MemorySanitizer.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MemoryStatisticsOS.cpp Fixed improper logging of failures in destructors of certain metrics (#11264) 2020-05-29 12:45:55 +03:00
MemoryStatisticsOS.h Added test tool 2020-04-19 23:57:34 +03:00
MemoryTracker.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
MemoryTracker.h Fix race for description in MemoryTracker. 2020-05-28 15:30:42 +03:00
MultiVersion.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NamePrompter.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NaNUtils.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NetException.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
new_delete.cpp Add sampling memory profiler 2020-04-30 16:25:17 +03:00
ObjectPool.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
oclBasics.h Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
OpenSSLHelpers.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
OpenSSLHelpers.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
parseAddress.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
parseGlobs.cpp Fix unit test 2020-04-08 04:09:01 +03:00
parseGlobs.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
parseRemoteDescription.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
parseRemoteDescription.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PipeFDs.cpp Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
PipeFDs.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PODArray_fwd.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PODArray.cpp Style 2020-05-26 01:06:02 +03:00
PODArray.h Update PODArray.h 2020-06-20 10:45:51 +03:00
PoolBase.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
PoolWithFailoverBase.h Remove namespace pollution 2020-05-31 00:57:37 +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 Remove leader election, step 3 2020-06-19 17:18:58 +03:00
ProfileEvents.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ProfilingScopedRWLock.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryProfiler.cpp Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
QueryProfiler.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
quoteString.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
quoteString.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RadixSort.h Various comments 2020-05-24 21:05:06 +03:00
randomSeed.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
randomSeed.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RemoteHostFilter.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
RemoteHostFilter.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
renameat2.cpp Allow relative path for renameat2 by using AT_FDCWD 2020-05-17 17:02:03 +03:00
renameat2.h fixes 2020-04-23 21:00:43 +03:00
RWLock.cpp Updated RWLockImpl: Fixed suboptimacy (readers queuing up) + minor tweaks to names and comments (#10303) 2020-04-16 21:56:21 +03:00
RWLock.h Updated RWLockImpl: Fixed suboptimacy (readers queuing up) + minor tweaks to names and comments (#10303) 2020-04-16 21:56:21 +03:00
SensitiveDataMasker.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
SensitiveDataMasker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
setThreadName.cpp Add cross-compile build for FreeBSD (#9643) 2020-04-07 11:33:49 +03:00
setThreadName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SettingsChanges.h fixed some remarks from review 2020-04-17 22:54:53 +03:00
SharedBlockRowRef.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SharedLibrary.cpp Fixes for clang-tidy on clang-10 2020-04-22 03:29:38 +03:00
SharedLibrary.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ShellCommand.cpp Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
ShellCommand.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SimpleActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SimpleIncrement.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SipHash.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SmallObjectPool.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SpaceSaving.h fixup 2020-05-26 08:54:04 +03:00
StackTrace.cpp Checkpoint 2020-04-22 08:39:31 +03:00
StackTrace.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
StatusFile.cpp Added a test for history in clickhouse-client 2020-06-07 20:29:34 +03:00
StatusFile.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
StatusInfo.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
StatusInfo.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Stopwatch.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
Stopwatch.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
StringSearcher.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
StudentTTest.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
StudentTTest.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SymbolIndex.cpp Merge branch 'master' into print-build-id 2020-06-21 13:44:32 +03:00
SymbolIndex.h Print build id in crash messages 2020-06-20 12:07:05 +03:00
TaskStatsInfoGetter.cpp Fix build 2020-05-10 02:35:20 +03:00
TaskStatsInfoGetter.h Checkpoint 2020-04-22 08:39:31 +03:00
TerminalSize.cpp dbms/ → src/ 2020-04-03 18:14:31 +03: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 Checkpoint 2020-04-22 08:39:31 +03:00
ThreadFuzzer.h Checkpoint 2020-04-22 08:39:31 +03:00
ThreadPool.cpp remove extra vertical space 2020-06-15 22:04:30 -07:00
ThreadPool.h make max global thread pool setting configurable 2020-06-15 22:04:30 -07:00
ThreadProfileEvents.cpp cleanup 2020-06-05 15:53:47 +03:00
ThreadProfileEvents.h cleanup 2020-06-04 18:51:34 +03:00
ThreadStatus.cpp thread-local perf events 2020-05-29 16:04:32 +03:00
ThreadStatus.h thread-local perf events 2020-05-29 16:04:32 +03:00
Throttler.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TraceCollector.cpp Return old names of macros 2020-05-24 01:24:01 +03:00
TraceCollector.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
typeid_cast.h Remove assorted synonyms of LOGICAL_ERROR. 2020-06-03 16:18:42 +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
UInt128.h Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
UnicodeBar.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UTF8Helpers.cpp Added comments 2020-06-02 04:20:44 +03:00
UTF8Helpers.h Added comments 2020-06-02 04:20:44 +03:00
VariableContext.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Visitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Volnitsky.h dbms/ → src/ 2020-04-03 18:14:31 +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
XDBCBridgeHelper.h Add suggestion from @alesap 2020-06-16 22:16:01 +03:00
ya.make Move MMAP_THRESHOLD definition to .cpp file. 2020-06-20 19:01:16 +03:00