ClickHouse/dbms/src/Interpreters
2017-10-13 04:08:23 +03:00
..
ClusterProxy Add max_network_bandwidth_for_user limit setting. [#CLICKHOUSE-3139] 2017-08-29 23:23:54 +03:00
tests Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
AggregateDescription.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
AggregationCommon.h Rename field in UInt128 2017-07-04 18:10:36 +02:00
Aggregator.cpp Improved performance of dynamic compilation [#CLICKHOUSE-2]. 2017-09-17 23:22:39 +03:00
Aggregator.h Implemented some suggestions from clang-tidy (part 1) [#CLICKHOUSE-3301]. 2017-09-08 05:29:47 +03:00
AsynchronousMetrics.cpp Context parameter added to the IDatabase methods 2017-09-11 21:29:26 +03:00
AsynchronousMetrics.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ClientInfo.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ClientInfo.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Cluster.cpp Start ssl'ing (#CLICKHOUSE-3032) 2017-10-03 22:12:44 +03:00
Cluster.h Update Cluster.h 2017-09-07 20:55:33 +03:00
CMakeLists.txt Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
Compiler.cpp Fix internal compiler with some new clang packages 2017-09-27 17:52:24 +03:00
Compiler.h LibDictionarySource : First lib dictionary version with only uint64 type support (#1150) 2017-09-05 04:08:26 +03:00
config_compile.h.in Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Context.cpp Context parameter added to the IDatabase methods 2017-09-11 21:29:26 +03:00
Context.h Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
convertFieldToType.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
convertFieldToType.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
createBlockSelector.cpp Allow compile on 32bit systems (#1175) 2017-09-01 20:21:03 +03:00
createBlockSelector.h Allow compile on 32bit systems (#1175) 2017-09-01 20:21:03 +03:00
DDLWorker.cpp Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2]. 2017-09-10 02:17:38 +03:00
DDLWorker.h Remove extra Context reference and add required ones. Part 2. [#CLICKHOUSE-3117] 2017-09-06 04:18:07 +03:00
DictionaryFactory.cpp Dictionaries/TrieDictionary: IP prefix dictionary 2017-05-15 10:51:03 +04:00
DNSCache.cpp More uniform style [#CLICKHOUSE-3281]. 2017-09-06 06:24:39 +03:00
DNSCache.h Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931] 2017-09-01 20:05:24 +03:00
EmbeddedDictionaries.cpp Merge branch 'master' into CLICKHOUSE-2931 2017-08-31 00:23:39 +03:00
EmbeddedDictionaries.h Merge branch 'master' into CLICKHOUSE-2931 2017-08-31 00:23:39 +03:00
evaluateConstantExpression.cpp Add SYSTEM queries parser. [#CLICKHOUSE-2931] 2017-08-28 20:27:16 +03:00
evaluateConstantExpression.h Add SYSTEM queries parser. [#CLICKHOUSE-2931] 2017-08-28 20:27:16 +03:00
evaluateMissingDefaults.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
evaluateMissingDefaults.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
executeQuery.cpp Fixed logging of DDL queries. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
executeQuery.h Fixed logging of DDL queries. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ExpressionActions.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
ExpressionActions.h Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
ExpressionAnalyzer.cpp Fixed infinite recursion in expression analyzer. [#CLICKHOUSE-3125] 2017-10-13 00:27:25 +03:00
ExpressionAnalyzer.h Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
ExternalDictionaries.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
ExternalDictionaries.h Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2]. 2017-09-10 02:17:38 +03:00
getClusterName.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
getClusterName.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
IInterpreter.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
InJoinSubqueriesPreprocessor.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InJoinSubqueriesPreprocessor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterAlterQuery.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
InterpreterAlterQuery.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
InterpreterCheckQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterCheckQuery.h Fix missing includes 2017-06-20 17:16:51 +03:00
InterpreterCreateQuery.cpp Context parameter added to the IDatabase methods 2017-09-11 21:29:26 +03:00
InterpreterCreateQuery.h Add ALTER queries. [#CLICKHOUSE-5] 2017-06-01 13:49:20 +03:00
InterpreterDescribeQuery.cpp Use FIFO lock in IStorage. [#CLICKHOUSE-3246] 2017-09-01 20:45:05 +03:00
InterpreterDescribeQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterDropQuery.cpp Context parameter added to the IDatabase methods 2017-09-11 21:29:26 +03:00
InterpreterDropQuery.h Update doc. [#CLICKHOUSE-5] 2017-06-01 13:49:21 +03:00
InterpreterExistsQuery.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
InterpreterExistsQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterFactory.cpp Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931] 2017-09-01 20:05:24 +03:00
InterpreterFactory.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterInsertQuery.cpp Use FIFO lock in IStorage. [#CLICKHOUSE-3246] 2017-09-01 20:45:05 +03:00
InterpreterInsertQuery.h Remove extra Context reference and add required ones. Part 2. [#CLICKHOUSE-3117] 2017-09-06 04:18:07 +03:00
InterpreterKillQueryQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterKillQueryQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterOptimizeQuery.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
InterpreterOptimizeQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterRenameQuery.cpp Context parameter added to the IDatabase methods 2017-09-11 21:29:26 +03:00
InterpreterRenameQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterSelectQuery.cpp Fix complex queries with GLOBAL IN and UNION ALL (#CLICKHOUSE-3356) (#1339) 2017-10-13 00:28:24 +03:00
InterpreterSelectQuery.h Update InterpreterSelectQuery.h 2017-09-12 20:06:31 +03:00
InterpreterSetQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterSetQuery.h Removed SET GLOBAL query. [#MTRSADMIN-3068] 2017-06-20 22:26:59 +03:00
InterpreterShowCreateQuery.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
InterpreterShowCreateQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowProcesslistQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowProcesslistQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowTablesQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterShowTablesQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterSystemQuery.cpp Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931] 2017-09-01 20:05:24 +03:00
InterpreterSystemQuery.h Add SYSTEM KILL and SHUTDOWN implementations. [#CLICKHOUSE-2931] 2017-08-28 20:27:16 +03:00
InterpreterUseQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterUseQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterserverIOHandler.h Disable part sendings and fetches before ALTER. [#CLICKHOUSE-3343] 2017-10-12 23:26:54 +03:00
Join.cpp Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
Join.h Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
Limits.h Add max_network_bandwidth_for_user limit setting. [#CLICKHOUSE-3139] 2017-08-29 23:23:54 +03:00
loadMetadata.cpp Fixed insufficient arguments checking [#CLICKHOUSE-3102]. 2017-08-16 17:21:24 +03:00
loadMetadata.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
LogicalExpressionsOptimizer.cpp Translated comments 2017-04-02 20:37:49 +03:00
LogicalExpressionsOptimizer.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
NullableUtils.cpp Implemented some suggestions from clang-tidy (part 6) [#CLICKHOUSE-3301]. 2017-09-08 07:39:03 +03:00
NullableUtils.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PartLog.cpp Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091]. 2017-06-25 03:01:10 +03:00
PartLog.h Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091]. 2017-06-25 03:01:10 +03:00
ProcessList.cpp Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
ProcessList.h Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
QueryLog.cpp Translated comments 2017-04-02 20:37:49 +03:00
QueryLog.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
QueryPriorities.h Fixed infinite sleeping of low-priority queries. [#CLICKHOUSE-2] 2017-07-09 03:53:13 +03:00
Quota.cpp Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2]. 2017-09-10 02:17:38 +03:00
Quota.h Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2]. 2017-09-10 02:17:38 +03:00
Set.cpp Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
Set.h Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
Settings.cpp disabled exception during overriding settings with same value in readonly mode [#CLICKHOUSE-3041] 2017-07-09 20:16:26 +03:00
Settings.h dbms: Added compression level for ZSTD. [#METR-26742] 2017-10-13 04:08:23 +03:00
SettingsCommon.h Implemented some suggestions from clang-tidy (part 2) [#CLICKHOUSE-3301]. 2017-09-08 05:37:02 +03:00
SetVariants.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
SetVariants.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
sortBlock.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
sortBlock.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
SpecializedAggregator.h Fix includes 2017-09-18 21:52:47 +03:00
SystemLog.cpp Avoid SIGSEGV in SystemLog destructors. [#CLICKHOUSE-3023] 2017-06-05 17:25:10 +03:00
SystemLog.h Remove extra Context reference and add required ones. Part 2. [#CLICKHOUSE-3117] 2017-09-06 04:18:07 +03:00
TablesStatus.cpp PR fixes [#CLICKHOUSE-2141] 2017-04-20 17:04:38 +03:00
TablesStatus.h Failover if the needed table is missing on remote server [#CLICKHOUSE-2141] 2017-04-20 19:19:30 +03:00
Users.cpp Resolves #1273. Exception safe users update. [#CLICKHOUSE-3] 2017-10-12 22:28:24 +03:00
Users.h Minor modification [#CLICKHOUSE-2]. 2017-09-08 19:46:56 +03:00