ClickHouse/src/Common
2020-09-09 15:18:02 +03:00
..
Config use std::filesystem::path in ConfigProcessor 2020-09-07 12:45:52 -07:00
HashTable Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
StringUtils Add function isValidIdentifier(). 2020-08-09 02:46:42 +03:00
tests one more unroll for arerage.cpp 2020-08-17 19:23:05 +03:00
ZooKeeper Prepare for clang 11 2020-09-04 03:39:56 +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 Hardening and better error messages 2020-08-07 22:36:04 +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 Fix half of typos 2020-08-08 03:47:03 +03:00
assert_cast.h Remove assorted synonyms of LOGICAL_ERROR. 2020-06-03 16:18:42 +03:00
AutoArray.h Fix half of typos 2020-08-08 03:47:03 +03:00
BitHelpers.h Fix error in parseDateTimeBestEffort 2020-08-07 02:52:18 +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 Special case for aggregation by 8bit field 2020-08-02 01:11:00 +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 Add anonymize option and version tag 2020-05-30 11:02:13 +03:00
config.h.in Fix abtesting build 2020-07-29 14:00:04 +03:00
CounterInFile.h Fix half of typos 2020-08-08 03:47:03 +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 1. Add new setting for Kafka engine, named kafka_thread_per_consumer which default value is false. 2. Create separate thread pool for Kafka engine. 2020-09-06 11:17:19 +08:00
CurrentMetrics.h Fix typos 2020-06-27 22:05:00 +03:00
CurrentThread.cpp Make it work 2020-06-20 14:17:15 +03:00
CurrentThread.h Fix half of typos 2020-08-08 03:47:03 +03:00
DNSResolver.cpp Fix half of typos 2020-08-08 03:47:03 +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 MySql datatypes dateTime64 and decimal (#11512) 2020-09-09 15:18:02 +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 fix "no space left" extra info for Poco::Exception 2020-08-25 18:06:24 +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 Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
FieldVisitors.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
FieldVisitorsAccurateComparison.h Split file for better build times 2020-06-14 21:42:10 +03:00
FileChecker.cpp Fixup 2020-07-16 11:33:51 +03:00
FileChecker.h Rollback insertion error in Log engines #12402 2020-07-12 05:32:18 +03:00
filesystemHelpers.cpp Avoid too large stack frames 2020-06-08 20:35:45 +03:00
filesystemHelpers.h Fix typos 2020-06-27 22:05:00 +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 Fix 99% of typos 2020-08-08 04:01:47 +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 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 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 Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +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 Added date_trunc function. 2020-08-25 16:41:08 -07:00
IntervalKind.h Added date_trunc function. 2020-08-25 16:41:08 -07:00
intExp.h Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +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 Fix half of typos 2020-08-08 03:47:03 +03:00
Macros.cpp add implicit uuid macro 2020-07-13 16:18:38 +03:00
Macros.h add implicit uuid macro 2020-07-13 16:18:38 +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 Cleanup for #12999. NFC. 2020-07-31 17:53:41 +03:00
MemoryStatisticsOS.cpp Some provisions for Android build 2020-07-15 14:16:00 +03:00
MemoryStatisticsOS.h Some provisions for Android build 2020-07-15 14:16:00 +03:00
MemoryTracker.cpp Merge pull request #13500 from ClickHouse/hardening-and-better-error-messages 2020-08-08 17:13:43 +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 Fix half of typos 2020-08-08 03:47:03 +03:00
NaNUtils.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
NetException.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
new_delete.cpp Fix typos 2020-06-27 22:05:00 +03:00
ObjectPool.h Fix half of typos 2020-08-08 03:47:03 +03:00
oclBasics.h Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
OpenSSLHelpers.cpp Fix including Common/config.h in the Arcadia build. 2020-08-02 23:44:59 +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 99% of typos 2020-08-08 04:01:47 +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 Do not overallocate when creating PODArray with given size 2020-08-10 23:36:52 +03:00
PoolBase.h Remove namespace pollution 2020-05-31 00:57:37 +03:00
PoolWithFailoverBase.h First attempt to fix data race in ConnectionPoolWithFailover::getStatus() 2020-08-20 23:25:38 +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 Add QueryTimeMicroseconds, SelectQueryTimeMicroseconds and InsertQueryTimeMicroseconds to system.events, second attempt 2020-08-04 19:38:13 +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
QueryProfiler.cpp another removes 2020-07-30 13:31:14 +03:00
QueryProfiler.h Fix half of typos 2020-08-08 03:47:03 +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 Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +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 Fix half of typos 2020-08-08 03:47:03 +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 Fix half of typos 2020-08-08 03:47:03 +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.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 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 Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
SmallObjectPool.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SpaceSaving.h Check for array size overflow in topK #14452 2020-09-04 04:05:57 +03:00
StackTrace.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
StackTrace.h send build_id to sentry as well + fix some minor issues 2020-06-24 00:27:04 +03:00
StatusFile.cpp another removes 2020-07-30 13:31:14 +03:00
StatusFile.h Normalize "pid" file handling #3501 2020-07-04 16:54:24 +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 Remove redundant conditions 2020-09-04 02:13:57 +08: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 Fix half of typos 2020-08-08 03:47:03 +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 Fix half of typos 2020-08-08 03:47:03 +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 another removes 2020-07-30 13:31:14 +03:00
ThreadFuzzer.h Checkpoint 2020-04-22 08:39:31 +03:00
ThreadPool.cpp Use SettingMaxThreads only in Settings, call getNumberOfPhysicalCPUCores() instead of SettingMaxThreads::getAuto(). 2020-07-31 19:11:27 +03:00
ThreadPool.h Use SettingMaxThreads only in Settings, call getNumberOfPhysicalCPUCores() instead of SettingMaxThreads::getAuto(). 2020-07-31 19:11:27 +03:00
ThreadProfileEvents.cpp Add perf metric for NUMA-local memory access 2020-07-17 20:10:59 +03:00
ThreadProfileEvents.h query_start_time_microseconds field in system.query_log 2020-09-04 09:42:18 -07:00
ThreadStatus.cpp system.crash_log: development 2020-07-09 07:15:45 +03:00
ThreadStatus.h query_start_time_microseconds field in system.query_log 2020-09-04 09:42:18 -07:00
Throttler.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TraceCollector.cpp Fix build; fix errors 2020-08-01 18:54:44 +03:00
TraceCollector.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
typeid_cast.h Allow typeid_cast() to cast nullptr to nullptr. 2020-07-10 17:02:48 +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 Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
UnicodeBar.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UTF8Helpers.cpp Fix typos 2020-06-27 22:05:00 +03:00
UTF8Helpers.h Fix UBSan error 2020-08-06 04:59:02 +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 Fix half of typos 2020-08-08 03:47:03 +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 Don't split dictionary source's table name into schema and table name itself 2020-07-06 23:41:39 +03:00
ya.make Fix "Arcadia" 2020-09-08 01:14:13 +03:00
ya.make.in Fix "Arcadia" 2020-09-08 01:14:13 +03:00