ClickHouse/src/Interpreters
2023-08-02 23:36:54 +02:00
..
Access Implemented max sessions for user 2023-07-30 22:09:03 +00:00
Cache Reduce redundant logging 2023-07-30 13:51:10 +02:00
ClusterProxy Change signature of the updateSettingsForCluster() to avoid cluster requirement 2023-07-24 05:50:44 +02:00
examples Do not use PackedHashMap for non-POD for the purposes of layout 2023-05-19 06:07:21 +02:00
fuzzers Add fuzzer for data formats 2023-03-13 04:51:50 +01:00
JIT Fixed tests 2023-06-20 11:42:22 +03:00
MySQL Improve file includes 2023-03-24 03:44:52 +01:00
tests Update gtest_lru_file_cache.cpp 2023-07-22 12:03:20 +02:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp Merge remote-tracking branch 'origin/master' into fix_remove_redundant_distinct_with_view 2023-07-22 18:10:24 +00:00
ActionsDAG.h Merge pull request #48427 from ClickHouse/update_sort_desc_follow_up 2023-04-12 13:59:37 +02:00
ActionsVisitor.cpp Merge pull request #51961 from nickitat/exec_udf_allow_parameters 2023-07-28 11:52:17 +02:00
ActionsVisitor.h Merge branch 'master' into refactor-subqueries-for-in 2023-05-05 20:39:09 +02:00
AddDefaultDatabaseVisitor.h
AddIndexConstraintsOptimizer.cpp Add support for substitute column 2023-03-17 13:38:01 +00:00
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
addTypeConversionToAST.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateDescription.cpp
AggregateDescription.h Move updateInputStream to ITransformingStep (#37393) 2022-06-27 13:16:52 +02:00
AggregateFunctionOfGroupByKeysVisitor.h
AggregationCommon.h Reduce inter-header dependencies 2023-05-02 21:15:18 +02:00
AggregationUtils.cpp
AggregationUtils.h
Aggregator.cpp Fix memory consumption when max_block_size is huge in Aggregator + more memory checks (#51566) 2023-08-02 15:11:52 +02:00
Aggregator.h Fix memory consumption when max_block_size is huge in Aggregator + more memory checks (#51566) 2023-08-02 15:11:52 +02:00
Aliases.h
applyTableOverride.cpp
applyTableOverride.h
ApplyWithAliasVisitor.cpp
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp
ApplyWithSubqueryVisitor.h
ArithmeticOperationsInAgrFuncOptimize.cpp
ArithmeticOperationsInAgrFuncOptimize.h
ArrayJoinAction.cpp
ArrayJoinAction.h
ArrayJoinedColumnsVisitor.h
AsynchronousInsertLog.cpp Log async query flushes to query_log 2023-06-20 11:38:19 +02:00
AsynchronousInsertLog.h Log async query flushes to query_log 2023-06-20 11:38:19 +02:00
AsynchronousInsertQueue.cpp System logs improvements 2023-07-28 07:23:34 +00:00
AsynchronousInsertQueue.h Merge remote-tracking branch 'upstream/master' into HEAD 2023-07-24 10:55:31 +00:00
AsynchronousMetricLog.cpp
AsynchronousMetricLog.h Remove the duplicate pair of parentheses 2023-05-28 12:59:34 +08:00
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h
CancellationCode.h
castColumn.cpp
castColumn.h
ClientInfo.cpp
ClientInfo.h
Cluster.cpp Initialize weight/slot_to_shards for cluster not from xml correcty 2023-06-28 19:07:14 +02:00
Cluster.h Remove non existing ctor of Cluster::Address 2023-07-24 05:50:44 +02:00
ClusterDiscovery.cpp Unify priorities for connections 2023-06-07 16:25:52 +00:00
ClusterDiscovery.h support passing fqdn to register cluster node in keeper 2023-05-20 12:41:48 +08:00
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp
CollectJoinOnKeysVisitor.h
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
ComparisonGraph.cpp Some fixes with tests 2023-03-16 15:59:48 +00:00
ComparisonGraph.h address PR review 2023-03-27 10:03:40 +00:00
ComparisonTupleEliminationVisitor.cpp Better ComparisonTupleEliminationVisitor 2023-03-21 16:23:09 +00:00
ComparisonTupleEliminationVisitor.h Add ComparisonTupleEliminationVisitor 2023-03-21 16:11:06 +00:00
ConcurrentHashJoin.cpp addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
ConcurrentHashJoin.h addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
Context_fwd.h
Context.cpp Merge pull request #51724 from arenadata/ADQM-939 2023-07-31 15:38:58 +03:00
Context.h Implemented max sessions for user 2023-07-30 22:09:03 +00:00
convertFieldToType.cpp Merge pull request #50280 from lucas-tubi/fix-datetime64-index-scaning 2023-06-08 07:10:55 +02:00
convertFieldToType.h
ConvertFunctionOrLikeVisitor.cpp
ConvertFunctionOrLikeVisitor.h
ConvertStringsToEnumVisitor.cpp
ConvertStringsToEnumVisitor.h
CrashLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
CrashLog.h System logs improvements 2023-07-28 07:23:34 +00:00
createBlockSelector.cpp Convert assert to LOGICAL_ERROR in createBlockSelector() for zero weight 2023-06-28 19:06:31 +02:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Fix typo 2023-03-14 12:48:00 +01:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Merge branch 'master' into fix_insert_into_buffer_table 2023-07-25 16:06:42 +02:00
DatabaseCatalog.h more fair queue for drop table sync (#52276) 2023-07-20 14:51:01 +03:00
DDLTask.cpp Remove non-const function Context::getClientInfo(). 2023-07-17 15:02:07 +02:00
DDLTask.h Preserve initial_query_id for ON CLUSTER queries 2023-05-21 23:04:54 +02:00
DDLWorker.cpp Check for punctuation 2023-07-25 06:10:04 +02:00
DDLWorker.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
DirectJoin.cpp addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
DirectJoin.h addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
DNSCacheUpdater.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp
DuplicateOrderByVisitor.h
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp Better version 2023-07-17 04:49:04 +02:00
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp Do not replicate ALTER TABLE t FREEZE on Replicated engine (#52064) 2023-08-02 14:39:54 +03:00
executeDDLQueryOnCluster.h Do not replicate ALTER TABLE t FREEZE on Replicated engine (#52064) 2023-08-02 14:39:54 +03:00
executeQuery.cpp Include query cache usage in SYSTEM.QUERY_LOG 2023-07-24 16:24:36 +00:00
executeQuery.h Include query cache usage in SYSTEM.QUERY_LOG 2023-07-24 16:24:36 +00:00
ExecuteScalarSubqueriesVisitor.cpp refactoring near alter conversions 2023-05-25 22:54:54 +00:00
ExecuteScalarSubqueriesVisitor.h refactoring near alter conversions 2023-05-25 22:54:54 +00:00
ExpressionActions.cpp Remove isReady from FutureSet iface. 2023-06-19 12:56:24 +00:00
ExpressionActions.h ReadFromMergeTree explain prewhere and row policy actions 2023-03-14 18:02:56 +01:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Slightly more changes 2023-07-16 03:14:44 +02:00
ExpressionAnalyzer.h Slightly more changes 2023-07-16 03:14:44 +02:00
ExpressionJIT.cpp JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
ExternalDictionariesLoader.cpp trivial change 2023-05-11 13:49:02 +02:00
ExternalDictionariesLoader.h address comments 2023-05-10 17:42:08 +02:00
ExternalLoader.cpp Charge only server memory for dictionaries 2023-05-21 22:53:52 +02:00
ExternalLoader.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
ExternalLoaderDatabaseConfigRepository.h
ExternalLoaderDictionaryStorageConfigRepository.cpp
ExternalLoaderDictionaryStorageConfigRepository.h
ExternalLoaderTempConfigRepository.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExternalLoaderTempConfigRepository.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ExternalLoaderXMLConfigRepository.cpp
ExternalLoaderXMLConfigRepository.h
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h
FilesystemCacheLog.cpp Revert "Merge pull request #51547 from kssenii/more-flexible-drop-cache" 2023-07-07 04:07:19 +02:00
FilesystemCacheLog.h Revert "Merge pull request #51547 from kssenii/more-flexible-drop-cache" 2023-07-07 04:07:19 +02:00
FilesystemReadPrefetchesLog.cpp Merge branch 'master' into optimize_reading2 2023-05-28 18:04:44 +02:00
FilesystemReadPrefetchesLog.h Merge branch 'master' into optimize_reading2 2023-05-28 18:04:44 +02:00
FillingRow.cpp Fix suffix generation (see added test in commit 3355894) 2023-05-14 15:52:49 +00:00
FillingRow.h Fix suffix generation (see added test in commit 3355894) 2023-05-14 15:52:49 +00:00
formatWithPossiblyHidingSecrets.h separate name for format setting 2023-04-28 13:39:38 +00:00
FullSortingMergeJoin.h addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
FunctionMaskingArgumentCheckVisitor.h
FunctionNameNormalizer.cpp
FunctionNameNormalizer.h
GatherFunctionQuantileVisitor.cpp
GatherFunctionQuantileVisitor.h Normalize everything else 2022-08-01 21:04:11 +08:00
GetAggregatesVisitor.cpp Fix ORDER BY tuple of WINDOW functions 2023-07-16 02:52:06 +02:00
GetAggregatesVisitor.h Slightly more changes 2023-07-16 03:14:44 +02:00
getClusterName.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getClusterName.h
getColumnFromBlock.cpp fix getting subcolumn from in-memory data 2023-04-11 14:26:31 +00:00
getColumnFromBlock.h
getCustomKeyFilterForParallelReplicas.cpp
getCustomKeyFilterForParallelReplicas.h
getHeaderForProcessingStage.cpp
getHeaderForProcessingStage.h
getTableExpressions.cpp Addressed review comments 2023-03-21 18:29:26 +01:00
getTableExpressions.h Addressed review comments 2023-03-21 18:29:26 +01:00
getTableOverride.cpp
getTableOverride.h
GinFilter.cpp
GinFilter.h
GlobalSubqueriesVisitor.h Cleanup. 2023-06-22 14:23:04 +00:00
GraceHashJoin.cpp update 2023-07-20 18:22:01 +08:00
GraceHashJoin.h wip: grace hash join support full & right join 2023-07-20 18:22:01 +08:00
GroupByFunctionKeysVisitor.h
GroupingSetsRewriterVisitor.cpp
GroupingSetsRewriterVisitor.h
HashJoin.cpp wip: reserve hash table size (#50875) 2023-07-10 10:44:01 +02:00
HashJoin.h wip: reserve hash table size (#50875) 2023-07-10 10:44:01 +02:00
IdentifierSemantic.cpp
IdentifierSemantic.h
IExternalLoadable.cpp
IExternalLoadable.h
IExternalLoaderConfigRepository.h
IInterpreter.cpp
IInterpreter.h
IInterpreterUnionOrSelectQuery.cpp Fix crash in EXPLAIN PIPELINE for Merge over Distributed 2023-04-02 10:48:23 +02:00
IInterpreterUnionOrSelectQuery.h Fix crash in EXPLAIN PIPELINE for Merge over Distributed 2023-04-02 10:48:23 +02:00
IJoin.h addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
IKeyValueEntity.h
InDepthNodeVisitor.h
InJoinSubqueriesPreprocessor.cpp
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp Fix block structure mismatch for nullable LowCardinality column with default expression. 2023-03-13 17:57:07 +00:00
inplaceBlockConversions.h
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterNamedCollectionQuery.cpp
InterpreterAlterNamedCollectionQuery.h
InterpreterAlterQuery.cpp Remove ALTER of LIVE VIEW 2023-06-22 20:32:29 +02:00
InterpreterAlterQuery.h
InterpreterBackupQuery.cpp
InterpreterBackupQuery.h
InterpreterCheckQuery.cpp
InterpreterCheckQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateFunctionQuery.cpp
InterpreterCreateFunctionQuery.h
InterpreterCreateIndexQuery.cpp no style 2023-07-12 11:14:49 +00:00
InterpreterCreateIndexQuery.h
InterpreterCreateNamedCollectionQuery.cpp
InterpreterCreateNamedCollectionQuery.h
InterpreterCreateQuery.cpp Merge branch 'master' into azure_blob_storage_sas_token 2023-07-17 17:23:29 +02:00
InterpreterCreateQuery.h bugfix 2023-07-03 19:10:39 +03:00
InterpreterDeleteQuery.cpp refactoring near alter conversions 2023-05-25 22:54:54 +00:00
InterpreterDeleteQuery.h
InterpreterDescribeCacheQuery.cpp Merge remote-tracking branch 'upstream/master' into min-file-segment-size 2023-06-29 19:36:13 +02:00
InterpreterDescribeCacheQuery.h
InterpreterDescribeQuery.cpp Added option to check if container exists before attempting to read/create it, added this flag for all table functions, only used in azureBlobStorage 2023-07-06 10:56:07 +02:00
InterpreterDescribeQuery.h
InterpreterDropFunctionQuery.cpp
InterpreterDropFunctionQuery.h
InterpreterDropIndexQuery.cpp
InterpreterDropIndexQuery.h
InterpreterDropNamedCollectionQuery.cpp
InterpreterDropNamedCollectionQuery.h
InterpreterDropQuery.cpp Merge branch 'master' into add_delay_for_replicated 2023-07-22 12:11:39 +02:00
InterpreterDropQuery.h Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp Deprecate EXPLAIN QUERY TREE with disabled analyzer. 2023-03-29 14:59:01 +00:00
InterpreterExplainQuery.h add EXPLAIN CURRENT TRANSACTION 2022-02-14 22:47:17 +03:00
InterpreterExternalDDLQuery.cpp
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp Add new profile events for queries with subqueries 2023-05-26 18:28:40 +02:00
InterpreterFactory.h
InterpreterInsertQuery.cpp Correctly disable async insert with deduplication when it's not needed (#50663) 2023-06-07 20:33:08 +02:00
InterpreterInsertQuery.h Make INSERT do more things in parallel to avoid getting bottlenecked on one thread 2023-05-05 00:49:27 +00:00
InterpreterKillQueryQuery.cpp
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp Support OPTIMIZE for temporary tables (#50710) 2023-06-09 14:31:49 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Check for punctuation 2023-07-25 06:10:04 +02:00
InterpreterRenameQuery.h
InterpreterSelectIntersectExceptQuery.cpp
InterpreterSelectIntersectExceptQuery.h
InterpreterSelectQuery.cpp Merge pull request #52569 from ClickHouse/Realize_parameterized_view_as_new_storage_view 2023-07-30 05:46:51 +03:00
InterpreterSelectQuery.h Disable pure parallel replicas if trivial count optimization is possible (#50594) 2023-06-06 18:38:32 +02:00
InterpreterSelectQueryAnalyzer.cpp Add a comment 2023-06-12 13:54:45 +00:00
InterpreterSelectQueryAnalyzer.h Trying to fix a test. 2023-06-14 18:10:30 +00:00
InterpreterSelectWithUnionQuery.cpp Merge pull request #47725 from ClickHouse/46741_Parameterized_view_support_subquery 2023-03-22 09:05:26 +01:00
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp Implemented max sessions for user 2023-07-30 22:09:03 +00:00
InterpreterSetQuery.h Ignore setting constraints for projection ASTs 2023-07-12 10:34:36 +08:00
InterpreterShowColumnsQuery.cpp More protection against SQL injection 2023-05-05 13:58:08 +00:00
InterpreterShowColumnsQuery.h Implement SHOW COLUMNS 2023-03-28 18:04:22 +00:00
InterpreterShowCreateQuery.cpp
InterpreterShowCreateQuery.h
InterpreterShowEngineQuery.cpp Sort output of SHOW <INFO> statements 2023-03-28 20:55:59 +00:00
InterpreterShowEngineQuery.h Update InterpreterShowEngineQuery.h 2023-02-01 04:57:58 +03:00
InterpreterShowIndexesQuery.cpp Incorporate review feedback 2023-07-06 15:03:15 +00:00
InterpreterShowIndexesQuery.h Initial version of SHOW INDEXES 2023-04-25 20:48:11 +00:00
InterpreterShowProcesslistQuery.cpp Sort descendingly by elapsed time 2023-03-31 09:36:03 +00:00
InterpreterShowProcesslistQuery.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterShowTablesQuery.cpp Simplify FileCacheFactory 2023-04-15 16:15:20 +02:00
InterpreterShowTablesQuery.h Implement SHOW COLUMNS 2023-03-28 18:04:22 +00:00
InterpreterSystemQuery.cpp Add SYSTEM STOP LISTEN query (#51016) 2023-07-26 19:58:41 +02:00
InterpreterSystemQuery.h add 'strict' mode for sync replica, fix 00993 2023-03-16 16:04:42 +01:00
InterpreterTransactionControlQuery.cpp
InterpreterTransactionControlQuery.h
InterpreterUndropQuery.cpp monor improvements 2023-03-28 23:47:45 +02:00
InterpreterUndropQuery.h support undrop table 2023-03-27 22:16:36 +08:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp
InterpreterWatchQuery.h
interpretSubquery.cpp Revert "Trying to fix a test." 2023-06-15 16:42:38 +00:00
interpretSubquery.h Revert "Trying to fix a test." 2023-06-15 16:42:38 +00:00
InterserverCredentials.cpp
InterserverCredentials.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
InterserverIOHandler.h
ITokenExtractor.cpp
ITokenExtractor.h
joinDispatch.h
JoinedTables.cpp disable direct join for range dictionary 2023-07-17 08:16:58 +00:00
JoinedTables.h Addressed review comments 2023-03-21 18:29:26 +01:00
JoinSwitcher.cpp addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
JoinSwitcher.h addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
JoinToSubqueryTransformVisitor.cpp
JoinToSubqueryTransformVisitor.h
JoinUtils.cpp Fixes for LowCardinality Nullable in HashJoin 2023-06-07 20:16:36 +02:00
JoinUtils.h
Lemmatizers.cpp
Lemmatizers.h
loadMetadata.cpp fix two minor issue 2023-08-02 23:36:54 +02:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp Add a comment. 2023-03-12 11:06:29 +00:00
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h
MergeJoin.cpp Fix usage of temporary directories during RESTORE 2023-07-27 19:24:54 +02:00
MergeJoin.h addJoinedBlock -> addBlockToJoin 2023-07-05 17:03:18 +00:00
MergeTreeTransaction.cpp Update MergeTreeTransaction.cpp 2023-06-26 13:44:09 +03:00
MergeTreeTransaction.h Fix MergeTreeTransaction::isReadOnly 2023-03-07 16:16:51 +00:00
MergeTreeTransactionHolder.cpp
MergeTreeTransactionHolder.h
MetricLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
MetricLog.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
misc.h
MonotonicityCheckVisitor.h
MutationsInterpreter.cpp fix again 2023-06-05 01:48:13 +08:00
MutationsInterpreter.h Proper mutation of skip indices and projections 2023-06-04 18:32:08 +08:00
MutationsNonDeterministicHelpers.cpp refactoring near alter conversions 2023-05-25 22:54:54 +00:00
MutationsNonDeterministicHelpers.h refactoring near alter conversions 2023-05-25 22:54:54 +00:00
NormalizeSelectWithUnionQueryVisitor.cpp
NormalizeSelectWithUnionQueryVisitor.h
NullableUtils.cpp
NullableUtils.h
OpenTelemetrySpanLog.cpp Optimize opentelemetry_span_log 2023-05-08 05:15:28 +02:00
OpenTelemetrySpanLog.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
OptimizeDateOrDateTimeConverterWithPreimageVisitor.cpp use UTC LUT 2023-07-05 11:57:18 +02:00
OptimizeDateOrDateTimeConverterWithPreimageVisitor.h Revert "Revert "Merge pull request #50951 from ZhiguoZh/20230607-toyear-fix"" 2023-07-04 17:38:53 +02:00
OptimizeIfChains.cpp add checks 2023-03-09 12:37:57 +01:00
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp
OptimizeShardingKeyRewriteInVisitor.h
parseColumnsListForTableFunction.cpp Geo types are production ready 2023-05-19 12:43:55 +02:00
parseColumnsListForTableFunction.h Geo types are production ready 2023-05-19 12:43:55 +02:00
PartLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
PartLog.h
PredicateExpressionsOptimizer.cpp Do not apply PredicateExpressionsOptimizer for ASOF/ANTI join 2023-06-29 17:12:55 +00:00
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp
PredicateRewriteVisitor.h
PreparedSets.cpp Fix stupid bug. 2023-06-22 18:15:16 +00:00
PreparedSets.h Cleanup. 2023-06-22 14:23:04 +00:00
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp Revert "Revert "Add an ability to specify allocations size for sampling memory profiler"" 2023-07-30 14:01:34 +02:00
ProcessList.h Merge branch 'master' into async_to_query_log 2023-06-27 13:12:13 +02:00
ProcessorsProfileLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
ProcessorsProfileLog.h System logs improvements 2023-07-28 07:23:34 +00:00
ProfileEventsExt.cpp Add peak memory usage (prototype) 2023-06-28 09:31:44 +00:00
ProfileEventsExt.h Add peak memory usage (prototype) 2023-06-28 09:31:44 +00:00
QueryAliasesVisitor.cpp
QueryAliasesVisitor.h
QueryLog.cpp Incorporate review feedback 2023-07-27 08:55:19 +00:00
QueryLog.h Include query cache usage in SYSTEM.QUERY_LOG 2023-07-24 16:24:36 +00:00
QueryNormalizer.cpp
QueryNormalizer.h
QueryPriorities.h
QueryThreadLog.cpp Optimize the system.query_log and system.query_thread_log tables by applying LowCardinality when appropriate 2023-05-05 01:36:01 +02:00
QueryThreadLog.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
QueryViewsLog.cpp Fix query_views_log with Window views 2022-09-09 13:46:53 +02:00
QueryViewsLog.h Switch Block::NameMap to google::dense_hash_map over HashMap 2023-05-12 05:52:57 +02:00
RedundantFunctionsInOrderByVisitor.h
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h
RenameColumnVisitor.cpp
RenameColumnVisitor.h
replaceAliasColumnsInQuery.cpp
replaceAliasColumnsInQuery.h
replaceForPositionalArguments.cpp
replaceForPositionalArguments.h
ReplaceQueryParameterVisitor.cpp Add the context to the exception message about query paramters 2023-04-23 09:34:12 +02:00
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp
RequiredSourceColumnsVisitor.h
RewriteAnyFunctionVisitor.cpp
RewriteAnyFunctionVisitor.h
RewriteArrayExistsFunctionVisitor.cpp
RewriteArrayExistsFunctionVisitor.h
RewriteCountDistinctVisitor.cpp
RewriteCountDistinctVisitor.h
RewriteCountVariantsVisitor.cpp
RewriteCountVariantsVisitor.h
RewriteFunctionToSubcolumnVisitor.cpp
RewriteFunctionToSubcolumnVisitor.h
RewriteOrderByVisitor.cpp
RewriteOrderByVisitor.hpp
RewriteSumIfFunctionVisitor.cpp
RewriteSumIfFunctionVisitor.h
RowRefs.cpp Fix ASOF LEFT JOIN performance degradation (#47544) 2023-03-18 23:53:00 +01:00
RowRefs.h Make the code in Join less disgusting 2023-03-19 07:35:56 +01:00
SelectIntersectExceptQueryVisitor.cpp
SelectIntersectExceptQueryVisitor.h
SelectQueryOptions.h Ignore setting constraints for projection ASTs 2023-07-12 10:34:36 +08:00
ServerAsynchronousMetrics.cpp Add query cache metrics to system.asynchronous_metrics 2023-07-27 15:19:01 +00:00
ServerAsynchronousMetrics.h
Session.cpp Implemented max sessions for user 2023-07-30 22:09:03 +00:00
Session.h Implemented max sessions for user 2023-07-30 22:09:03 +00:00
SessionLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
SessionLog.h Separate AuthenticationData and AuthenticationType, small fixes 2023-04-24 15:12:45 +00:00
SessionTracker.cpp Implemented max sessions for user 2023-07-30 22:09:03 +00:00
SessionTracker.h Implemented max sessions for user 2023-07-30 22:09:03 +00:00
Set.cpp Fix check. 2023-06-22 19:21:08 +00:00
Set.h Cleanup. 2023-06-22 14:23:04 +00:00
SetKeys.h Cleanup. 2023-06-22 14:23:04 +00:00
SetVariants.cpp
SetVariants.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
sortBlock.cpp Fixed build 2023-06-19 13:02:35 +03:00
sortBlock.h Sort block improvements 2023-06-18 12:52:08 +03:00
SortedBlocksWriter.cpp Fix usage of temporary directories during RESTORE 2023-07-27 19:24:54 +02:00
SortedBlocksWriter.h
SquashingTransform.cpp
SquashingTransform.h
StorageID.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
StorageID.h Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
SubstituteColumnOptimizer.cpp Add support for substitute column 2023-03-17 13:38:01 +00:00
SubstituteColumnOptimizer.h
SynonymsExtensions.cpp
SynonymsExtensions.h
SystemLog.cpp Update SystemLog.cpp (#52858) 2023-08-02 15:18:57 +03:00
SystemLog.h System logs improvements 2023-07-28 07:23:34 +00:00
TableJoin.cpp Fixing build. 2023-06-08 17:56:35 +00:00
TableJoin.h fix for analyzer 2023-07-18 05:51:55 +00:00
TableOverrideUtils.cpp
TableOverrideUtils.h
TablesStatus.cpp
TablesStatus.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TemporaryDataOnDisk.cpp Fix usage of temporary directories during RESTORE 2023-07-27 19:24:54 +02:00
TemporaryDataOnDisk.h Merge remote-tracking branch 'upstream/master' into cache-better-locks 2023-04-22 17:14:50 +02:00
TextLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
TextLog.h System logs improvements 2023-07-28 07:23:34 +00:00
threadPoolCallbackRunner.h Rework loading and removing of data parts for MergeTree tables. (#49474) 2023-06-06 14:42:56 +02:00
ThreadStatusExt.cpp Revert "Revert "Add an ability to specify allocations size for sampling memory profiler"" 2023-07-30 14:01:34 +02:00
TraceCollector.cpp System logs improvements 2023-07-28 07:23:34 +00:00
TraceCollector.h close pipe in run() if exception happens 2023-05-08 23:00:20 +00:00
TraceLog.cpp
TraceLog.h
TransactionLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
TransactionLog.h
TransactionsInfoLog.cpp System logs improvements 2023-07-28 07:23:34 +00:00
TransactionsInfoLog.h
TransactionVersionMetadata.cpp
TransactionVersionMetadata.h
TranslateQualifiedNamesVisitor.cpp Create new StorageView with substituted parameters for every SELECT query of a parameterized view 2023-07-25 14:04:55 +02:00
TranslateQualifiedNamesVisitor.h Create new StorageView with substituted parameters for every SELECT query of a parameterized view 2023-07-25 14:04:55 +02:00
TreeCNFConverter.cpp Start implementing constraint optimizer 2023-03-16 09:30:55 +00:00
TreeCNFConverter.h Start implementing constraint optimizer 2023-03-16 09:30:55 +00:00
TreeOptimizer.cpp Merge remote-tracking branch 'origin/master' into remove-perf-test-duplicate-order-by-and-distinct 2023-07-18 14:26:22 +00:00
TreeOptimizer.h fix crash with multiif and constant condition and nullable arguments 2023-05-22 23:31:50 +00:00
TreeRewriter.cpp Merge pull request #52569 from ClickHouse/Realize_parameterized_view_as_new_storage_view 2023-07-30 05:46:51 +03:00
TreeRewriter.h Merge pull request #52569 from ClickHouse/Realize_parameterized_view_as_new_storage_view 2023-07-30 05:46:51 +03:00
WhereConstraintsOptimizer.cpp Add support for substitute column 2023-03-17 13:38:01 +00:00
WhereConstraintsOptimizer.h
WindowDescription.cpp
WindowDescription.h Improve file includes 2023-03-24 03:44:52 +01:00
ZooKeeperLog.cpp "reconfig" support for CH Keeper 2023-07-07 00:20:54 +03:00
ZooKeeperLog.h Add duration_ms into system.zookeeper_log 2022-07-28 22:34:51 +03:00