ClickHouse/dbms/src/Interpreters
2014-03-27 16:06:45 +04:00
..
tests Fixed build [#METR-2807]. 2014-03-26 22:29:30 +04:00
Aggregator.cpp Fixed parametric aggregate functions in totals. [#METR-10566] 2014-03-25 22:16:40 +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 dbms: fixes and more comments on 'Global in' and external tables behavior [METR-10071] 2014-03-27 16:06:45 +04:00
executeQuery.cpp dbms: improved performance of short queries [#METR-2944]. 2014-03-10 16:25:37 +04:00
ExpressionActions.cpp dbms: more instrumentation [#METR-2944]. 2014-01-04 04:53:07 +00:00
ExpressionAnalyzer.cpp dbms: fixed different names of new external storages in expression analyzer [METR-10071] 2014-03-27 16:06:45 +04:00
InterpreterAlterQuery.cpp Removed unnecessary context lock during ALTER. [METR-10202] 2014-03-21 13:26:01 +03:00
InterpreterCreateQuery.cpp dbms: fixed merging errors [METR-10071] 2014-03-27 16:06:45 +04:00
InterpreterDropQuery.cpp Merge 2014-03-20 17:00:42 +04:00
InterpreterInsertQuery.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
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 Merge 2014-03-20 17:00:42 +04:00
InterpreterSelectQuery.cpp dbms: fixes and more comments on 'Global in' and external tables behavior [METR-10071] 2014-03-27 16:06:45 +04:00
InterpreterShowTablesQuery.cpp dbms: addition to prev. revision [#CONV-8665]. 2013-09-03 23:58:05 +00:00
loadMetadata.cpp dbms: improved performance of short queries [#METR-2944]. 2014-03-10 16:25:37 +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 clickhouse: subqueries in IN update progress and can be cancelled (and added missing files). [#METR-10102] 2014-03-04 21:56:24 +04:00
Settings.cpp dbms: probably better [#METR-10240]. 2014-03-07 06:10:36 +04:00
sortBlock.cpp dbms: don't zero-fill columns with numbers [#METR-8582]. 2013-12-08 02:29:40 +00:00
SplittingAggregator.cpp clickhouse: totals modes. [#METR-9365] 2014-02-27 16:53:38 +04:00