.. |
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
|
Removed useless code; improved performance [#CLICKHOUSE-2785].
|
2017-01-30 09:48:10 +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
|
cmake: More options. [#METR-23701]
|
2016-12-05 15:43:14 +03:00 |
Compiler.cpp
|
Addition to prev. revision [#METR-23920].
|
2016-12-22 16:37:47 +03:00 |
Context.cpp
|
Added missing modification [#CLICKHOUSE-2184].
|
2017-02-01 06:10:12 +03:00 |
convertFieldToType.cpp
|
Merge branch 'master' into METR-19266
|
2016-12-10 07:51:36 +03: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
|
Squashed commit of the following:
|
2017-01-14 12:00:19 +03: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
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +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
|
Squashed commit of the following:
|
2017-01-14 12:00:19 +03: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
|
Renamed method (less confusion) [#METR-2944].
|
2017-01-02 23:12:12 +03:00 |