ClickHouse/src/Interpreters
2020-05-24 00:41:48 +03:00
..
ClusterProxy Apply all transformations again 2020-05-23 22:38:30 +03:00
tests Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
ActionLocksManager.cpp Merge branch 'master' into database_atomic 2020-04-06 16:18:07 +03:00
ActionLocksManager.h Merge branch 'master' into database_atomic 2020-04-06 16:18:07 +03:00
ActionsVisitor.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
ActionsVisitor.h review fixes 2020-04-14 20:41:06 +03:00
AddDefaultDatabaseVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
addMissingDefaults.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addMissingDefaults.h Add missing headers for libstdc++ from gcc10 2020-05-16 00:00:38 +03:00
addTypeConversionToAST.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addTypeConversionToAST.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateDescription.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregationCommon.h Fix build 2020-05-10 02:54:04 +03:00
Aggregator.cpp Progress on task 2020-05-24 00:26:45 +03:00
Aggregator.h Volumes and storages refactoring: 2020-05-04 23:15:38 +03:00
Aliases.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ArrayJoinAction.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ArrayJoinAction.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ArrayJoinedColumnsVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
asof.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AsteriskSemantic.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AsynchronousMetrics.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
AsynchronousMetrics.h Fix Mac OS #10246 2020-04-21 21:49:28 +03:00
BloomFilter.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
BloomFilter.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
BloomFilterHash.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CancellationCode.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
castColumn.cpp Remove useless code 2020-04-15 00:05:45 +03:00
castColumn.h Remove useless code 2020-04-15 00:05:45 +03:00
CatBoostModel.cpp Checkpoint 2020-04-22 08:39:31 +03:00
CatBoostModel.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ClientInfo.cpp Merge branch 'master' into quota-key-in-client 2020-04-20 02:15:37 +03:00
ClientInfo.h Implemented in a different way 2020-04-15 04:59:14 +03:00
Cluster.cpp Fix prefer_localhost_replica=0 and load_balancing for Distributed INSERT 2020-05-14 03:29:03 +03:00
Cluster.h Fix prefer_localhost_replica=0 and load_balancing for Distributed INSERT 2020-05-14 03:29:03 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
CollectJoinOnKeysVisitor.cpp renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
CollectJoinOnKeysVisitor.h renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
Context.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00
Context.h Add clear names 2020-05-22 13:33:57 +03:00
convertFieldToType.cpp Fix logical error in convertFieldToType 2020-05-12 02:53:03 +03:00
convertFieldToType.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
createBlockSelector.cpp Update libdivide to v3.0 (#10169) 2020-04-11 14:14:01 +03:00
createBlockSelector.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CrossToInnerJoinVisitor.cpp Checkpoint 2020-04-22 08:39:31 +03:00
CrossToInnerJoinVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DatabaseAndTableWithAlias.cpp Checkpoint 2020-04-22 09:01:33 +03:00
DatabaseAndTableWithAlias.h Checkpoint 2020-04-22 09:01:33 +03:00
DatabaseCatalog.cpp Apply all transformations again 2020-05-23 22:38:30 +03:00
DatabaseCatalog.h Add tests with DatabaseAtomic (#10714) 2020-05-07 14:29:58 +03:00
DDLWorker.cpp Progress on task 2020-05-23 22:55:06 +03:00
DDLWorker.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
DictionaryReader.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
DictionaryReader.h move DictionaryReader code out of header 2020-04-13 20:36:07 +03:00
DNSCacheUpdater.cpp Apply all transformations again 2020-05-23 21:59:49 +03:00
DNSCacheUpdater.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
EmbeddedDictionaries.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/' 2020-05-23 19:42:39 +03:00
EmbeddedDictionaries.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
evaluateConstantExpression.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
evaluateConstantExpression.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
executeQuery.cpp Progress on task 2020-05-24 00:41:35 +03:00
executeQuery.h Try fix compatibility. 2020-05-19 17:06:33 +03:00
ExecuteScalarSubqueriesVisitor.cpp try fix tests. 2020-05-09 21:43:16 +03:00
ExecuteScalarSubqueriesVisitor.h Do not calculate subqueries when only_analyze enabled. 2020-05-09 21:43:16 +03:00
ExpressionActions.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
ExpressionActions.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
ExpressionAnalyzer.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
ExpressionAnalyzer.h fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
ExpressionJIT.cpp Checkpoint 2020-04-22 09:01:33 +03:00
ExpressionJIT.h Merge pull request #10342 from azat/optimizeGroupBy-isInjective 2020-04-18 14:28:59 +03:00
ExternalDictionariesLoader.cpp Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
ExternalDictionariesLoader.h Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
ExternalLoader.cpp Apply all transformations again 2020-05-24 00:41:48 +03:00
ExternalLoader.h Move initialization of DatabaseWithDictionaries to constructor. 2020-04-30 20:22:20 +03:00
ExternalLoaderDatabaseConfigRepository.cpp Move initialization of DatabaseWithDictionaries to constructor. 2020-04-30 20:22:20 +03:00
ExternalLoaderDatabaseConfigRepository.h Move initialization of DatabaseWithDictionaries to constructor. 2020-04-30 20:22:20 +03:00
ExternalLoaderTempConfigRepository.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderTempConfigRepository.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderXMLConfigRepository.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderXMLConfigRepository.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalModelsLoader.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalModelsLoader.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExtractExpressionInfoVisitor.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExtractExpressionInfoVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FillingRow.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FillingRow.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
GetAggregatesVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getClusterName.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getClusterName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getTableExpressions.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
getTableExpressions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
GlobalSubqueriesVisitor.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
HashJoin.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00
HashJoin.h Merge branch 'master' into joins 2020-04-13 20:37:27 +03:00
IdentifierSemantic.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
IdentifierSemantic.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IExternalLoadable.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
IExternalLoadable.h code review fixes & added exception in case lifetime parameter presence in config 2020-05-06 02:43:06 +03:00
IExternalLoaderConfigRepository.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IInterpreter.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IJoin.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InDepthNodeVisitor.h Fix and improve OneTypeMatcher (#10253) 2020-04-14 21:50:00 +03:00
InJoinSubqueriesPreprocessor.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InJoinSubqueriesPreprocessor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
inplaceBlockConversions.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
inplaceBlockConversions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InternalTextLogsQueue.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/' 2020-05-23 19:42:39 +03:00
InternalTextLogsQueue.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterAlterQuery.cpp Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
InterpreterAlterQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCheckQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCheckQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateQuery.cpp Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
InterpreterCreateQuery.h Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
InterpreterCreateQuotaQuery.cpp Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterCreateQuotaQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateRoleQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
InterpreterCreateRoleQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateRowPolicyQuery.cpp Improve system table for row policies. Remove function currentRowPolicies(). 2020-05-13 19:40:48 +03:00
InterpreterCreateRowPolicyQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateSettingsProfileQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
InterpreterCreateSettingsProfileQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateUserQuery.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
InterpreterCreateUserQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterDescribeQuery.cpp Better virtuals logic 2020-04-27 16:55:30 +03:00
InterpreterDescribeQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterDropAccessEntityQuery.cpp Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
InterpreterDropAccessEntityQuery.h Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
InterpreterDropQuery.cpp fix build 2020-04-23 22:50:05 +03:00
InterpreterDropQuery.h better code 2020-04-07 02:22:44 +03:00
InterpreterExistsQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterExistsQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterExplainQuery.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterExplainQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterFactory.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterFactory.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterGrantQuery.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
InterpreterGrantQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterInsertQuery.cpp Merge remote-tracking branch 'upstream/master' into insert_into_watch_from_live_view 2020-04-27 17:49:50 +03:00
InterpreterInsertQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterKillQueryQuery.cpp Fix tests. 2020-05-19 00:38:28 +03:00
InterpreterKillQueryQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterOptimizeQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterOptimizeQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterRenameQuery.cpp Added new config settings to control timeouts 2020-04-09 21:10:27 +03:00
InterpreterRenameQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterSelectQuery.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "{}\4{}", \3, \5);/' 2020-05-23 20:14:57 +03:00
InterpreterSelectQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterSelectWithUnionQuery.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterSelectWithUnionQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterSetQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterSetQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterSetRoleQuery.cpp Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
InterpreterSetRoleQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterShowAccessEntitiesQuery.cpp Add system tables for users, roles and grants. 2020-05-14 14:12:20 +03:00
InterpreterShowAccessEntitiesQuery.h Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterShowCreateAccessEntityQuery.cpp Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterShowCreateAccessEntityQuery.h Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterShowCreateQuery.cpp Add tests with DatabaseAtomic (#10714) 2020-05-07 14:29:58 +03:00
InterpreterShowCreateQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowGrantsQuery.cpp Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
InterpreterShowGrantsQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowPrivilegesQuery.cpp Add system table for access types. 2020-05-14 14:12:20 +03:00
InterpreterShowPrivilegesQuery.h Add system table for access types. 2020-05-14 14:12:20 +03:00
InterpreterShowProcesslistQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowProcesslistQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowTablesQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowTablesQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterSystemQuery.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+ \+ "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+) \+ "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5", \4);/' 2020-05-23 20:10:21 +03:00
InterpreterSystemQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterUseQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterUseQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterWatchQuery.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterWatchQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
interpretSubquery.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
interpretSubquery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterserverIOHandler.h better 2020-04-13 18:21:05 +03:00
join_common.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
join_common.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
joinDispatch.h renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
JoinedTables.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
JoinedTables.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
JoinSwitcher.cpp renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
JoinSwitcher.h renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
JoinToSubqueryTransformVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
JoinToSubqueryTransformVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
loadMetadata.cpp fixes 2020-04-23 21:00:43 +03:00
loadMetadata.h Merge branch 'master' into database_atomic 2020-04-06 16:18:07 +03:00
LogicalExpressionsOptimizer.cpp Checkpoint 2020-04-22 09:01:33 +03:00
LogicalExpressionsOptimizer.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MarkTableIdentifiersVisitor.cpp Fix passing dictionary's name to dictGet() with alias. 2020-05-19 21:17:29 +03:00
MarkTableIdentifiersVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MergeJoin.cpp Improve right table insert for Partial MergeJoin on disk (#10467) 2020-04-28 16:55:50 +03:00
MergeJoin.h Improve right table insert for Partial MergeJoin on disk (#10467) 2020-04-28 16:55:50 +03:00
MetricLog.cpp A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
MetricLog.h A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
misc.h Fix passing dictionary's name to dictGet() with alias. 2020-05-19 21:17:29 +03:00
MutationsInterpreter.cpp Checkpoint 2020-04-22 09:01:33 +03:00
MutationsInterpreter.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
NullableUtils.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
NullableUtils.h Implement transform_null_in 2020-04-07 20:08:13 +09:00
OptimizeIfChains.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
OptimizeIfChains.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
OptimizeIfWithConstantConditionVisitor.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
OptimizeIfWithConstantConditionVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PartLog.cpp Merge pull request #11118 from ClickHouse/aku/trace-log-overflow-followup 2020-05-22 14:29:11 +03:00
PartLog.h A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
PredicateExpressionsOptimizer.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
PredicateExpressionsOptimizer.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PredicateRewriteVisitor.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
PredicateRewriteVisitor.h Fix and improve OneTypeMatcher (#10253) 2020-04-14 21:50:00 +03:00
PreparedSets.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ProcessList.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5", \4);/' 2020-05-23 19:56:05 +03:00
ProcessList.h Remove useless code 2020-05-01 22:01:02 +03:00
ProfileEventsExt.cpp Checkpoint 2020-04-22 09:01:33 +03:00
ProfileEventsExt.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryAliasesVisitor.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryAliasesVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryLog.cpp A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
QueryLog.h Merge pull request #11118 from ClickHouse/aku/trace-log-overflow-followup 2020-05-22 14:29:11 +03:00
QueryNormalizer.cpp Checkpoint 2020-04-22 09:01:33 +03:00
QueryNormalizer.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryParameterVisitor.h ISSUES-5436 reworking predefine http 2020-04-20 03:18:36 +08:00
QueryPriorities.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryThreadLog.cpp A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
QueryThreadLog.h Merge pull request #11118 from ClickHouse/aku/trace-log-overflow-followup 2020-05-22 14:29:11 +03:00
RenameColumnVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RenameColumnVisitor.h Checkpoint 2020-04-22 09:01:33 +03:00
ReplaceQueryParameterVisitor.cpp After merge upsream master fix 2020-04-20 02:26:42 +08:00
ReplaceQueryParameterVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
RequiredSourceColumnsData.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RequiredSourceColumnsData.h tech debt 2020-04-14 17:43:09 +03:00
RequiredSourceColumnsVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RequiredSourceColumnsVisitor.h tech debt 2020-04-14 17:43:09 +03:00
RowRefs.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
RowRefs.h improve HashJoin memory usage 2020-04-21 22:01:34 +03:00
SelectQueryOptions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Set.cpp Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
Set.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
SetVariants.cpp Checkpoint 2020-04-22 09:01:33 +03:00
SetVariants.h Whitespaces 2020-04-15 01:25:31 +03:00
sortBlock.cpp Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
sortBlock.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SortedBlocksWriter.cpp Volumes and storages refactoring: 2020-05-04 23:15:38 +03:00
SortedBlocksWriter.h Volumes and storages refactoring: 2020-05-04 23:15:38 +03:00
StorageID.cpp Checkpoint 2020-04-22 09:01:33 +03:00
StorageID.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SubqueryForSet.cpp renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
SubqueryForSet.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SyntaxAnalyzer.cpp fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
SyntaxAnalyzer.h Fix build 2020-04-29 19:26:01 +03:00
SystemLog.cpp Apply all transformations again 2020-05-24 00:27:27 +03:00
SystemLog.h Apply all transformations again 2020-05-24 00:27:27 +03:00
TableJoin.cpp fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
TableJoin.h fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
TablesStatus.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
TablesStatus.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TextLog.cpp A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
TextLog.h A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
ThreadStatusExt.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00
TraceLog.cpp A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
TraceLog.h A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
TranslateQualifiedNamesVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
TranslateQualifiedNamesVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Add system table for access types. 2020-05-14 14:12:20 +03:00