ClickHouse/dbms/src/Storages
2017-10-28 06:59:42 +03:00
..
Distributed fix timeout lock in DistributedBlockOutputStream 2017-10-23 16:47:00 +03:00
MergeTree Merge pull request #1245 from yandex/CLICKHOUSE-3178 2017-10-27 23:03:33 +03:00
System Update system.parts table. [#CLICKHOUSE-3178] 2017-10-26 17:20:21 +03:00
tests Fixed build [#CLICKHOUSE-2]. 2017-10-28 06:59:42 +03:00
AlterCommands.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
AlterCommands.h translate comments 2017-04-16 23:17:32 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
ColumnDefault.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ColumnDefault.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
ColumnsDescription.cpp Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
ColumnsDescription.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
CompressionSettingsSelector.h Fix includes 2017-10-26 14:46:57 +03:00
IStorage.cpp Use FIFO lock in IStorage. [#CLICKHOUSE-3246] 2017-09-01 20:45:05 +03:00
IStorage.h use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000] 2017-10-20 21:28:41 +03:00
ITableDeclaration.cpp Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +03:00
ITableDeclaration.h translate comments 2017-04-16 23:17:32 +03:00
MarkCache.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
SelectQueryInfo.h Fix missing includes 2017-07-24 18:04:49 +03:00
StorageBuffer.cpp Log query id in executeQuery; Better type mismatch error; change format in report tool (#1372) 2017-10-23 20:32:39 +03:00
StorageBuffer.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
StorageDictionary.cpp use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000] 2017-10-20 21:28:41 +03:00
StorageDictionary.h use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000] 2017-10-20 21:28:41 +03:00
StorageDistributed.cpp safeguards to protect against distinct partition values with the same partition_id [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
StorageDistributed.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
StorageFactory.cpp Convey session setting up to inner table creation for MV. [#CLICKHOUSE-3381] 2017-10-26 18:39:56 +03:00
StorageFactory.h fix CREATE TABLE bugs and idiosyncrasies: [#CLICKHOUSE-3000] 2017-10-26 07:53:52 +03:00
StorageFile.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
StorageFile.h Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
StorageJoin.cpp Added 'join_use_nulls' setting to allow using NULLs as default values for non-joined rows in case of outer joins [#CLICKHOUSE-2]. 2017-04-04 09:52:39 +03:00
StorageJoin.h Removed duplicate code [#CLICKHOUSE-2]. 2017-06-06 21:36:13 +03:00
StorageKafka.cpp Allow build with system lib rdkafka 2017-10-27 17:40:41 +03:00
StorageKafka.h Optional kafka (#1355) 2017-10-14 03:53:01 +03:00
StorageLog.cpp dbms: CompressionSettingsSelector. [#METR-21516] 2017-10-13 04:08:23 +03:00
StorageLog.h Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
StorageMaterializedView.cpp Fixed build after merge [#CLICKHOUSE-2]. 2017-10-28 00:18:06 +03:00
StorageMaterializedView.h Merge branch 'master' into materialized-view-to 2017-10-27 23:21:27 +03:00
StorageMemory.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
StorageMemory.h Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148]. 2017-07-15 06:48:36 +03:00
StorageMerge.cpp dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
StorageMerge.h Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148]. 2017-07-15 06:48:36 +03:00
StorageMergeTree.cpp Introduced logic for MergeTree parts states. [#CLICKHOUSE-3178] 2017-10-26 17:16:06 +03:00
StorageMergeTree.h save index_granularity to ATTACH query if it wasn't set explicitly [#CLICKHOUSE-3000] 2017-10-20 21:28:44 +03:00
StorageNull.h Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148]. 2017-07-15 06:48:36 +03:00
StorageReplicatedMergeTree.cpp Merge pull request #1245 from yandex/CLICKHOUSE-3178 2017-10-27 23:03:33 +03:00
StorageReplicatedMergeTree.h Smarter parts deletion. [#CLICKHOUSE-3178] 2017-10-26 17:16:06 +03:00
StorageSet.cpp Preparations [#CLICKHOUSE-2] 2017-05-22 01:25:25 +03:00
StorageSet.h Removed duplicate code [#CLICKHOUSE-2]. 2017-06-06 21:36:13 +03:00
StorageStripeLog.cpp dbms: CompressionSettingsSelector. [#METR-21516] 2017-10-13 04:08:23 +03:00
StorageStripeLog.h Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
StorageTinyLog.cpp dbms: CompressionSettingsSelector. [#METR-21516] 2017-10-13 04:08:23 +03:00
StorageTinyLog.h Fix missing includes 2017-07-24 18:04:49 +03:00
StorageView.cpp move CREATE query rewriting for views to Interpreter [#CLICKHOUSE-2] 2017-10-20 21:28:43 +03:00
StorageView.h use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000] 2017-10-20 21:28:41 +03:00
VirtualColumnFactory.cpp Preparation: removed support for unreplicated data in Replicated tables [#CLICKHOUSE-31]. 2017-05-25 00:38:56 +03:00
VirtualColumnFactory.h translate comments 2017-04-16 23:17:32 +03:00