.. |
ClusterProxy
|
Added abilty to automatically update clusters configuration. [#METR-22802]
|
2016-10-11 17:17:49 +03:00 |
AggregateDescription.h
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
AggregationCommon.h
|
Fix compiling in freebsd/clang
|
2017-01-17 18:03:32 +00:00 |
Aggregator.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
AsynchronousMetrics.h
|
Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237].
|
2016-10-24 07:06:27 +03:00 |
ClientInfo.h
|
Fixed ClientInfo [#METR-19471].
|
2016-11-16 23:46:02 +03:00 |
Cluster.h
|
Added requested PR changes. [#METR-22802]
|
2016-10-14 20:54:18 +03:00 |
Compiler.h
|
Removed useless code (experimental) [#METR-2944].
|
2016-08-02 04:46:05 +03:00 |
Context.h
|
Add requested PR changes. [#CLICKHOUSE-2145] [issue #325]
|
2017-01-24 22:26:29 +04:00 |
convertFieldToType.h
|
Initial implementation of XML output format [#METR-20026].
|
2016-02-14 05:37:42 +03:00 |
EmbeddedDictionaries.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
evaluateConstantExpression.h
|
Fixed error, removed partially duplicate code [#METR-22462].
|
2016-08-25 20:23:29 +03:00 |
evaluateMissingDefaults.h
|
Attempt to fix an error with defaults [#METR-21993].
|
2016-08-15 22:41:44 +03:00 |
executeQuery.h
|
translate comments [#CLICKHOUSE-3]
|
2017-01-19 03:48:59 +04:00 |
ExpressionActions.h
|
Squashed commit of the following:
|
2017-01-14 12:00:19 +03:00 |
ExpressionAnalyzer.h
|
Squashed commit of the following:
|
2017-01-14 12:00:19 +03:00 |
ExternalDictionaries.h
|
Make it compilable on OS X
|
2016-11-01 17:59:21 +01:00 |
getClusterName.h
|
Added table function 'shardByHash' [#METR-21287].
|
2016-05-13 06:22:16 +03:00 |
IInterpreter.h
|
dbms: improvement [#METR-2944].
|
2015-06-18 05:11:05 +03:00 |
InJoinSubqueriesPreprocessor.h
|
Reworked InJoinSubqueriesPreprocessor [#METR-2944].
|
2017-01-04 05:37:47 +03:00 |
InterpreterAlterQuery.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
InterpreterCheckQuery.h
|
dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573].
|
2015-11-08 03:28:12 +03:00 |
InterpreterCreateQuery.h
|
Allow to set 'force_restore_data' flag with creating file on local filesystem [#METR-21594], [#METR-17811].
|
2016-08-10 00:48:05 +03:00 |
InterpreterDescribeQuery.h
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
InterpreterDropQuery.h
|
Removed unused method [#METR-2944].
|
2016-08-20 17:34:34 +03:00 |
InterpreterExistsQuery.h
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
InterpreterFactory.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
InterpreterInsertQuery.h
|
dbms: improvement [#METR-2944].
|
2015-06-18 05:11:05 +03:00 |
InterpreterKillQueryQuery.h
|
Improve KILL QUERY. [#CLICKHOUSE-2120]
|
2017-01-27 03:59:39 +04:00 |
InterpreterOptimizeQuery.h
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
InterpreterRenameQuery.h
|
Setting fsync metadata (#380)
|
2017-01-23 22:05:07 +04:00 |
InterpreterSelectQuery.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
InterpreterSetQuery.h
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
InterpreterShowCreateQuery.h
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
InterpreterShowProcesslistQuery.h
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
InterpreterShowTablesQuery.h
|
dbms: improvement [#METR-2944].
|
2015-06-18 05:11:05 +03:00 |
InterpreterUseQuery.h
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
InterserverIOHandler.h
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
Join.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
Limits.h
|
dbms: added setting 'max_memory_usage_for_all_queries' [#METR-19561].
|
2016-01-13 06:59:24 +03:00 |
loadMetadata.h
|
dbms: development [#CONV-2944].
|
2011-11-05 23:31:19 +00:00 |
LogicalExpressionsOptimizer.h
|
Remove stringstream performance on very short queries (#391)
|
2017-01-25 05:53:29 +04:00 |
ProcessList.h
|
Query KILL QUERY. [#CLICKHOUSE-2120]
|
2017-01-27 03:59:39 +04:00 |
QueryLog.h
|
Added requested changes. [#METR-19372]
|
2016-12-09 13:13:16 +03:00 |
QueryPriorities.h
|
Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237].
|
2016-10-24 07:06:27 +03:00 |
Quota.h
|
Printing user name in exception messages about exceeded quota [#METR-19622].
|
2016-12-25 07:00:33 +03:00 |
Set.h
|
Fixed error on clang [#CLICKHOUSE-2].
|
2017-01-14 12:11:11 +03:00 |
Settings.h
|
Setting fsync metadata (#380)
|
2017-01-23 22:05:07 +04:00 |
SettingsCommon.h
|
Added syntactic sugar for count(DISTINCT ...) and 'count_distinct_implementation' setting [#METR-22035].
|
2016-07-10 18:52:35 +03:00 |
SetVariants.h
|
NULLs support: fixed totally wrong code [#METR-19266].
|
2016-12-30 08:13:14 +03:00 |
sortBlock.h
|
dbms: improved performance of INSERT SELECT [#METR-19025].
|
2015-11-21 18:47:32 +03:00 |
SpecializedAggregator.h
|
dbms: Server: fixes [#METR-19266]
|
2016-10-21 17:57:43 +03:00 |
SystemLog.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
Users.h
|
Translated comments [#CLICKHOUSE-3].
|
2017-01-14 05:53:40 +03:00 |