ClickHouse/src/Common
2020-05-15 14:12:43 +03:00
..
Config Fix build with unbundled Poco 2020-05-09 01:22:12 +03:00
HashTable Fix SIGSEGV in StringHashTable if such key is not exists 2020-05-13 03:40:05 +03:00
StringUtils Fix annoying "Arcadia" build 2020-05-14 20:05:55 +03:00
tests build fixes 2020-05-15 03:01:31 +03:00
ZooKeeper Update ZooKeeper.h 2020-05-13 23:40:54 +03:00
ActionBlocker.h
ActionLock.cpp
ActionLock.h
AlignedBuffer.cpp
AlignedBuffer.h
Allocator_fwd.h
Allocator.h Disable mremap under MemorySanitizer. 2020-05-01 10:38:05 +03:00
Arena.h Work around a bug leading to an infinite loop in addressToLine. 2020-04-24 02:42:04 +03:00
ArenaAllocator.h
ArenaWithFreeLists.h
ArrayCache.h
assert_cast.h
AutoArray.h
BitHelpers.h
BitonicSort.h Bitonic sort on GPU (OpenCL) (#10232) 2020-05-15 03:01:14 +03:00
bitonicSortKernels.cl Bitonic sort on GPU (OpenCL) (#10232) 2020-05-15 03:01:14 +03:00
checkStackSize.cpp
checkStackSize.h
ClickHouseRevision.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
ClickHouseRevision.h
CMakeLists.txt
ColumnsHashing.h
ColumnsHashingImpl.h
CombinedCardinalityEstimator.h
CompactArray.h
ConcurrentBoundedQueue.h
config_version.h.in dbms/ → src/ 2020-04-03 18:14:31 +03:00
config.h.in Bitonic sort on GPU (OpenCL) (#10232) 2020-05-15 03:01:14 +03:00
CounterInFile.h
COW.h
CpuId.h Enable more warnings 2020-05-10 00:44:33 +03:00
createHardLink.cpp
createHardLink.h
CurrentMetrics.cpp Add tasks/memory metrics for distributed/buffer schedule pools 2020-04-23 02:18:37 +03:00
CurrentMetrics.h
CurrentThread.cpp
CurrentThread.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
DNSResolver.cpp
DNSResolver.h
Dwarf.cpp
Dwarf.h
Elf.cpp
Elf.h
ErrorCodes.cpp Merge branch 'master' into RBAC-10 2020-05-15 14:12:43 +03:00
escapeForFileName.cpp
escapeForFileName.h
EventCounter.h
Exception.cpp Checkpoint 2020-04-22 08:39:31 +03:00
Exception.h Fix HTTP response code for some parse errors #10636 2020-05-03 22:47:07 +03:00
ExternalLoaderStatus.cpp
ExternalLoaderStatus.h
FieldVisitors.cpp
FieldVisitors.h
FileChecker.cpp
FileChecker.h dbms/ → src/ 2020-04-03 18:14:31 +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
formatIPv6.cpp
formatIPv6.h
formatReadable.cpp
formatReadable.h
getExecutablePath.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getExecutablePath.h
getMultipleKeysFromConfig.cpp
getMultipleKeysFromConfig.h
getNumberOfPhysicalCPUCores.cpp Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
getNumberOfPhysicalCPUCores.h
hasLinuxCapability.cpp
hasLinuxCapability.h
hex.cpp
hex.h
HTMLForm.h
HyperLogLogBiasEstimator.h
HyperLogLogCounter.h
HyperLogLogWithSmallSetOptimization.h
IFactoryWithAliases.h
Increment.h
interpolate.h
InterruptListener.h
IntervalKind.cpp
IntervalKind.h
intExp.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IPv6ToBinary.cpp
IPv6ToBinary.h
isLocalAddress.cpp
isLocalAddress.h
LRUCache.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Macros.cpp
Macros.h
malloc.cpp
memcmpSmall.h Fix style 2020-04-20 06:48:35 +03:00
memcpySmall.h
MemorySanitizer.h
MemoryStatisticsOS.cpp More memory statistics 2020-04-19 23:49:13 +03:00
MemoryStatisticsOS.h Added test tool 2020-04-19 23:57:34 +03:00
MemoryTracker.cpp Add sampling memory profiler 2020-04-30 16:25:17 +03:00
MemoryTracker.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
MultiVersion.h
NamePrompter.h
NaNUtils.h
NetException.h
new_delete.cpp Add sampling memory profiler 2020-04-30 16:25:17 +03:00
ObjectPool.h
oclBasics.cpp Bitonic sort on GPU (OpenCL) (#10232) 2020-05-15 03:01:14 +03:00
OpenSSLHelpers.cpp
OpenSSLHelpers.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
OptimizedRegularExpression.cpp Loose some limitation 2020-05-07 04:29:31 +03:00
OptimizedRegularExpression.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
parseAddress.cpp
parseAddress.h
parseGlobs.cpp Fix unit test 2020-04-08 04:09:01 +03:00
parseGlobs.h
parseRemoteDescription.cpp
parseRemoteDescription.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PipeFDs.cpp
PipeFDs.h
PODArray_fwd.h
PODArray.cpp
PODArray.h
PoolBase.h
PoolWithFailoverBase.h Prefer fallback_to_stale_replicas over skip_unavailable_shards 2020-04-22 01:42:23 +03:00
ProcfsMetricsProvider.cpp Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
ProcfsMetricsProvider.h Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
ProfileEvents.cpp
ProfileEvents.h
ProfilingScopedRWLock.h
QueryProfiler.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
QueryProfiler.h Poco contrib refactoring (#10396) 2020-05-08 17:11:19 +03:00
quoteString.cpp
quoteString.h
RadixSort.h
randomSeed.cpp
randomSeed.h
RemoteHostFilter.cpp
RemoteHostFilter.h
renameat2.cpp fixes 2020-04-23 21:00:43 +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 Fixes for clang-tidy on clang-10 2020-04-22 03:29:38 +03:00
SensitiveDataMasker.h
setThreadName.cpp Add cross-compile build for FreeBSD (#9643) 2020-04-07 11:33:49 +03:00
setThreadName.h
SettingsChanges.h fixed some remarks from review 2020-04-17 22:54:53 +03:00
SharedBlockRowRef.h
SharedLibrary.cpp Fixes for clang-tidy on clang-10 2020-04-22 03:29:38 +03:00
SharedLibrary.h
ShellCommand.cpp
ShellCommand.h
SimpleActionBlocker.h
SimpleIncrement.h
SipHash.h
SmallObjectPool.h
SpaceSaving.h
StackTrace.cpp Checkpoint 2020-04-22 08:39:31 +03:00
StackTrace.h
StatusFile.cpp
StatusFile.h
StatusInfo.cpp
StatusInfo.h
Stopwatch.cpp
Stopwatch.h
StringSearcher.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
StudentTTest.cpp
StudentTTest.h
SymbolIndex.cpp Checkpoint 2020-04-22 08:39:31 +03:00
SymbolIndex.h
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
TerminalSize.h
thread_local_rng.cpp
thread_local_rng.h
ThreadFuzzer.cpp Checkpoint 2020-04-22 08:39:31 +03:00
ThreadFuzzer.h Checkpoint 2020-04-22 08:39:31 +03:00
ThreadPool.cpp
ThreadPool.h
ThreadProfileEvents.cpp Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
ThreadProfileEvents.h Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
ThreadStatus.cpp Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
ThreadStatus.h Merge remote-tracking branch 'origin/master' into sampling-memory-profiler 2020-05-01 21:48:20 +03:00
Throttler.h
TraceCollector.cpp Add sampling memory profiler 2020-04-30 16:25:17 +03:00
TraceCollector.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
typeid_cast.h
TypeList.h
TypePromotion.h
UInt128.h
UnicodeBar.h
UTF8Helpers.cpp
UTF8Helpers.h
VariableContext.h
Visitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Volnitsky.h
WeakHash.cpp
WeakHash.h
XDBCBridgeHelper.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
ya.make Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00