ClickHouse/dbms/include/DB/Interpreters
2017-01-03 02:08:09 +03:00
..
ClusterProxy Added abilty to automatically update clusters configuration. [#METR-22802] 2016-10-11 17:17:49 +03:00
AggregateDescription.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
AggregationCommon.h NULLs support: fixed totally wrong code [#METR-19266]. 2016-12-30 08:13:14 +03:00
Aggregator.h Renamed methods for bulk binary serialization (continued) [#METR-2944]. 2017-01-03 02:08:09 +03:00
AsynchronousMetrics.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
ClientInfo.h Fixed ClientInfo [#METR-19471]. 2016-11-16 23:46:02 +03:00
Cluster.h Added requested PR changes. [#METR-22802] 2016-10-14 20:54:18 +03:00
Compiler.h Removed useless code (experimental) [#METR-2944]. 2016-08-02 04:46:05 +03:00
Context.h Fixed rare deadlock after startup when structure of query_log was changed [#METR-23594]. 2016-11-23 23:41:39 +03:00
convertFieldToType.h Initial implementation of XML output format [#METR-20026]. 2016-02-14 05:37:42 +03:00
Dictionaries.h Fixed error in Dictionaries [#METR-20000]. 2016-10-27 16:04:49 +03:00
evaluateConstantExpression.h Fixed error, removed partially duplicate code [#METR-22462]. 2016-08-25 20:23:29 +03:00
evaluateMissingDefaults.h Attempt to fix an error with defaults [#METR-21993]. 2016-08-15 22:41:44 +03:00
executeQuery.h dbms: setting Content-Type header in HTTP interface [#METR-18603]. 2015-10-31 00:19:54 +03:00
ExpressionActions.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ExpressionAnalyzer.h first dirty implementation of LIMIT BY clause [#METR-23881] 2016-12-28 20:12:54 +05:00
ExternalDictionaries.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
getClusterName.h Added table function 'shardByHash' [#METR-21287]. 2016-05-13 06:22:16 +03:00
IInterpreter.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InJoinSubqueriesPreprocessor.h Fixed error with analyzing double-distributed subqueries [#METR-23472]. 2016-11-14 04:13:56 +03:00
InterpreterAlterQuery.h Added 'WITH NAME' section to ALTER TABLE ... FREEZE PARTITION query [#METR-21884]. 2016-06-28 23:50:37 +03:00
InterpreterCheckQuery.h dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573]. 2015-11-08 03:28:12 +03:00
InterpreterCreateQuery.h Allow to set 'force_restore_data' flag with creating file on local filesystem [#METR-21594], [#METR-17811]. 2016-08-10 00:48:05 +03:00
InterpreterDescribeQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterDropQuery.h Removed unused method [#METR-2944]. 2016-08-20 17:34:34 +03:00
InterpreterExistsQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterFactory.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterInsertQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterOptimizeQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterRenameQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterSelectQuery.h first dirty implementation of LIMIT BY clause [#METR-23881] 2016-12-28 20:12:54 +05:00
InterpreterSetQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterShowCreateQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterShowProcesslistQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterpreterShowTablesQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterUseQuery.h Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
InterserverIOHandler.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
Join.h Compatibility with new parser and AST of tables list [#METR-2944]. 2016-07-22 23:39:28 +03:00
Limits.h dbms: added setting 'max_memory_usage_for_all_queries' [#METR-19561]. 2016-01-13 06:59:24 +03:00
loadMetadata.h dbms: development [#CONV-2944]. 2011-11-05 23:31:19 +00:00
LogicalExpressionsOptimizer.h dbms: Fixed post-optimization column order. Retain aliases. [#METR-19684] 2016-03-10 17:24:04 +03:00
ProcessList.h Refined query_log, processes and merges metrics. 2016-12-09 13:11:25 +03:00
QueryLog.h Added requested changes. [#METR-19372] 2016-12-09 13:13:16 +03:00
QueryPriorities.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
Quota.h Printing user name in exception messages about exceeded quota [#METR-19622]. 2016-12-25 07:00:33 +03:00
Set.h SetVariants was extracted into separated file [#METR-23882] 2016-12-21 17:42:54 +05:00
Settings.h Added setting "output_format_pretty_max_rows" [#METR-23999]. 2016-12-29 23:15:18 +03:00
SettingsCommon.h Added syntactic sugar for count(DISTINCT ...) and 'count_distinct_implementation' setting [#METR-22035]. 2016-07-10 18:52:35 +03:00
SetVariants.h NULLs support: fixed totally wrong code [#METR-19266]. 2016-12-30 08:13:14 +03:00
sortBlock.h dbms: improved performance of INSERT SELECT [#METR-19025]. 2015-11-21 18:47:32 +03:00
SpecializedAggregator.h dbms: Server: fixes [#METR-19266] 2016-10-21 17:57:43 +03:00
SystemLog.h Fixed deadlock [#METR-23605]. 2016-11-24 23:25:02 +03:00
Users.h Non significant change [#METR-2944]. 2016-09-23 23:33:06 +03:00