ClickHouse/src/Interpreters
Sergei Trifonov 686d6d676a
Merge pull request #64969 from ClickHouse/revert-64423-precise-memtracking
Revert "Add dynamic untracked memory limits for more precise memory tracking"
2024-06-07 16:51:36 +00:00
..
Access Update query before replication 2024-06-05 16:00:08 -04:00
Cache Fix memory leak in slry 2024-06-04 19:26:12 +02:00
ClusterProxy Print query in explain plan with parallel replicas 2024-05-23 14:21:38 +00:00
examples Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
fuzzers
JIT Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
MySQL Fix crash in index definition containing sql udf 2024-04-03 10:45:45 +00:00
tests Merge pull request #64777 from ClickHouse/remove-iostream-debug-helpers 2024-06-04 20:44:30 +02:00
ActionLocksManager.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
ActionLocksManager.h
ActionsDAG.cpp Merge pull request #64855 from ClickHouse/fix-filter-push-down-duplicate-names 2024-06-07 12:10:32 +00:00
ActionsDAG.h Merge pull request #64855 from ClickHouse/fix-filter-push-down-duplicate-names 2024-06-07 12:10:32 +00:00
ActionsVisitor.cpp ASTLiteral support custon type 2024-05-29 12:03:02 +08:00
ActionsVisitor.h Useless changes 2024-05-09 01:08:33 +02:00
AddDefaultDatabaseVisitor.h
AddIndexConstraintsOptimizer.cpp
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
addTypeConversionToAST.h
AggregatedData.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregatedDataVariants.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
AggregatedDataVariants.h Useless changes 2024-05-09 01:08:33 +02:00
AggregateDescription.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregateDescription.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregateFunctionOfGroupByKeysVisitor.h
AggregationCommon.h
AggregationMethod.cpp
AggregationMethod.h
AggregationUtils.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregationUtils.h
Aggregator.cpp Useless changes 2024-05-10 04:53:29 +02:00
Aggregator.h Fixed code review issues 2024-03-28 15:04:14 +03:00
Aliases.h
applyTableOverride.cpp
applyTableOverride.h
ApplyWithAliasVisitor.cpp
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ApplyWithSubqueryVisitor.h
ArithmeticOperationsInAgrFuncOptimize.cpp
ArithmeticOperationsInAgrFuncOptimize.h
ArrayJoinAction.cpp
ArrayJoinAction.h
ArrayJoinedColumnsVisitor.h
AsynchronousInsertLog.cpp More comments for column for system tables (#59016) 2024-03-08 18:05:56 +01:00
AsynchronousInsertLog.h
AsynchronousInsertQueue.cpp More instrumentation around index 2024-05-20 10:31:32 +02:00
AsynchronousInsertQueue.h Useless changes 2024-05-09 01:08:33 +02:00
AsynchronousMetricLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
AsynchronousMetricLog.h
BackupLog.cpp add event_time to backup_log system table 2024-04-11 10:22:02 +01:00
BackupLog.h Done 2024-04-15 16:19:54 +00:00
BlobStorageLog.cpp fix race in BlobStorageLog::shouldIgnorePath 2024-06-04 11:14:03 +00:00
BlobStorageLog.h fix race in BlobStorageLog::shouldIgnorePath 2024-06-04 11:14:03 +00:00
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
CancellationCode.h Useless changes 2024-05-09 02:07:04 +02:00
castColumn.cpp
castColumn.h
ClientInfo.cpp Add function getClientHTTPHeader, part 1 2024-03-23 20:52:26 +01:00
ClientInfo.h Don't propagate user settings for merges and mutations in object storages 2024-05-27 17:09:45 +02:00
Cluster.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
Cluster.h
ClusterDiscovery.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
ClusterDiscovery.h
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp
CollectJoinOnKeysVisitor.h Useless changes 2024-05-09 01:08:33 +02:00
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
ComparisonGraph.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
ComparisonGraph.h Useless changes 2024-05-09 01:08:33 +02:00
ComparisonTupleEliminationVisitor.cpp
ComparisonTupleEliminationVisitor.h
ConcurrentHashJoin.cpp better 2024-05-28 15:13:09 +01:00
ConcurrentHashJoin.h better 2024-05-28 15:13:09 +01:00
Context_fwd.h Useless changes 2024-05-09 02:07:04 +02:00
Context.cpp Update BlobStorageLog and SystemLog to add settings for query 2024-06-04 07:52:47 +00:00
Context.h Don't propagate user settings for merges and mutations in object storages 2024-05-27 17:09:45 +02:00
convertFieldToType.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
convertFieldToType.h
ConvertFunctionOrLikeVisitor.cpp
ConvertFunctionOrLikeVisitor.h
ConvertStringsToEnumVisitor.cpp
ConvertStringsToEnumVisitor.h
CrashLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
CrashLog.h
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Useless changes 2024-05-10 04:53:29 +02:00
DatabaseCatalog.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
DDLTask.cpp optimize drop tables 2024-04-06 19:59:45 +08:00
DDLTask.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
DDLWorker.cpp Update DDLWorker.cpp 2024-05-16 11:20:06 +02:00
DDLWorker.h automatically recover Replicated database if the queue got stuck 2024-05-09 00:00:51 +02:00
DirectJoin.cpp
DirectJoin.h
DNSCacheUpdater.cpp
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp
DuplicateOrderByVisitor.h
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h Updated implementation 2024-01-25 14:31:49 +03:00
evaluateConstantExpression.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp Useless changes 2024-05-09 02:07:04 +02:00
executeDDLQueryOnCluster.h
executeQuery.cpp Parallel replicas: simple cleanup 2024-05-30 20:19:37 +00:00
executeQuery.h Fix writing exception message in output format in HTTP when http_wait_end_of_query is used 2024-03-22 16:03:28 +00:00
ExecuteScalarSubqueriesVisitor.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
ExecuteScalarSubqueriesVisitor.h
ExpressionActions.cpp apply 27a2b19 2024-04-28 09:27:16 +08:00
ExpressionActions.h Fix actions execution during preliminary filtering (PK, partition pruning) 2024-02-22 15:01:57 +01:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
ExpressionAnalyzer.h
ExpressionJIT.cpp
ExternalDictionariesLoader.cpp use qualified dictionary name in query log 2024-05-09 11:28:27 +03:00
ExternalDictionariesLoader.h
ExternalLoader.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
ExternalLoader.h Useless changes 2024-05-09 03:58:34 +02:00
ExternalLoaderDictionaryStorageConfigRepository.cpp
ExternalLoaderDictionaryStorageConfigRepository.h
ExternalLoaderTempConfigRepository.cpp
ExternalLoaderTempConfigRepository.h
ExternalLoaderXMLConfigRepository.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
ExternalLoaderXMLConfigRepository.h
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h
FilesystemCacheLog.cpp Sync code back from private to public repo 2024-05-28 10:31:29 +00:00
FilesystemCacheLog.h Useless changes 2024-05-09 01:08:33 +02:00
FilesystemReadPrefetchesLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
FilesystemReadPrefetchesLog.h Useless changes 2024-05-09 01:08:33 +02:00
FillingRow.cpp
FillingRow.h
formatWithPossiblyHidingSecrets.h
FullSortingMergeJoin.h QueryPlan convert OUTER JOIN to INNER JOIN optimization 2024-04-28 12:52:04 +03:00
FunctionMaskingArgumentCheckVisitor.h
FunctionNameNormalizer.cpp Function name normalization fix functions header 2022-10-04 17:29:33 +02:00
FunctionNameNormalizer.h
GatherFunctionQuantileVisitor.cpp
GatherFunctionQuantileVisitor.h
GetAggregatesVisitor.cpp
GetAggregatesVisitor.h
getClusterName.cpp
getClusterName.h
getColumnFromBlock.cpp
getColumnFromBlock.h
getCustomKeyFilterForParallelReplicas.cpp Add additional tests 2024-06-06 05:28:16 -07:00
getCustomKeyFilterForParallelReplicas.h fix style 2024-06-06 05:26:57 -07:00
getHeaderForProcessingStage.cpp
getHeaderForProcessingStage.h
getTableExpressions.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
getTableExpressions.h
getTableOverride.cpp
getTableOverride.h Move to Interpreters 2021-12-17 22:19:10 +03:00
GinFilter.cpp Useless changes 2024-05-10 04:53:29 +02:00
GinFilter.h Be more graceful to existing inverted indexes 2024-05-31 15:50:16 +00:00
GlobalSubqueriesVisitor.h
GraceHashJoin.cpp Useless changes 2024-05-10 04:53:29 +02:00
GraceHashJoin.h
GroupByFunctionKeysVisitor.h
GroupingSetsRewriterVisitor.cpp
GroupingSetsRewriterVisitor.h
HashJoin.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
HashJoin.h Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
IdentifierSemantic.cpp
IdentifierSemantic.h Useless changes 2024-05-09 01:08:33 +02:00
IExternalLoadable.cpp Useless changes 2024-05-10 04:53:29 +02:00
IExternalLoadable.h Merge pull request #61356 from vitlibar/fix-replace-dictionary 2024-03-21 16:45:06 +01:00
IExternalLoaderConfigRepository.h
IInterpreter.cpp
IInterpreter.h
IInterpreterUnionOrSelectQuery.cpp
IInterpreterUnionOrSelectQuery.h
IJoin.h Useless changes 2024-05-09 01:08:33 +02:00
IKeyValueEntity.h Revert "Revert "Introduce bulk loading to StorageEmbeddedRocksDB"" 2024-05-03 18:29:36 +08:00
InDepthNodeVisitor.h
InJoinSubqueriesPreprocessor.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp
inplaceBlockConversions.h
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterNamedCollectionQuery.cpp
InterpreterAlterNamedCollectionQuery.h
InterpreterAlterQuery.cpp address comments 2024-05-17 17:16:49 +02:00
InterpreterAlterQuery.h
InterpreterBackupQuery.cpp
InterpreterBackupQuery.h
InterpreterCheckQuery.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
InterpreterCheckQuery.h
InterpreterCreateFunctionQuery.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
InterpreterCreateFunctionQuery.h
InterpreterCreateIndexQuery.cpp Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
InterpreterCreateIndexQuery.h
InterpreterCreateNamedCollectionQuery.cpp
InterpreterCreateNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
InterpreterCreateQuery.cpp Merge pull request #64846 from rschu1ze/simplify-inverted-indexes 2024-06-05 20:04:16 +00:00
InterpreterCreateQuery.h fix 2024-05-14 20:30:49 +02:00
InterpreterDeleteQuery.cpp better exception message in delete table with projection 2024-05-22 04:35:06 +00:00
InterpreterDeleteQuery.h
InterpreterDescribeCacheQuery.cpp
InterpreterDescribeCacheQuery.h
InterpreterDescribeQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterDescribeQuery.h
InterpreterDropFunctionQuery.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
InterpreterDropFunctionQuery.h
InterpreterDropIndexQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterDropIndexQuery.h
InterpreterDropNamedCollectionQuery.cpp
InterpreterDropNamedCollectionQuery.h
InterpreterDropQuery.cpp Merge remote-tracking branch 'ClickHouse/master' into optimize_drop_tables 2024-04-30 19:25:22 +00:00
InterpreterDropQuery.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-stress-upgrade-checks 2024-04-03 12:07:22 +00:00
InterpreterExistsQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp address part of comments 2024-05-14 18:16:01 +02:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp Disable analyzer for EXPLAIN SYNTAX queries 2024-03-21 15:27:39 +00:00
InterpreterFactory.h
InterpreterInsertQuery.cpp Disable transactions for unsupported storages even for materialized views 2024-06-06 16:27:00 +02:00
InterpreterInsertQuery.h
InterpreterKillQueryQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Useless changes 2024-05-09 03:58:34 +02:00
InterpreterRenameQuery.h Useless changes 2024-05-09 01:08:33 +02:00
InterpreterSelectIntersectExceptQuery.cpp
InterpreterSelectIntersectExceptQuery.h
InterpreterSelectQuery.cpp fix style 2024-06-06 05:26:57 -07:00
InterpreterSelectQuery.h Useless changes 2024-05-09 01:08:33 +02:00
InterpreterSelectQueryAnalyzer.cpp Update src/Interpreters/InterpreterSelectQueryAnalyzer.cpp 2024-05-13 14:48:33 +02:00
InterpreterSelectQueryAnalyzer.h Analyzer view read only necessary columns 2024-05-13 13:41:47 +03:00
InterpreterSelectWithUnionQuery.cpp
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp
InterpreterSetQuery.h Ignore setting constraints for projection ASTs 2023-07-12 10:34:36 +08:00
InterpreterShowColumnsQuery.cpp
InterpreterShowColumnsQuery.h
InterpreterShowCreateQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterShowCreateQuery.h
InterpreterShowEngineQuery.cpp
InterpreterShowEngineQuery.h
InterpreterShowFunctionsQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterShowFunctionsQuery.h
InterpreterShowIndexesQuery.cpp
InterpreterShowIndexesQuery.h
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowSettingQuery.cpp
InterpreterShowSettingQuery.h
InterpreterShowTablesQuery.cpp
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1 2024-05-03 13:55:12 +02:00
InterpreterSystemQuery.h Add SYSTEM UNLOAD PRIMARY KEY 2024-04-17 21:24:59 +02:00
InterpreterTransactionControlQuery.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
InterpreterTransactionControlQuery.h
InterpreterUndropQuery.cpp init 2024-03-21 18:39:05 +00:00
InterpreterUndropQuery.h support undrop table 2023-03-27 22:16:36 +08:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterWatchQuery.h
interpretSubquery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
interpretSubquery.h
InterserverCredentials.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
InterserverCredentials.h
InterserverIOHandler.h
ITokenExtractor.cpp fix: function filters with token-based text indexes 2024-06-04 09:25:00 +03:00
ITokenExtractor.h fix: function filters with token-based text indexes 2024-06-04 09:25:00 +03:00
joinDispatch.h
JoinedTables.cpp First working prototype 2024-05-06 01:34:03 +03:00
JoinedTables.h
JoinSwitcher.cpp
JoinSwitcher.h
JoinToSubqueryTransformVisitor.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
JoinToSubqueryTransformVisitor.h
JoinUtils.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
JoinUtils.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
Lemmatizers.cpp
Lemmatizers.h
loadMetadata.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h
MergeJoin.cpp Merge pull request #63755 from ClickHouse/vdimir/pmj_join_non_procssed_clash 2024-05-15 12:46:30 +00:00
MergeJoin.h Useless changes 2024-05-09 01:08:33 +02:00
MergeTreeTransaction.cpp Block cannot allocate thread fault in noexcept functions in MergeTreeTransaction 2024-04-18 10:30:36 +00:00
MergeTreeTransaction.h
MergeTreeTransactionHolder.cpp
MergeTreeTransactionHolder.h
MetricLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
MetricLog.h
misc.h Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
MutationsInterpreter.cpp address comments 2024-05-17 17:16:49 +02:00
MutationsInterpreter.h address comments 2024-04-24 18:20:48 +02:00
MutationsNonDeterministicHelpers.cpp
MutationsNonDeterministicHelpers.h
NormalizeSelectWithUnionQueryVisitor.cpp
NormalizeSelectWithUnionQueryVisitor.h
NullableUtils.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
NullableUtils.h
OpenTelemetrySpanLog.cpp Useless changes 2024-05-09 02:07:04 +02:00
OpenTelemetrySpanLog.h
OptimizeDateOrDateTimeConverterWithPreimageVisitor.cpp
OptimizeDateOrDateTimeConverterWithPreimageVisitor.h
OptimizeIfChains.cpp
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp Preserve the non-analyzer behavior to fix a test 2024-05-10 22:37:35 +00:00
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp Fix incorrect sharding key types for optimize_skip_unused_shards_rewrite_in 2024-04-15 11:53:56 +02:00
OptimizeShardingKeyRewriteInVisitor.h Fix incorrect sharding key types for optimize_skip_unused_shards_rewrite_in 2024-04-15 11:53:56 +02:00
parseColumnsListForTableFunction.cpp Implement Dynamic data type 2024-04-26 11:02:33 +00:00
parseColumnsListForTableFunction.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
PartLog.cpp fix typo for part log 2024-04-23 11:37:55 +08:00
PartLog.h
PasteJoin.h
PredicateExpressionsOptimizer.cpp
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp
PredicateRewriteVisitor.h
PreparedSets.cpp Fix for clang-19 2024-03-22 22:12:59 +01:00
PreparedSets.h Fix for clang-19 2024-03-22 22:12:59 +01:00
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp Merge branch 'master' into async-loader-waiters-limit 2024-03-21 10:58:22 +00:00
ProcessList.h Useless changes 2024-05-09 02:07:04 +02:00
ProcessorsProfileLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
ProcessorsProfileLog.h
ProfileEventsExt.cpp
ProfileEventsExt.h
QueryAliasesVisitor.cpp
QueryAliasesVisitor.h
QueryLog.cpp
QueryLog.h Add columns for values used in the formatting message into system.text_log 2024-04-23 17:26:56 +01:00
QueryNormalizer.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
QueryNormalizer.h
QueryPriorities.h
QueryThreadLog.cpp
QueryThreadLog.h
QueryViewsLog.cpp
QueryViewsLog.h
RedundantFunctionsInOrderByVisitor.h
registerInterpreters.cpp
registerInterpreters.h
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h
removeOnClusterClauseIfNeeded.cpp
removeOnClusterClauseIfNeeded.h
RenameColumnVisitor.cpp
RenameColumnVisitor.h
replaceAliasColumnsInQuery.cpp
replaceAliasColumnsInQuery.h
replaceForPositionalArguments.cpp Fix UBSan error in negative positional arguments 2024-05-20 09:45:23 +02:00
replaceForPositionalArguments.h
replaceMissedSubcolumnsInQuery.cpp
replaceMissedSubcolumnsInQuery.h
ReplaceQueryParameterVisitor.cpp
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp
RequiredSourceColumnsVisitor.h
RewriteArrayExistsFunctionVisitor.cpp
RewriteArrayExistsFunctionVisitor.h
RewriteCountDistinctVisitor.cpp Useless changes 2024-05-10 04:53:29 +02:00
RewriteCountDistinctVisitor.h
RewriteCountVariantsVisitor.cpp
RewriteCountVariantsVisitor.h
RewriteFunctionToSubcolumnVisitor.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
RewriteFunctionToSubcolumnVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RewriteOrderByVisitor.cpp Fix crash 2024-04-03 12:18:54 +00:00
RewriteOrderByVisitor.hpp
RewriteSumFunctionWithSumAndCountVisitor.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
RewriteSumFunctionWithSumAndCountVisitor.h
RewriteUniqToCountVisitor.cpp
RewriteUniqToCountVisitor.h
RowRefs.cpp
RowRefs.h fixed bugs 2024-04-28 09:26:11 +08:00
S3QueueLog.cpp
S3QueueLog.h Useless changes 2024-05-09 01:08:33 +02:00
SelectIntersectExceptQueryVisitor.cpp
SelectIntersectExceptQueryVisitor.h
SelectQueryOptions.h Fixed tests 2024-04-28 12:52:17 +03:00
ServerAsynchronousMetrics.cpp Useless changes 2024-05-10 04:53:29 +02:00
ServerAsynchronousMetrics.h Apply review comments 2024-04-12 03:47:29 +02:00
Session.cpp Rename 2024-04-30 14:52:43 +02:00
Session.h Update src/Interpreters/Session.h 2024-04-30 14:54:34 +02:00
SessionLog.cpp
SessionLog.h
SessionTracker.cpp Implemented max sessions for user 2023-07-30 22:09:03 +00:00
SessionTracker.h
Set.cpp Improve PartitionPruner and trivial count opt 2024-06-03 21:25:21 +08:00
Set.h
SetKeys.h
SetVariants.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
SetVariants.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-10 07:17:39 +02:00
sortBlock.cpp Refactor EqualRange 2024-05-22 15:38:50 +00:00
sortBlock.h
SortedBlocksWriter.cpp
SortedBlocksWriter.h
SquashingTransform.cpp Style 2024-03-22 20:00:42 +00:00
SquashingTransform.h
StorageID.cpp
StorageID.h
SubstituteColumnOptimizer.cpp
SubstituteColumnOptimizer.h
SynonymsExtensions.cpp
SynonymsExtensions.h
SystemLog.cpp Update BlobStorageLog and SystemLog to add settings for query 2024-06-04 07:52:47 +00:00
SystemLog.h Update BlobStorageLog and SystemLog to add settings for query 2024-06-04 07:52:47 +00:00
TableJoin.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
TableJoin.h removed unnecessary setting 2024-05-06 22:08:13 +03:00
TableNameHints.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
TableOverrideUtils.cpp
TableOverrideUtils.h
TablesStatus.cpp Do not try to INSERT into readonly replicas for Distributed engine 2024-03-26 11:21:38 +01:00
TablesStatus.h Do not try to INSERT into readonly replicas for Distributed engine 2024-03-26 11:21:38 +01:00
TemporaryDataOnDisk.cpp fixed comments 2024-05-07 23:43:40 +03:00
TemporaryDataOnDisk.h fixed comments 2024-05-07 23:43:40 +03:00
TextLog.cpp Add columns for values used in the formatting message into system.text_log 2024-04-23 17:26:56 +01:00
TextLog.h Add columns for values used in the formatting message into system.text_log 2024-04-23 17:26:56 +01:00
ThreadStatusExt.cpp Revert "Add dynamic untracked memory limits for more precise memory tracking" 2024-06-07 14:03:56 +02:00
TraceCollector.cpp
TraceCollector.h
TraceLog.cpp Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes. 2024-05-10 23:27:42 -07:00
TraceLog.h Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes. 2024-05-10 23:27:42 -07:00
TransactionLog.cpp Update TransactionLog.cpp 2024-04-15 17:32:28 +02:00
TransactionLog.h
TransactionsInfoLog.cpp
TransactionsInfoLog.h
TransactionVersionMetadata.cpp
TransactionVersionMetadata.h
TranslateQualifiedNamesVisitor.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
TranslateQualifiedNamesVisitor.h
TreeCNFConverter.cpp
TreeCNFConverter.h Update src/Interpreters/TreeCNFConverter.h 2024-05-23 19:04:09 +03:00
TreeOptimizer.cpp Merge pull request #60469 from ClickHouse/clang-18-ci 2024-05-13 09:35:45 +02:00
TreeOptimizer.h
TreeRewriter.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
TreeRewriter.h
WhereConstraintsOptimizer.cpp CNF with mutually exclusive atoms reduction fix 2024-05-23 19:03:56 +03:00
WhereConstraintsOptimizer.h
WindowDescription.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
WindowDescription.h Useless changes 2024-05-09 01:08:33 +02:00
ZooKeeperLog.cpp Fix error 2024-03-25 03:41:52 +01:00
ZooKeeperLog.h Merge with master 2024-03-25 03:38:47 +01:00