..
ClusterProxy
Fixed bad code #2708
2018-07-28 00:33:30 +03:00
tests
CLICKHOUSE-3762 Build fixes ( #2488 )
2018-06-19 21:09:09 +03:00
ActionLocksManager.cpp
Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2
2018-05-21 16:49:54 +03:00
ActionLocksManager.h
Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2
2018-05-21 16:49:54 +03:00
AggregateDescription.h
AggregationCommon.h
Aggregator.cpp
CLICKHOUSE-3762 Build fixes ( #2488 )
2018-06-19 21:09:09 +03:00
Aggregator.h
Merged Limits to Settings [#CLICKHOUSE-2021]
2018-03-11 03:15:26 +03:00
AsynchronousMetrics.cpp
Using jemalloc instead of tcmalloc. ( #2773 )
2018-08-02 03:20:20 +03:00
AsynchronousMetrics.h
castColumn.cpp
Conditional computations.
2018-04-24 09:16:39 +02:00
castColumn.h
Simplification of Nullable [#CLICKHOUSE-2]
2017-12-08 06:52:33 +03:00
ClientInfo.cpp
CLICKHOUSE-3771 Preparing for new version scheme [WIP] ( #2646 )
2018-08-01 00:36:18 +03:00
ClientInfo.h
CLICKHOUSE-3771 Preparing for new version scheme [WIP] ( #2646 )
2018-08-01 00:36:18 +03:00
Cluster.cpp
More persistent directory names for replicas. [#CLICKHOUSE-2]
2018-05-09 07:55:08 +03:00
Cluster.h
More persistent directory names for replicas. [#CLICKHOUSE-2]
2018-05-09 07:55:08 +03:00
CMakeLists.txt
Use copy-headers from cmake. (working compiler test without package install) ( #2456 )
2018-06-04 23:26:17 +03:00
Compiler.cpp
CLICKHOUSE-3762 Build fixes ( #2488 )
2018-06-19 21:09:09 +03:00
Compiler.h
config_compile.h.in
Use copy-headers from cmake. (working compiler test without package install) ( #2456 )
2018-06-04 23:26:17 +03:00
Context.cpp
CLICKHOUSE-3863: Add HTTPS support for interserver replication
2018-08-01 00:29:47 +03:00
Context.h
CLICKHOUSE-3863: Add HTTPS support for interserver replication
2018-08-01 00:29:47 +03:00
convertFieldToType.cpp
Changed DayNum_t to DayNum as Amos Bird suggested [#CLICKHOUSE-3]
2018-05-25 16:29:15 +03:00
convertFieldToType.h
createBlockSelector.cpp
createBlockSelector.h
DDLWorker.cpp
CLICKHOUSE-3762 Build fixes ( #2488 )
2018-06-19 21:09:09 +03:00
DDLWorker.h
Support allow_databases in distributed DDL. [#CLICKHOUSE-3]
2018-04-17 22:33:58 +03:00
DictionaryFactory.cpp
added ExternalLoader [#CLICKHOUSE-3305]
2017-10-06 13:31:06 +03:00
DNSCacheUpdater.cpp
Add requested changes. [#CLICKHOUSE-3645]
2018-05-09 07:55:08 +03:00
DNSCacheUpdater.h
Addition to prev. revision [#CLICKHOUSE-2]
2018-05-14 22:14:37 +03:00
EmbeddedDictionaries.cpp
Fixed uneven code #2032
2018-03-14 02:44:23 +03:00
EmbeddedDictionaries.h
evaluateConstantExpression.cpp
Fixed bad code #2708
2018-07-28 00:33:30 +03:00
evaluateConstantExpression.h
evaluateMissingDefaults.cpp
evaluateMissingDefaults.h
executeQuery.cpp
Fixed discrepancy between Query, SelectQuery, InsertQuery profile events [#CLICKHOUSE-3769]
2018-06-08 22:32:35 +03:00
executeQuery.h
ExpressionActions.cpp
Added joined_block_actions to SubqueryForSet for join subquery. [#CLICKHOUSE-3761]
2018-07-30 22:41:27 +03:00
ExpressionActions.h
Added joined_block_actions to SubqueryForSet for join subquery. [#CLICKHOUSE-3761]
2018-07-30 22:41:27 +03:00
ExpressionAnalyzer.cpp
Merge pull request #2742 from yandex/support-join-on-syntax
2018-08-01 00:30:46 +03:00
ExpressionAnalyzer.h
Fix test.
2018-07-31 20:34:17 +03:00
ExpressionJIT.cpp
Add // Y_IGNORE tags
2018-06-21 18:24:36 +03:00
ExpressionJIT.h
Miscellaneous #2277
2018-05-06 12:32:36 +03:00
ExternalDictionaries.cpp
ExternalDictionaries.h
SystemLog: execute prepareTable() on each flush
2018-03-29 16:57:16 +03:00
ExternalLoader.cpp
SystemLog: execute prepareTable() on each flush
2018-03-29 16:57:16 +03:00
ExternalLoader.h
Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2]
2018-06-03 19:51:31 +03:00
ExternalLoaderConfigRepository.cpp
CLICKHOUSE-3553 Rebuild loggers on every config change ( #1973 )
2018-02-28 23:34:25 +03:00
ExternalLoaderConfigRepository.h
ExternalModels.cpp
ExternalModels.h
getClusterName.cpp
getClusterName.h
IExternalLoadable.h
IExternalLoaderConfigRepository.h
Fixed style a bit [#CLICKHOUSE-2]
2018-05-07 05:01:29 +03:00
IInterpreter.h
InJoinSubqueriesPreprocessor.cpp
Non significant change: removed redundant checks [#CLICKHOUSE-3]
2018-06-04 17:17:24 +03:00
InJoinSubqueriesPreprocessor.h
InterpreterAlterQuery.cpp
save serialized commands in ReplicatedMergeTreeMutationEntry; split InterpreterAlterQuery::parseAlter() [#CLICKHOUSE-3747]
2018-06-13 17:14:08 +03:00
InterpreterAlterQuery.h
save serialized commands in ReplicatedMergeTreeMutationEntry; split InterpreterAlterQuery::parseAlter() [#CLICKHOUSE-3747]
2018-06-13 17:14:08 +03:00
InterpreterCheckQuery.cpp
Show error to client if query was killed ( #1989 )
2018-03-06 00:09:39 +03:00
InterpreterCheckQuery.h
InterpreterCreateQuery.cpp
Miscellaneous [#CLICKHOUSE-2]
2018-05-13 12:32:56 +03:00
InterpreterCreateQuery.h
use ColumnsDescription everywhere [#CLICKHOUSE-3241]
2018-03-12 22:07:48 +03:00
InterpreterDescribeQuery.cpp
encapsulate ColumnsDeclaration [#CLICKHOUSE-3241]
2018-03-13 17:41:25 +03:00
InterpreterDescribeQuery.h
InterpreterDropQuery.cpp
Fix TRUNCATE command for temporary tables.
2018-07-10 22:25:08 +08:00
InterpreterDropQuery.h
ISSUES-2259 support truncate syntax
2018-05-21 11:38:46 +08:00
InterpreterExistsQuery.cpp
Merge branch 'master' into fix/ISSUES-117
2018-03-02 19:06:11 +08:00
InterpreterExistsQuery.h
InterpreterFactory.cpp
Fixed discrepancy between Query, SelectQuery, InsertQuery profile events [#CLICKHOUSE-3769]
2018-06-08 22:32:35 +03:00
InterpreterFactory.h
InterpreterInsertQuery.cpp
Fixed discrepancy between Query, SelectQuery, InsertQuery profile events [#CLICKHOUSE-3769]
2018-06-08 22:32:35 +03:00
InterpreterInsertQuery.h
InterpreterKillQueryQuery.cpp
ISSUES-2688 support on cluster for kill & optimize query
2018-07-24 22:07:13 +03:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp
ISSUES-2688 support on cluster for kill & optimize query
2018-07-24 22:07:13 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp
Support allow_databases in distributed DDL. [#CLICKHOUSE-3]
2018-04-17 22:33:58 +03:00
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp
create input streams for parts using InterpreterSelectQuery [#CLICKHOUSE-3798]
2018-07-20 22:44:34 +03:00
InterpreterSelectQuery.h
create input streams for parts using InterpreterSelectQuery [#CLICKHOUSE-3798]
2018-07-20 22:44:34 +03:00
InterpreterSelectWithUnionQuery.cpp
refactor InterpreterSelectQuery constructors [#CLICKHOUSE-3798]
2018-07-20 22:44:34 +03:00
InterpreterSelectWithUnionQuery.h
Fix performance regression with prepared sets when they are used inside another subquery. ( #2677 )
2018-07-19 16:36:21 +03:00
InterpreterSetQuery.cpp
Merged Limits to Settings [#CLICKHOUSE-2021]
2018-03-11 03:15:26 +03:00
InterpreterSetQuery.h
InterpreterShowCreateQuery.cpp
Less dependencies [#CLICKHOUSE-2]
2018-06-05 22:46:49 +03:00
InterpreterShowCreateQuery.h
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp
Build fixes ( #2481 )
2018-06-07 17:42:38 +03:00
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp
Less dependencies [#CLICKHOUSE-2]
2018-06-05 22:46:49 +03:00
InterpreterSystemQuery.h
Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2
2018-05-21 16:49:54 +03:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterserverIOHandler.h
Let's make it fancier (function try catch block).
2018-05-25 23:38:57 +08:00
IRuntimeComponentsFactory.h
ISecurityManager.h
Join.cpp
Fix tests. [#CLICKHOUSE-3761]
2018-07-30 22:40:43 +03:00
Join.h
Fix tests. [#CLICKHOUSE-3761]
2018-07-30 22:40:43 +03:00
loadMetadata.cpp
Less dependencies [#CLICKHOUSE-2]
2018-06-05 22:46:49 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp
OR to IN rewrite issue in functions
2018-07-18 09:27:25 +03:00
LogicalExpressionsOptimizer.h
NullableUtils.cpp
SystemLog: execute prepareTable() on each flush
2018-03-29 16:57:16 +03:00
NullableUtils.h
PartLog.cpp
Merge branch 'master' into replicated-mergetree-mutations
2018-05-28 18:37:30 +03:00
PartLog.h
Merge branch 'master' into replicated-mergetree-mutations
2018-05-28 18:37:30 +03:00
ProcessList.cpp
Added comment [#CLICKHOUSE-2]
2018-04-19 00:14:47 +03:00
ProcessList.h
Updated old code [#CLICKHOUSE-2]
2018-04-18 23:18:18 +03:00
ProjectionManipulation.cpp
Applied clang-format #2272
2018-05-07 05:09:44 +03:00
ProjectionManipulation.h
Applied clang-format #2272
2018-05-07 05:08:38 +03:00
QueryLog.cpp
CLICKHOUSE-3771 Preparing for new version scheme [WIP] ( #2646 )
2018-08-01 00:36:18 +03:00
QueryLog.h
QueryPriorities.h
Quota.cpp
Quota.h
RuntimeComponentsFactory.h
SecurityManager.cpp
SecurityManager.h
Set.cpp
Fixed bad code #2571
2018-07-04 20:28:52 +03:00
Set.h
Fixed bad code #2571
2018-07-04 20:28:52 +03:00
Settings.cpp
Less dependencies [#CLICKHOUSE-2]
2018-06-05 22:46:49 +03:00
Settings.h
Removed useless setting #2677
2018-07-19 23:22:49 +03:00
SettingsCommon.cpp
Allowed to switch between 'basic' and 'best effort' methods of parsing DateTime from text #1710
2018-06-08 06:15:33 +03:00
SettingsCommon.h
Better modularity of formats. ( #2492 )
2018-06-10 22:22:49 +03:00
SetVariants.cpp
SetVariants.h
sortBlock.cpp
Fixed half of bad code #2571
2018-07-04 20:28:52 +03:00
sortBlock.h
SpecializedAggregator.h
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
2018-06-03 23:39:06 +03:00
SystemLog.cpp
SystemLog.h
Less dependencies [#CLICKHOUSE-2]
2018-06-05 22:46:49 +03:00
TablesStatus.cpp
TablesStatus.h
Failover if the needed table is missing on remote server [#CLICKHOUSE-2141]
2017-04-20 19:19:30 +03:00
Users.cpp
[CLICKHOUSE-3269] rename isDigit()
2018-07-15 00:22:29 +03:00
Users.h