ClickHouse/dbms/src/Interpreters
Sergey Fedorov 8f306f4238 Merge
2014-05-26 20:13:46 +04:00
..
tests dbms: TwoLevelHashTable: development [#METR-2944]. 2014-05-11 00:47:12 +04:00
Aggregator.cpp Merge 2014-05-26 20:13:46 +04:00
Cluster.cpp dbms: Cluster: improvement; TableFunctionRemote: allowed to omit port number [#METR-9750]. 2014-02-23 01:50:27 +04:00
Context.cpp Merge 2014-05-13 15:24:16 +04:00
executeQuery.cpp dbms: tracking amount of memory usage per query [#METR-11015]. 2014-05-04 02:57:43 +04:00
ExpressionActions.cpp dbms: better optimization of ARRAY JOIN; tests for it. [#METR-11017] 2014-04-30 23:19:35 +04:00
ExpressionAnalyzer.cpp dbms: fixed compilation bug [METR-11023] 2014-05-15 14:35:02 +04:00
InterpreterAlterQuery.cpp dbms: changed type when add column to nested from Array(NN) -> NN [#METR-11063] 2014-05-21 18:06:29 +04:00
InterpreterCreateQuery.cpp dbms: extracting columns list from select query for storage view [METR-11084] 2014-05-16 15:06:31 +04:00
InterpreterDropQuery.cpp Merge 2014-03-20 17:00:42 +04:00
InterpreterInsertQuery.cpp dbms: lowered default block size; introduced default insert block size [#METR-11014].. 2014-04-30 00:22:57 +04:00
InterpreterQuery.cpp Using IStorage locks properly in most places. Got rid of StoragePtr and DatabaseDropper. Drops are now synchronous. [#METR-10202] 2014-03-20 14:59:45 +04:00
InterpreterRenameQuery.cpp dbms: added line and column information in case of syntax error in multiline query [#METR-10728]. 2014-04-13 12:52:50 +04:00
InterpreterSelectQuery.cpp dbms: better optimization of ARRAY JOIN; tests for it. [#METR-11017] 2014-04-30 23:19:35 +04:00
InterpreterShowTablesQuery.cpp dbms: addition to prev. revision [#CONV-8665]. 2013-09-03 23:58:05 +00:00
loadMetadata.cpp dbms: added line and column information in case of syntax error in multiline query [#METR-10728]. 2014-04-13 12:52:50 +04:00
Quota.cpp clickhouse-server: loading users, profiles and quotas form separate config file. [#METR-8956] 2014-02-13 07:17:22 +00:00
Set.cpp dbms: limits for transfering external tables, only_external mode in set [METR-11023] 2014-05-15 14:24:03 +04:00
Settings.cpp dbms: exception if client sends settings in readonly mod, client loads settings also from config file [METR-10801] 2014-04-15 17:36:32 +04:00
sortBlock.cpp dbms: tiny improvement [#METR-2944]. 2014-05-23 05:32:32 +04:00
SplittingAggregator.cpp dbms: Fixed error in prev. revision [#METR-11160]. 2014-05-20 23:30:39 +04:00