..
ClusterProxy
Added a setting "connection_pool_max_wait_ms"
2019-08-28 18:27:26 +03:00
tests
Make a better build scheme ( #6500 )
2019-08-28 23:49:37 +03:00
ActionLocksManager.cpp
add query 'SYSTEM STOP TTL MERGES'
2019-08-01 18:36:12 +03:00
ActionLocksManager.h
Merge ITableDeclaration into IStorage.
2019-05-17 17:34:25 +03:00
ActionsVisitor.cpp
minor changes
2019-08-15 17:22:33 +03:00
ActionsVisitor.h
minor changes
2019-08-15 17:22:33 +03:00
AddDefaultDatabaseVisitor.h
rewrite ASTSelectQuery (consistent children)
2019-04-09 17:22:35 +03:00
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
Merging
2019-06-16 19:47:47 +03:00
addTypeConversionToAST.h
Added missing files
2019-06-14 22:39:56 +03:00
AggregateDescription.h
AggregationCommon.h
Addition to prev. revision
2019-08-21 08:47:09 +03:00
Aggregator.cpp
Merging #6678
2019-08-27 21:59:21 +03:00
Aggregator.h
Merge pull request #6700 from yandex/aku/shm-5417-formatting
2019-08-28 18:30:59 +03:00
Aliases.h
AnalyzedJoin.cpp
one less place with changed nullability columns
2019-08-27 22:41:51 +03:00
AnalyzedJoin.h
one less place with changed nullability columns
2019-08-27 22:41:51 +03:00
ArrayJoinedColumnsVisitor.h
AsteriskSemantic.h
Rename files
2019-07-21 20:03:58 +03:00
AsynchronousMetrics.cpp
Don't try to get delay of readonly replicas for AsynchronousMetrics
2019-08-18 00:18:22 +03:00
AsynchronousMetrics.h
BloomFilter.cpp
fix float in bloom filter
2019-06-19 23:13:21 +08:00
BloomFilter.h
fix float in bloom filter
2019-06-19 23:13:21 +08:00
BloomFilterHash.h
fix float in bloom filter
2019-06-19 23:13:21 +08:00
CancellationCode.h
castColumn.cpp
castColumn.h
CatBoostModel.cpp
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
CatBoostModel.h
Remove unnecessary try-catch in the constructors of classes derived from IExternalLoadable.
2019-07-17 11:39:36 +03:00
ClientInfo.cpp
ClientInfo.h
Do not send queries to leader replica received from DDLWorker
2019-04-12 14:06:05 +03:00
Cluster.cpp
Allowed unresolvable addresses in cluster configuration #5714
2019-07-08 04:43:41 +03:00
Cluster.h
Allowed unresolvable addresses in cluster configuration #5714
2019-07-08 04:43:41 +03:00
CMakeLists.txt
Remove Compiler
2019-08-24 00:10:26 +03:00
CollectJoinOnKeysVisitor.cpp
support ASOF JOIN ON syntax
2019-07-29 17:58:36 +03:00
CollectJoinOnKeysVisitor.h
support ASOF JOIN ON syntax
2019-07-29 17:58:36 +03:00
ColumnNamesContext.cpp
fix perf regression: do not add right join key to result if possible
2019-05-13 21:58:15 +03:00
ColumnNamesContext.h
Fixed unpleasant code #6401
2019-08-08 23:02:30 +03:00
Context.cpp
Remove COW and add MultiVersion
2019-08-26 17:24:29 +03:00
Context.h
Merge with master
2019-08-19 11:20:48 +03:00
convertFieldToType.cpp
add decimal to decimal convertion in IN
2019-05-20 18:51:54 +03:00
convertFieldToType.h
createBlockSelector.cpp
Added "assert_cast" function as a replacement for static_cast for columns
2019-08-21 05:28:04 +03:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp
Update CrossToInnerJoinVisitor.cpp
2019-05-25 14:05:12 +03:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp
rewrite ASTSelectQuery (consistent children)
2019-04-09 17:22:35 +03:00
DatabaseAndTableWithAlias.h
DDLWorker.cpp
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
DDLWorker.h
Execute some distributed DDL queries on leader
2019-06-26 17:52:20 +03:00
DNSCacheUpdater.cpp
Allow time drift in DNSCacheUpdater for natural randomization
2019-07-05 16:20:21 +03:00
DNSCacheUpdater.h
Allow time drift in DNSCacheUpdater for natural randomization
2019-07-05 16:20:21 +03:00
EmbeddedDictionaries.cpp
Removed obsolete undocumented embedded dictionaries that were used by Yandex.Metrica
2019-06-27 22:18:28 +03:00
EmbeddedDictionaries.h
Removed obsolete undocumented embedded dictionaries that were used by Yandex.Metrica
2019-06-27 22:18:28 +03:00
evaluateConstantExpression.cpp
move IColumn.isColumnConst() outside of interface
2019-06-27 22:28:52 +03:00
evaluateConstantExpression.h
evaluateMissingDefaults.cpp
refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer
2019-08-09 17:50:04 +03:00
evaluateMissingDefaults.h
executeQuery.cpp
Fixed unpleasant code #6401
2019-08-08 23:02:30 +03:00
executeQuery.h
Merged with master.
2019-06-25 20:00:54 +03:00
ExecuteScalarSubqueriesVisitor.cpp
Fixes for #5331
2019-06-14 20:15:30 +03:00
ExecuteScalarSubqueriesVisitor.h
ExpressionActions.cpp
Merge branch 'master' into bad_size_of_marks_skip_idx_bug
2019-08-29 11:07:56 +03:00
ExpressionActions.h
Review fixes.
2019-08-19 21:10:40 +03:00
ExpressionAnalyzer.cpp
Merge branch 'master' into table-constraints
2019-08-21 06:33:08 +03:00
ExpressionAnalyzer.h
Merged with master.
2019-08-18 14:52:49 +03:00
ExpressionJIT.cpp
Added "assert_cast" function as a replacement for static_cast for columns
2019-08-21 05:28:04 +03:00
ExpressionJIT.h
Split Common/config.h by libs (dbms) ( #5715 )
2019-06-24 14:17:15 +03:00
ExternalDictionaries.cpp
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
ExternalDictionaries.h
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
ExternalLoader.cpp
Improve error handling in cache dictionaries:
2019-08-30 12:50:38 +03:00
ExternalLoader.h
Improve error handling in cache dictionaries:
2019-08-30 12:50:38 +03:00
ExternalLoaderConfigRepository.cpp
ExternalLoaderConfigRepository.h
ExternalModels.cpp
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
ExternalModels.h
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
ExternalTablesVisitor.h
ExtractFunctionDataVisitor.cpp
ExtractFunctionDataVisitor.h
FindIdentifierBestTableVisitor.cpp
FindIdentifierBestTableVisitor.h
GetAggregatesVisitor.h
move getAggregates() into SyntaxAnalyzer
2019-08-13 15:39:03 +03:00
getClusterName.cpp
getClusterName.h
GlobalSubqueriesVisitor.h
Merging CONSTRAINTS support
2019-08-25 00:20:20 +03:00
IdentifierSemantic.cpp
IdentifierSemantic.h
IExternalLoadable.cpp
Improve error handling in cache dictionaries:
2019-08-30 12:50:38 +03:00
IExternalLoadable.h
Improve error handling in cache dictionaries:
2019-08-30 12:50:38 +03:00
IExternalLoaderConfigRepository.h
IInterpreter.h
QueryPipeline [in progress].
2019-04-03 13:14:36 +03:00
InDepthNodeVisitor.h
visitor for JOIN ON keys extraction
2019-07-23 22:49:15 +03:00
InJoinSubqueriesPreprocessor.cpp
partially fix distributed_product_mode=local
2019-04-11 22:29:28 +03:00
InJoinSubqueriesPreprocessor.h
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
InternalTextLogsQueue.cpp
bugfix client logs + some tests
2019-07-10 16:15:22 +03:00
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp
Remove two redundant arguments from alter
2019-08-26 17:50:34 +03:00
InterpreterAlterQuery.h
InterpreterCheckQuery.cpp
Fix style
2019-07-16 13:50:59 +03:00
InterpreterCheckQuery.h
Add settings for check query backward compatibility
2019-07-16 13:19:37 +03:00
InterpreterCreateQuery.cpp
Fixed error
2019-08-26 05:53:42 +03:00
InterpreterCreateQuery.h
Merging CONSTRAINTS support
2019-08-25 00:20:20 +03:00
InterpreterDescribeQuery.cpp
Merge branch 'master' of github.com:yandex/ClickHouse
2019-07-18 21:52:18 +03:00
InterpreterDescribeQuery.h
InterpreterDropQuery.cpp
Minor modifications after #6413
2019-08-28 21:54:30 +03:00
InterpreterDropQuery.h
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp
InterpreterExplainQuery.h
InterpreterFactory.cpp
* Adding other changes to support LIVE VIEWs
2019-05-28 17:17:48 -04:00
InterpreterFactory.h
InterpreterInsertQuery.cpp
Don't interrupt copyData() used inside Kafka materialized views ( #6597 )
2019-08-29 18:36:07 +03:00
InterpreterInsertQuery.h
Don't interrupt copyData() used inside Kafka materialized views ( #6597 )
2019-08-29 18:36:07 +03:00
InterpreterKillQueryQuery.cpp
Fix kill query.
2019-04-16 19:38:33 +03:00
InterpreterKillQueryQuery.h
Merge ITableDeclaration into IStorage.
2019-05-17 17:34:25 +03:00
InterpreterOptimizeQuery.cpp
Attempt to fix deadlock
2019-08-20 04:24:53 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp
Slightly improve table locks
2019-08-28 02:47:30 +03:00
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp
Rename setting
2019-08-27 22:05:35 +03:00
InterpreterSelectQuery.h
Review fixes.
2019-08-19 21:23:37 +03:00
InterpreterSelectWithUnionQuery.cpp
Merged with master.
2019-06-25 20:00:54 +03:00
InterpreterSelectWithUnionQuery.h
Fix tests.
2019-08-09 16:37:42 +03:00
InterpreterSetQuery.cpp
Checking updatable for user settings
2019-08-07 19:13:28 +03:00
InterpreterSetQuery.h
Refactoring of Settings based on new template class SettingsCollection.
2019-04-26 19:11:05 +03:00
InterpreterShowCreateQuery.cpp
InterpreterShowCreateQuery.h
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp
Merging CONSTRAINTS support
2019-08-25 00:20:20 +03:00
InterpreterSystemQuery.h
Rename system sync distributed to system flush distributed
2019-05-29 10:43:52 +08:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp
Added experimental setting for LIVE VIEWs
2019-08-23 02:46:40 +03:00
InterpreterWatchQuery.h
* Work in progress to redo live view implementation to be less invasive
2019-05-26 18:03:30 -04:00
interpretSubquery.cpp
fix use after move
2019-04-09 17:59:06 +03:00
interpretSubquery.h
InterserverIOHandler.h
IRuntimeComponentsFactory.h
Minimal implementation of row-level security CLICKHOUSE-4315 ( #4792 )
2019-03-29 23:31:06 +03:00
IUsersManager.h
Minimal implementation of row-level security CLICKHOUSE-4315 ( #4792 )
2019-03-29 23:31:06 +03:00
Join.cpp
join_use_nulls with not nullable types
2019-08-28 17:14:09 +03:00
Join.h
Merged with master
2019-08-14 18:16:52 +03:00
joinDispatch.h
Update joinDispatch.h
2019-07-03 01:55:36 +03:00
JoinToSubqueryTransformVisitor.cpp
Merge pull request #4952 from 4ertus2/ast
2019-04-11 13:38:44 +03:00
JoinToSubqueryTransformVisitor.h
Asterisks for multiple joins CLICKHOUSE-4372
2019-04-03 19:06:05 +03:00
loadMetadata.cpp
adding -Wshadow for GCC
2019-08-09 23:58:16 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp
Make settings values atomic to avoid race conditions
2019-08-08 22:29:56 +03:00
LogicalExpressionsOptimizer.h
Make settings values atomic to avoid race conditions
2019-08-08 22:29:56 +03:00
MetricLog.cpp
Rectification of MetricLog: simplified code
2019-08-18 03:34:23 +03:00
MetricLog.h
Rectification of MetricLog: simplified code
2019-08-18 03:34:23 +03:00
MutationsInterpreter.cpp
Better comments
2019-08-29 14:15:56 +03:00
MutationsInterpreter.h
Attempt to fix race condition
2019-08-19 22:02:20 +03:00
NullableUtils.cpp
Added "assert_cast" function as a replacement for static_cast for columns
2019-08-21 05:28:04 +03:00
NullableUtils.h
join right table nulls
2019-07-03 22:06:34 +03:00
OptimizeIfWithConstantConditionVisitor.cpp
OptimizeIfWithConstantConditionVisitor.h
PartLog.cpp
CamelCase
2019-08-01 19:37:50 +03:00
PartLog.h
PredicateExpressionsOptimizer.cpp
Update PredicateExpressionsOptimizer.cpp
2019-07-25 04:04:03 +03:00
PredicateExpressionsOptimizer.h
minor fixes in includes
2019-08-14 17:06:16 +03:00
PreparedSets.h
Update PreparedSets.h
2019-04-30 17:46:17 +03:00
ProcessList.cpp
Added setting "replace_running_query_max_wait_ms"
2019-08-28 18:20:22 +03:00
ProcessList.h
Fixed error with server shutdown
2019-07-31 02:12:04 +03:00
ProfileEventsExt.cpp
ProfileEventsExt.h
QueryAliasesVisitor.cpp
move prefer_alias_to_column_name logic out of parser
2019-07-22 22:21:07 +03:00
QueryAliasesVisitor.h
Review fixes.
2019-08-19 21:10:40 +03:00
QueryLog.cpp
CamelCase
2019-08-01 19:37:50 +03:00
QueryLog.h
QueryNormalizer.cpp
Added more comments. Fix operator== in ExpressionActions.
2019-08-15 12:51:53 +03:00
QueryNormalizer.h
Added more comments. Fix operator== in ExpressionActions.
2019-08-15 12:51:53 +03:00
QueryPriorities.h
Fixed wrong code in QueryPriorities
2019-07-02 23:21:31 +03:00
QueryThreadLog.cpp
Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log
2019-06-15 17:20:32 +03:00
QueryThreadLog.h
Quota.cpp
Quota.h
ReplaceQueryParameterVisitor.cpp
Merging
2019-06-16 20:32:37 +03:00
ReplaceQueryParameterVisitor.h
Fixing query parameters
2019-06-15 20:52:53 +03:00
RequiredSourceColumnsVisitor.cpp
refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer
2019-08-09 17:50:04 +03:00
RequiredSourceColumnsVisitor.h
refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer
2019-08-09 17:50:04 +03:00
RowRefs.cpp
Namespace comments are unneeded according to the code style.
2019-06-13 13:43:37 +03:00
RowRefs.h
batched version of RowRefList
2019-05-14 17:40:43 +03:00
RuntimeComponentsFactory.h
Minimal implementation of row-level security CLICKHOUSE-4315 ( #4792 )
2019-03-29 23:31:06 +03:00
SelectQueryOptions.h
fix ignore_limits option
2019-06-18 01:07:16 +03:00
Set.cpp
check columns count and types
2019-08-19 19:51:50 +03:00
Set.h
check columns count and types
2019-08-19 19:51:50 +03:00
SettingsConstraints.cpp
Get rid of thread_local in SettingsConstraints.cpp
2019-04-30 17:09:10 +03:00
SettingsConstraints.h
Get rid of thread_local in SettingsConstraints.cpp
2019-04-30 17:09:10 +03:00
SetVariants.cpp
Added "assert_cast" function as a replacement for static_cast for columns
2019-08-21 05:28:04 +03:00
SetVariants.h
Added "assert_cast" function as a replacement for static_cast for columns
2019-08-21 05:28:04 +03:00
sortBlock.cpp
sortBlock.h
SubqueryForSet.cpp
undo wrong changes
2019-08-01 22:56:29 +03:00
SubqueryForSet.h
minor fixes in includes
2019-08-14 17:06:16 +03:00
SyntaxAnalyzer.cpp
one less place with changed nullability columns
2019-08-27 22:41:51 +03:00
SyntaxAnalyzer.h
one less place with changed nullability columns
2019-08-27 22:41:51 +03:00
SystemLog.cpp
changes after review
2019-08-14 15:54:41 +03:00
SystemLog.h
refactor
2019-08-13 19:47:12 +03:00
TablesStatus.cpp
TablesStatus.h
TextLog.cpp
Change logger_name column in text_log to LowCardinality #6037
2019-08-13 02:47:15 +03:00
TextLog.h
nothing interesting
2019-07-24 11:26:23 +03:00
ThreadStatusExt.cpp
Make atomic settings
2019-08-09 16:07:19 +03:00
TraceLog.cpp
Added information about revision to trace log
2019-07-24 23:12:32 +03:00
TraceLog.h
Added information about thread number to trace log
2019-07-24 23:10:23 +03:00
TranslateQualifiedNamesVisitor.cpp
Fixed unpleasant code #6401
2019-08-08 23:02:30 +03:00
TranslateQualifiedNamesVisitor.h
restore cropped names in JOIN ON section for distributed queries
2019-07-26 20:43:42 +03:00
Users.cpp
implemented mysql_native_password auth plugin for compatibility with mysqljs
2019-07-28 16:12:26 +03:00
Users.h
implemented mysql_native_password auth plugin for compatibility with mysqljs
2019-07-28 16:12:26 +03:00
UsersManager.cpp
fixed unbundled build
2019-08-16 00:22:54 +03:00
UsersManager.h
Minimal implementation of row-level security CLICKHOUSE-4315 ( #4792 )
2019-03-29 23:31:06 +03:00