ClickHouse/src/Common
alexey-milovidov 01f8eab2da
Merge pull request #35020 from ClickHouse/preprocessed_config_in_yaml
Always write preprocessed config in XML format
2022-03-06 02:31:37 +03:00
..
Config Done 2022-03-03 14:35:52 +01:00
examples clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
HashTable HashTable constant fix 2022-01-11 18:45:41 +03:00
mysqlxx Update Types.h 2022-01-25 16:42:55 +03:00
StringUtils Add trimLeft() and trimRight() overloads for strings. 2021-08-23 23:41:45 +03:00
tests Fix the bug that the toDatetime function overflows (#32898) 2022-03-02 10:06:38 +03:00
ZooKeeper add test for unrestricted zk reads 2022-02-22 16:51:30 +03:00
ActionBlocker.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ActionLock.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ActionLock.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00: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
ArenaUtils.h Improve performance of insert into table functions URL, S3, File, HDFS 2022-02-10 20:06:23 +00: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 Miscellaneous 2021-10-31 18:11:46 +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 Remove cruft 2021-10-28 02:10:39 +03:00
ClickHouseRevision.h straighten the protocol version 2020-09-17 17:37:29 +03:00
CMakeLists.txt Remove unbundled mysql support 2022-01-20 10:02:01 +03:00
ColumnsHashing.h Update ColumnsHashing.h 2022-02-13 14:43:02 +01:00
ColumnsHashingImpl.h Support conditions in JOIN ON section (#24420) 2021-07-21 20:03:33 +03:00
CombinedCardinalityEstimator.h HashTable constant fix 2022-01-11 18:45:41 +03:00
CompactArray.h Remove cruft 2021-10-28 02:10:39 +03:00
ConcurrentBoundedQueue.h clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00: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 submodule minizip-ng 2022-02-05 23:45:16 +07: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 support async inserts in clickhouse-client for queries with inlined data 2022-02-02 20:59:37 +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
DateLUT.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
DateLUT.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
DateLUTImpl.cpp Saturate date/datetime to zero 2022-01-03 02:07:08 +03:00
DateLUTImpl.h Fix the bug that the toDatetime function overflows (#32898) 2022-03-02 10:06:38 +03:00
DNSResolver.cpp Refactor client fault tolerant connection 2022-02-10 12:43:08 +03:00
DNSResolver.h Refactor client fault tolerant connection 2022-02-10 12:43:08 +03:00
Dwarf.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
Dwarf.h Upd upstream 2021-05-28 00:21:02 +03:00
Elf.cpp just more verbose comment 2021-11-23 12:56:14 +00:00
Elf.h get Build ID via Section headers first 2021-11-23 12:56:14 +00:00
Epoll.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
Epoll.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ErrorCodes.cpp Use SYSTEM_ERROR in MemoryStatisticsOS for FreeBSD 2022-02-25 12:37:12 +01: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 Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread 2022-01-10 22:39:10 +03:00
Exception.h Add fmt::runtime() in Exception ctor 2022-02-01 14:30:03 +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 Review comments 2021-12-22 13:39:45 -08:00
FieldVisitorConvertToNumber.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorDump.cpp Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorDump.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorHash.cpp Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorHash.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitors.h Minor changes 2021-06-14 07:13:35 +03:00
FieldVisitorsAccurateComparison.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorSum.cpp Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorSum.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorToString.cpp Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorToString.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorWriteBinary.cpp Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FieldVisitorWriteBinary.h Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03:00
FileChecker.cpp Support BACKUP & RESTORE for log family. 2021-11-01 12:07:17 +03:00
FileChecker.h Support BACKUP & RESTORE for log family. 2021-11-01 12:07:17 +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
FrequencyHolder.h Better 2022-01-10 20:30:26 +00:00
getCurrentProcessFDCount.cpp Slightly better 2021-11-19 12:30:58 +03:00
getCurrentProcessFDCount.h code style change 2021-11-12 20:48:42 +08: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 Upd upstream 2021-05-28 00:21:02 +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
getMaxFileDescriptorCount.cpp Slightly better 2021-11-19 12:30:58 +03:00
getMaxFileDescriptorCount.h code style change 2021-11-12 20:48:42 +08: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 Fix cpu count with cgroup limits 2022-01-21 21:03:23 +08:00
getNumberOfPhysicalCPUCores.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getRandomASCIIString.cpp Fix clang tidy 2021-12-14 15:34:20 +03:00
getRandomASCIIString.h Fix clang tidy 2021-12-14 15:34:20 +03:00
getResource.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
getResource.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +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 Switch to XML format for backup's metadata. 2021-11-09 23:16:45 +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 support INTERVAL type in WITH FILL 2021-10-31 19:42:43 +03:00
IntervalKind.h support INTERVAL type in WITH FILL 2021-10-31 19:42:43 +03:00
IntervalTree.h Update sort to pdqsort 2022-01-30 19:49:48 +00: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
LocalDate.h Remove unused code 2021-12-24 12:25:27 +03:00
LocalDateTime.h Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
LockMemoryExceptionInThread.cpp Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread 2022-01-10 22:39:10 +03:00
LockMemoryExceptionInThread.h fix build on USE_DEBUG_HELPERS OFF 2022-01-24 14:29:38 +08:00
LRUCache.h change LRUCache to LRUResourceCache 2022-01-04 15:19:09 +08:00
LRUResourceCache.h fixed some bugs 2022-01-12 17:01:05 +08:00
Macros.cpp Use shard and replica name from Replicated database arguments (#31488) 2021-11-23 12:41:54 +03:00
Macros.h Use shard and replica name from Replicated database arguments (#31488) 2021-11-23 12:41:54 +03:00
malloc.cpp Preparation to build with Musl 2021-10-16 00:17:34 +03:00
memcmpSmall.h Add x86 feature avx512 support for memcmpSmall 2022-01-14 20:21:22 +08:00
memcpySmall.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
memory.h Cleanup jemalloc contrib 2022-01-20 10:02:03 +03:00
MemorySanitizer.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MemoryStatisticsOS.cpp use getPageSize, correct typo 2022-02-25 17:02:49 +03:00
MemoryStatisticsOS.h Implement MemoryStatisticsOS for FreeBSD 2022-02-25 14:05:00 +03:00
MemoryTracker.cpp Update src/Common/MemoryTracker.cpp 2022-02-01 16:15:00 +03:00
MemoryTracker.h Export MemoryTracker::getHardLimit() 2022-02-18 12:05:12 +03:00
MemoryTrackerBlockerInThread.cpp Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread 2022-01-10 22:39:10 +03:00
MemoryTrackerBlockerInThread.h fix build on USE_DEBUG_HELPERS OFF 2022-01-24 14:29:38 +08:00
MultiVersion.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
NamePrompter.h Explicitly default move/copy constructors 2021-12-20 17:05:08 +01:00
NaNUtils.h Upd upstream 2021-05-28 00:21:02 +03:00
NetException.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
new_delete.cpp Cleanup jemalloc contrib 2022-01-20 10:02:03 +03:00
ObjectPool.h Fix half of typos 2020-08-08 03:47:03 +03:00
OpenSSLHelpers.cpp Remove cruft 2021-10-28 02:10:39 +03:00
OpenSSLHelpers.h Remove cruft 2021-10-28 02:10:39 +03:00
OpenTelemetryTraceContext.h Upd upstream 2021-05-28 00:21:02 +03:00
OptimizedRegularExpression.cpp Allow case-insensitive regexps; added a test #11101 2020-06-14 03:43:42 +03:00
OptimizedRegularExpression.h Remove unbundled re2 support 2022-01-20 10:00:49 +03:00
OvercommitTracker.cpp Merge branch 'master' into memory-overcommit-test 2022-02-17 00:50:15 -08:00
OvercommitTracker.h Fix deadlock in OvercommitTracker 2022-02-16 20:02:14 +00: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 Updated additional cases 2021-12-20 15:55:07 +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 Corrections 2021-12-23 01:25:35 +03:00
PoolBase.h fixed code styles 2022-01-29 09:46:00 +08:00
PoolWithFailoverBase.h Update sort to pdqsort 2022-01-30 19:49:48 +00: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 Merge branch 'master' into mv_cacheable_scalars 2022-02-07 10:07:26 +00:00
ProfileEvents.h cleanup code 2021-11-08 23:47:57 +03:00
ProfilingScopedRWLock.h Comments for ugly fix 2020-07-20 16:06:44 +03:00
ProgressIndication.cpp Fix error 2022-02-22 01:32:23 +01:00
ProgressIndication.h Always display resource usage in client 2021-12-29 01:20:34 +03:00
QueryProfiler.cpp Move TraceCollector into Interpreters 2022-01-10 22:35:42 +03:00
QueryProfiler.h Fix QueryProfiler (query_profiler_{cpu,real}_time_period_ns) reset 2021-12-03 01:33:08 +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 Log size of remapped memory (remap_executable) 2021-11-04 00:19:00 +03:00
remapExecutable.h Log size of remapped memory (remap_executable) 2021-11-04 00:19:00 +03:00
RemoteHostFilter.cpp Revert "Revert "Improve usability of remote_url_allow_hosts"" 2021-10-26 20:17:02 +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 Fix build 2021-11-25 04:18:54 +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 Fix clang-tidy 2021-11-14 04:57:59 +03:00
setThreadName.h Remove thread_local std::string 2021-11-14 02:43:17 +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 Upd upstream 2021-05-28 00:21:02 +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 Updated executable function integration tests 2021-12-28 22:55:30 +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 128bit hash-functions accepting arbitrary list of arguments 2021-10-07 19:25:39 +08:00
SmallObjectPool.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
SpaceSaving.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
StackTrace.cpp Initial support for risc-v 2021-11-11 19:23:34 +01:00
StackTrace.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
StatusFile.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +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 check len of char with upper and lower case in putNGramUTF8CaseInsensitive 2022-02-17 12:39:29 +00: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 Update sort to pdqsort 2022-01-30 19:49:48 +00:00
SymbolIndex.h Fix parsing symbols from resources (for shared builds) 2021-12-29 09:56:59 +03:00
SystemLogBase.cpp Separate base parts out of SystemLog 2022-01-25 18:48:43 +08:00
SystemLogBase.h Separate base parts out of SystemLog 2022-01-25 18:48:43 +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 Update ThreadPool.cpp 2022-02-04 03:54:33 +03:00
ThreadPool.h Expose all GlobalThreadPool config params (#31285) 2021-11-12 16:24:47 +03:00
ThreadProfileEvents.cpp Cleanup ProfileEvents and CurrentMetrics 2021-11-10 21:15:27 +03:00
ThreadProfileEvents.h Cleanup ProfileEvents and CurrentMetrics 2021-11-10 21:15:27 +03:00
ThreadStatus.cpp Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
ThreadStatus.h Do not loose ProfileEvents in case of thread destroyed before 2021-12-19 23:43:05 +03:00
Throttler.cpp HashTable constant fix 2022-01-11 18:45:41 +03:00
Throttler.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TimerDescriptor.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
TimerDescriptor.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00: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
TraceSender.cpp Split TraceCollector between Common and Interpreters 2022-01-11 22:30:55 +03:00
TraceSender.h Split TraceCollector between Common and Interpreters 2022-01-11 22:30:55 +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 check len of char with upper and lower case in putNGramUTF8CaseInsensitive 2022-02-17 12:39:29 +00: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 Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
Volnitsky.h Update Volnitsky.h 2022-02-19 19:53:36 +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