ClickHouse/dbms/src/Interpreters
2013-11-03 00:24:46 +00:00
..
tests Removed useless namespace [#CONV-2807]. 2013-08-11 03:40:14 +00:00
Aggregator.cpp dbms: fixed error when no aggregate functions and GROUP BY WITH TOTALS [#METR-9030]. 2013-10-23 23:12:40 +00:00
Context.cpp dbms: calculating quota for each user separately [#METR-8459]. 2013-11-03 00:24:46 +00:00
executeQuery.cpp dbms: better exception message [#METR-2944]. 2013-10-26 03:53:51 +00:00
ExpressionActions.cpp dbms: allowed to return tuples as query result [#METR-8970]. 2013-10-26 19:00:13 +00:00
ExpressionAnalyzer.cpp dbms: allowed to return tuples as query result [#METR-8970]. 2013-10-26 19:00:13 +00:00
InterpreterAlterQuery.cpp dbms: better exception messages [#METR-8224]. 2013-10-26 03:20:51 +00:00
InterpreterCreateQuery.cpp dbms: added support for simple VIEW engine. [#METR-9076] 2013-10-30 13:52:02 +00:00
InterpreterDropQuery.cpp Merge 2013-09-30 01:29:19 +00:00
InterpreterInsertQuery.cpp dbms: Support columns in Insert query, bug-fix and Code Style fixes [#METR-8975] 2013-10-28 14:43:36 +00:00
InterpreterQuery.cpp dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
InterpreterRenameQuery.cpp Merge 2013-09-30 01:29:19 +00:00
InterpreterSelectQuery.cpp dbms: fixed error with limits on result [#METR-9090]. 2013-11-02 22:35:40 +00:00
InterpreterShowTablesQuery.cpp dbms: addition to prev. revision [#CONV-8665]. 2013-09-03 23:58:05 +00:00
Limits.cpp dbms: improvement [#CONV-2944]. 2013-06-21 21:05:16 +00:00
loadMetadata.cpp dbms: better exception messages [#METR-8224]. 2013-10-26 03:20:51 +00:00
Quota.cpp dbms: calculating quota for each user separately [#METR-8459]. 2013-11-03 00:24:46 +00:00
Set.cpp dbms: improved performance of aggregation by FixedString columns [#CONV-2944]. 2013-07-19 20:12:02 +00:00
Settings.cpp dbms: removed sync [#CONV-8822]. 2013-09-27 17:26:35 +00:00
sortBlock.cpp dbms: better comparison of floating point numbers with NaNs [#METR-9053]. 2013-11-01 20:10:43 +00:00
SplittingAggregator.cpp dbms: SplittingAggregator: translating exceptions from threads [#METR-2944]. 2013-11-02 23:42:52 +00:00