ClickHouse/dbms/src/Interpreters
2017-03-02 16:34:43 +03:00
..
ClusterProxy Settings 'max_memory_usage_for_user' and 'max_memory_usage_for_all_queries': do not interfere between different queries [#CLICKHOUSE-2796]. 2017-02-01 06:53:10 +03:00
tests Cmake: Test on having sse (#405) 2017-01-27 23:55:33 +04:00
Aggregator.cpp Customizable internal compiler 2017-03-02 16:34:43 +03:00
AsynchronousMetrics.cpp Allow link with jemalloc (#404) 2017-01-28 00:00:02 +04:00
ClientInfo.cpp Fixed ClientInfo [#METR-19471]. 2016-11-16 23:46:02 +03:00
Cluster.cpp #437 encode name of default_database so it's can be passed through connection 2017-02-07 20:11:02 +04:00
CMakeLists.txt Customizable internal compiler 2017-03-02 16:34:43 +03:00
Compiler.cpp Customizable internal compiler 2017-03-02 16:34:43 +03:00
Context.cpp fix usage of possibly invalidated iterator [#CLICKHOUSE-2] 2017-02-15 22:39:18 +03:00
convertFieldToType.cpp Add support of AggregateFunction constants in VALUES and Set. [#CLICKHOUSE-2845] 2017-02-18 00:36:31 +04:00
createBlockSelector.cpp Fix poor distributed insertion scalability (#481) 2017-02-12 00:20:57 +04:00
DictionaryFactory.cpp Fixed style [#METR-2944]. 2016-12-18 21:34:49 +03:00
EmbeddedDictionaries.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
evaluateConstantExpression.cpp Add support of AggregateFunction constants in VALUES and Set. [#CLICKHOUSE-2845] 2017-02-18 00:36:31 +04:00
evaluateMissingDefaults.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
executeQuery.cpp Fixed long ProcessList lock in case of remote server timeout. [#CLICKHOUSE-2799] 2017-02-07 20:08:43 +04:00
ExpressionActions.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
ExpressionAnalyzer.cpp Interpret subquery with empty result as Null literal. [#CLICKHOUSE-2760] 2017-02-07 23:43:31 +04:00
ExternalDictionaries.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
getClusterName.cpp Squashed commit of the following: 2017-01-06 20:41:19 +03:00
InJoinSubqueriesPreprocessor.cpp Fixed error in 'distributed_product_mode' setting, which breaks 'allow_databases' option [#CLICKHOUSE-2718]. 2017-01-14 06:10:16 +03:00
InterpreterAlterQuery.cpp Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
InterpreterCheckQuery.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
InterpreterCreateQuery.cpp Setting fsync metadata (#380) 2017-01-23 22:05:07 +04:00
InterpreterDescribeQuery.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterDropQuery.cpp Add requested PR changes. [#CLICKHOUSE-2145] [issue #325] 2017-01-24 22:26:29 +04:00
InterpreterExistsQuery.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterFactory.cpp Query KILL QUERY. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04:00
InterpreterInsertQuery.cpp Merge remote-tracking branch 'origin/master' into metrics_refinement 2016-12-12 19:17:23 +03:00
InterpreterKillQueryQuery.cpp Add requested changes. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04:00
InterpreterOptimizeQuery.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterRenameQuery.cpp Setting fsync metadata (#380) 2017-01-23 22:05:07 +04:00
InterpreterSelectQuery.cpp extra distinct pass was eliminated in case of single stream mode [#METR-23942] (#492) 2017-02-16 00:17:46 +04:00
InterpreterSetQuery.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterShowCreateQuery.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterShowProcesslistQuery.cpp parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
InterpreterShowTablesQuery.cpp parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
InterpreterUseQuery.cpp Addition to prev. revision [#METR-2944]. 2016-12-12 10:29:21 +03:00
Join.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
loadMetadata.cpp Implemented draft version of clickhouse-local service. 2016-11-09 22:03:47 +03:00
LogicalExpressionsOptimizer.cpp Remove stringstream performance on very short queries (#391) 2017-01-25 05:53:29 +04:00
ProcessList.cpp Refined comments and status codes. [#CLICKHOUSE-2799] 2017-02-07 20:08:43 +04:00
QueryLog.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
Quota.cpp Printing user name in exception messages about exceeded quota [#METR-19622]. 2016-12-25 07:00:33 +03:00
Set.cpp fix IN with nested tuples [#CLICKHOUSE-1999] 2017-03-01 19:48:21 +05:00
Settings.cpp Added requested PR changes, 2nd iteration. 2016-11-14 02:57:18 +03:00
SetVariants.cpp SetVariants was extracted into separated file [#METR-23882] 2016-12-21 17:42:54 +05:00
sortBlock.cpp Fixed absolutely incorrect code; added test [#CLICKHOUSE-2755]. 2017-02-10 13:20:06 +03:00