ClickHouse/dbms/src/Storages
2018-08-03 22:21:44 +03:00
..
Distributed Merge branch 'master' into zhang2014-feature/support_truncate 2018-06-09 19:10:06 +03:00
Kafka Added SETTINGS clause for Kafka storage engine 2018-08-03 21:51:28 +03:00
MergeTree add setting [#CLICKHOUSE-3828] 2018-08-03 22:21:44 +03:00
System CLICKHOUSE-3771 Preparing for new version scheme [WIP] (#2646) 2018-08-01 00:36:18 +03:00
tests Fixed test [#CLICKHOUSE-2] 2018-07-07 22:39:20 +03:00
AlterCommands.cpp save serialized commands in ReplicatedMergeTreeMutationEntry; split InterpreterAlterQuery::parseAlter() [#CLICKHOUSE-3747] 2018-06-13 17:14:08 +03:00
AlterCommands.h Fixed build [#CLICKHOUSE-2] 2018-06-16 05:13:54 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
ColumnDefault.cpp getStructureOfRemoteTable returns info about column default kinds [#CLICKHOUSE-3241] 2018-03-12 23:21:54 +03:00
ColumnDefault.h getStructureOfRemoteTable returns info about column default kinds [#CLICKHOUSE-3241] 2018-03-12 23:21:54 +03:00
ColumnsDescription.cpp Fixed error; added test [#CLICKHOUSE-3764] 2018-06-07 23:49:59 +03:00
ColumnsDescription.h rename for clarity 2018-03-13 18:00:28 +03:00
CompressionSettingsSelector.h Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
getStructureOfRemoteTable.cpp Fixed bad code #2708 2018-07-28 00:33:30 +03:00
getStructureOfRemoteTable.h CLICKHOUSE-3837 fix 2018-07-25 15:53:38 +03:00
IStorage.cpp Use FIFO lock in IStorage. [#CLICKHOUSE-3246] 2017-09-01 20:45:05 +03:00
IStorage.h Fixed warning #2504 2018-06-13 23:02:27 +03:00
ITableDeclaration.cpp Fix performance regression with prepared sets when they are used inside another subquery. (#2677) 2018-07-19 16:36:21 +03:00
ITableDeclaration.h Minor modifications [#CLICKHOUSE-2] 2018-07-25 03:00:08 +03:00
MarkCache.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
MutationCommands.cpp save mutations to disk and load them on startup [#CLICKHOUSE-3748] 2018-07-16 06:22:22 +03:00
MutationCommands.h save mutations to disk and load them on startup [#CLICKHOUSE-3748] 2018-07-16 06:22:22 +03:00
PartitionCommands.cpp save serialized commands in ReplicatedMergeTreeMutationEntry; split InterpreterAlterQuery::parseAlter() [#CLICKHOUSE-3747] 2018-06-13 17:14:08 +03:00
PartitionCommands.h Fixed build [#CLICKHOUSE-2] 2018-06-16 05:16:19 +03:00
registerStorages.cpp Add table fuction url and storage URL 2018-06-11 15:13:00 +03:00
registerStorages.h Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
SelectQueryInfo.h Renamed StringRangeHash to StringRangePointersHash and added StringRangePointersEqualTo. 2018-05-21 14:18:11 +03:00
StorageBuffer.cpp refactor InterpreterSelectQuery constructors [#CLICKHOUSE-3798] 2018-07-20 22:44:34 +03:00
StorageBuffer.h Fixed test [#CLICKHOUSE-2] 2018-03-16 12:00:04 +03:00
StorageCatBoostPool.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
StorageCatBoostPool.h Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
StorageDictionary.cpp Merge pull request #2033 from yandex/show-create-database 2018-03-28 05:29:36 +03:00
StorageDictionary.h Merge pull request #2033 from yandex/show-create-database 2018-03-28 05:29:36 +03:00
StorageDistributed.cpp Fixed bad code #2708 2018-07-28 00:33:30 +03:00
StorageDistributed.h Fixed bad code #2708 2018-07-28 00:33:30 +03:00
StorageFactory.cpp Added SETTINGS clause for Kafka storage engine 2018-08-03 21:51:28 +03:00
StorageFactory.h CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions 2018-07-25 19:08:23 +03:00
StorageFile.cpp Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
StorageFile.h use ColumnsDescription everywhere [#CLICKHOUSE-3241] 2018-03-12 22:07:48 +03:00
StorageJoin.cpp Fix tests. [#CLICKHOUSE-3761] 2018-07-30 22:40:43 +03:00
StorageJoin.h Merging: Fixed most of problems #2260 2018-06-09 19:09:37 +03:00
StorageLog.cpp Merging: Fixed half of problems #2260 2018-06-09 18:48:22 +03:00
StorageLog.h Merging: Fixed half of problems #2260 2018-06-09 18:48:22 +03:00
StorageMaterializedView.cpp Attempt to get rid of VirtualColumnFactory (part 1) [#CLICKHOUSE-3806] 2018-07-05 22:56:51 +03:00
StorageMaterializedView.h Merging: Fixed most of problems, actualized test #2260 2018-06-09 21:17:27 +03:00
StorageMemory.cpp Merge branch 'master' into zhang2014-feature/support_truncate 2018-06-09 19:10:06 +03:00
StorageMemory.h Merging: Fixed half of problems #2260 2018-06-09 18:48:22 +03:00
StorageMerge.cpp refactor InterpreterSelectQuery constructors [#CLICKHOUSE-3798] 2018-07-20 22:44:34 +03:00
StorageMerge.h Attempt to get rid of VirtualColumnFactory (part 1) [#CLICKHOUSE-3806] 2018-07-05 22:56:51 +03:00
StorageMergeTree.cpp add forgotten sort [#CLICKHOUSE-3748] 2018-07-23 21:04:13 +03:00
StorageMergeTree.h save mutations to disk and load them on startup [#CLICKHOUSE-3748] 2018-07-16 06:22:22 +03:00
StorageMySQL.cpp Quote all identifiers when querying external database #2635 2018-07-20 03:04:48 +03:00
StorageMySQL.h fix some bugs, fix some code styles 2018-05-15 03:02:59 +03:00
StorageNull.cpp encapsulate ColumnsDeclaration [#CLICKHOUSE-3241] 2018-03-13 17:41:25 +03:00
StorageNull.h use ColumnsDescription everywhere [#CLICKHOUSE-3241] 2018-03-12 22:07:48 +03:00
StorageODBC.cpp Added validation of ODBC connection string [#CLICKHOUSE-3861] 2018-08-01 00:25:26 +03:00
StorageODBC.h Prepare to new poco (PocoData renamed to PocoSQL) (#2158) 2018-04-03 04:48:40 -07:00
StorageReplicatedMergeTree.cpp CLICKHOUSE-3863: Add more convinient exception message 2018-08-01 00:29:47 +03:00
StorageReplicatedMergeTree.h Compatibility with obsolete version of Poco for alternative build variants #2759 2018-07-30 23:21:45 +03:00
StorageSet.cpp Fixed bad code #2571 2018-07-04 20:28:52 +03:00
StorageSet.h Merging: Fixed half of problems #2260 2018-06-09 18:48:22 +03:00
StorageStripeLog.cpp Merging: Fixed most of problems #2260 2018-06-09 19:09:37 +03:00
StorageStripeLog.h Merging: Fixed half of problems #2260 2018-06-09 18:48:22 +03:00
StorageTinyLog.cpp Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563 2018-07-07 22:02:10 +03:00
StorageTinyLog.h Merging: Fixed half of problems #2260 2018-06-09 18:48:22 +03:00
StorageURL.cpp Fixed strange code #2501 2018-06-16 08:54:06 +03:00
StorageURL.h Add table fuction url and storage URL 2018-06-11 15:13:00 +03:00
StorageView.cpp use ColumnsDescription everywhere [#CLICKHOUSE-3241] 2018-03-12 22:07:48 +03:00
StorageView.h use ColumnsDescription everywhere [#CLICKHOUSE-3241] 2018-03-12 22:07:48 +03:00
transformQueryForExternalDatabase.cpp Quote all identifiers when querying external database #2635 2018-07-20 03:04:48 +03:00
transformQueryForExternalDatabase.h Quote all identifiers when querying external database #2635 2018-07-20 03:04:48 +03:00
VirtualColumnUtils.cpp Less dependencies [#CLICKHOUSE-2] 2018-06-05 22:46:49 +03:00
VirtualColumnUtils.h Fixed error with filtering of tables by _table virtual column in StorageMerge [#CLICKHOUSE-3583] 2018-02-21 22:44:22 +03:00