.. |
AggregateDescription.h
|
dbms: more scalable aggregator: development [#METR-2944].
|
2014-12-30 15:58:02 +03:00 |
AggregationCommon.h
|
dbms: fixed error [#METR-2944].
|
2015-02-25 22:45:32 +03:00 |
Aggregator.h
|
Merge
|
2015-04-16 17:27:56 +03:00 |
Cluster.h
|
dbms: Server: Fixed hostname + IP address presentation. [#METR-15859]
|
2015-05-05 13:13:45 +03:00 |
Compiler.h
|
dbms: compiled aggregator: development [#METR-2944].
|
2015-01-18 04:18:39 +03:00 |
Context.h
|
Merge
|
2015-04-30 15:43:16 +03:00 |
Dictionaries.h
|
dbms: add builtin_dictionaries_reload_interval to config [#METR-16143]
|
2015-05-07 18:06:11 +03:00 |
evaluateMissingDefaults.h
|
Using std::make_unique [#METR-2807].
|
2015-02-11 00:10:58 +03:00 |
executeQuery.h
|
dbms: cut dependencies [#METR-2944].
|
2015-04-14 05:45:30 +03:00 |
ExpressionActions.h
|
dbms: preparation [#METR-15418].
|
2015-04-19 01:30:43 +03:00 |
ExpressionAnalyzer.h
|
dbms: JOIN with empty table: additions [#METR-16476].
|
2015-05-27 03:55:54 +03:00 |
ExternalDictionaries.h
|
dbms: show all dictionaries in system.dictionaries, even the ones failed to load. [#METR-16466]
|
2015-05-26 14:54:05 +03:00 |
InterpreterAlterQuery.h
|
Merge
|
2015-04-21 16:10:08 +03:00 |
InterpreterCheckQuery.h
|
dbms: added check query [#METR-11709]
|
2014-08-05 14:53:27 +04:00 |
InterpreterCreateQuery.h
|
dbms: support ALIAS in table declaration
|
2014-10-03 19:30:10 +04:00 |
InterpreterDescribeQuery.h
|
dbms: deduce and check types during alter, alteration of defaulted columns. [#METR-12739]
|
2014-10-21 16:11:20 +04:00 |
InterpreterDropQuery.h
|
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 |
InterpreterExistsQuery.h
|
dbms: cut dependencies [#METR-2944].
|
2015-04-16 09:12:35 +03:00 |
InterpreterInsertQuery.h
|
dbms: fixed error with INSERT more than MAX_BLOCK_SIZE via HTTP [#METR-10789].
|
2014-04-07 23:08:47 +04:00 |
InterpreterOptimizeQuery.h
|
dbms: Server: Code cleanups. [#METR-15090]
|
2015-04-14 17:58:59 +03:00 |
InterpreterQuery.h
|
dbms: fixed error with INSERT more than MAX_BLOCK_SIZE via HTTP [#METR-10789].
|
2014-04-07 23:08:47 +04:00 |
InterpreterRenameQuery.h
|
dbms: development [#CONV-2944].
|
2012-06-18 06:19:13 +00:00 |
InterpreterSelectQuery.h
|
dbms: cut dependency [#METR-2944].
|
2015-05-07 02:35:37 +03:00 |
InterpreterSetQuery.h
|
dbms: added value 2 for setting 'readonly'; ignoring settings from remote client in readonly mode [#METR-15168].
|
2015-02-27 23:35:26 +03:00 |
InterpreterShowCreateQuery.h
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
InterpreterShowProcesslistQuery.h
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
InterpreterShowTablesQuery.h
|
dbms: development [#CONV-2944].
|
2012-06-18 07:49:19 +00:00 |
InterpreterUseQuery.h
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
InterserverIOHandler.h
|
Merge
|
2014-04-02 11:59:43 +04:00 |
Join.h
|
dbms: allowed to JOIN with empty table [#METR-16476].
|
2015-05-26 03:37:48 +03:00 |
Limits.h
|
dbms: increased 'max_ast_elements' by default and for profile 'web' [#METRIKASUPP-5044].
|
2015-05-05 17:54:14 +03:00 |
loadMetadata.h
|
dbms: development [#CONV-2944].
|
2011-11-05 23:31:19 +00:00 |
LogicalExpressionsOptimizer.h
|
Revert "dbms: improvement (incomplete) [#METR-16164]."
|
2015-05-03 12:13:08 +03:00 |
ProcessList.h
|
dbms: cut dependencies [#METR-2944].
|
2015-04-16 09:12:35 +03:00 |
Quota.h
|
dbms: cut dependencies [#METR-2944].
|
2015-04-16 09:12:35 +03:00 |
reinterpretAsIdentifier.h
|
dbms: improved error messages for table function remote [#METR-15145].
|
2015-02-28 00:05:56 +03:00 |
Set.h
|
dbms: improvement [#METR-15484].
|
2015-03-27 06:37:46 +03:00 |
Settings.h
|
dbms: renamed SettingsNetworkCompressionMethod to SettingsCompressionMethod[#METR-16391]
|
2015-05-22 18:22:36 +03:00 |
SettingsCommon.h
|
dbms: fix comments for network_compression_method [#METR-16391]
|
2015-05-22 18:22:37 +03:00 |
sortBlock.h
|
dbms: lowered memory usage of huge ORDER BY with small LIMIT [#METR-2944].
|
2014-12-15 07:13:33 +03:00 |
SpecializedAggregator.h
|
dbms: fixed compiler, added test [#METR-2944].
|
2015-04-01 07:14:15 +03:00 |
Users.h
|
Improvement [#METR-2807].
|
2014-04-08 11:58:53 +04:00 |