ClickHouse/src/Storages
2021-02-07 05:40:06 +03:00
..
Distributed Fix "Block structure mismatch" for INSERT into Distributed 2021-02-02 10:16:41 +03:00
HDFS abort() instead of std::terminate() + cleanup 2020-12-30 08:31:45 +03:00
Kafka Fix clang-analyzer-optin.cplusplus.VirtualCall 2021-02-04 02:08:41 +03:00
LiveView Fixing styling errors. 2021-01-30 09:00:42 -05:00
MergeTree Allow using MergeTreeWhereOptimizer not only with MergeTree-based storages 2021-02-06 18:08:42 +03:00
PostgreSQL Update PostgreSQLConnection.h 2021-01-16 15:26:21 +03:00
RabbitMQ Fix clang-analyzer-optin.cplusplus.VirtualCall 2021-02-04 02:08:41 +03:00
RocksDB Fix missing type check in StorageEmbeddedRocksDB 2021-02-03 20:35:23 +03:00
System return DiskType instead of String IDisk::getType() as in the rest of storage interfaces 2021-02-04 10:01:21 +02:00
tests Minor modification 2021-02-04 22:41:17 +03:00
AlterCommands.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-17 20:43:23 +03:00
AlterCommands.h Alter remove column properties and TTLs (#14742) 2020-09-20 16:27:33 +03:00
CheckResults.h
CMakeLists.txt RFC: Add metadata section to MergeTreeWriteAheadLog 2020-10-19 12:16:31 +01:00
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h
ColumnsDescription.cpp Merge pull request #19358 from CurtizJ/fix-subcolumns 2021-01-25 20:26:07 +03:00
ColumnsDescription.h fix several cases, while reading subcolumns 2021-01-21 15:34:11 +03:00
CompressionCodecSelector.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
ConstraintsDescription.cpp Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
ConstraintsDescription.h Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
DataDestinationType.h
extractKeyExpressionList.cpp ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp Add new remote context as interpreter context to the Pipe 2020-12-12 17:43:10 +03:00
getStructureOfRemoteTable.h Pass through *_for_user settings via Distributed with cluster-secure 2020-10-03 02:04:47 +03:00
IndicesDescription.cpp some grammar 2020-12-17 00:44:05 +03:00
IndicesDescription.h One more time 2020-12-14 16:06:11 +03:00
IStorage_fwd.h
IStorage.cpp Update IStorage.cpp 2020-12-23 09:44:44 +03:00
IStorage.h Disable excessive squashing of blocks for StorageMemory #13052 2021-02-07 04:57:17 +03:00
JoinSettings.cpp Better exceptions rethrow 2020-10-26 06:35:57 +03:00
JoinSettings.h rename persistency to persistent 2020-09-18 20:58:27 +08:00
KeyDescription.cpp Merge branch 'master' into actions-dag-f14 2020-11-03 15:21:06 +03:00
KeyDescription.h
MarkCache.h Fix cache size calculation 2020-11-27 16:17:10 +03:00
MutationCommands.cpp Add missed header 2021-01-11 17:51:23 +03:00
MutationCommands.h ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
PartitionCommands.cpp
PartitionCommands.h
ReadInOrderOptimizer.cpp rename settings 2020-12-17 02:17:59 +00:00
ReadInOrderOptimizer.h update 2020-12-13 00:42:15 +08:00
registerStorages.cpp Add storage PostgreSQL with read support 2020-12-27 12:15:57 +00:00
registerStorages.h Make code slightly better 2020-11-11 09:08:53 +08:00
SelectQueryDescription.cpp fix 2020-11-02 10:46:58 +00:00
SelectQueryDescription.h
SelectQueryInfo.h debug 2020-12-02 21:16:31 +03:00
SetSettings.cpp Better exceptions rethrow 2020-10-26 06:35:57 +03:00
SetSettings.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageBuffer.cpp Reduce lock contention for multiple layers of the Buffer engine 2021-01-21 22:09:24 +03:00
StorageBuffer.h Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-25 21:25:59 +03:00
StorageDictionary.cpp Fix for tiny issue #13850 2020-12-14 15:31:10 +01:00
StorageDictionary.h Disable ATTACH/DETACH TABLE <DICTIONARY> 2020-11-11 23:04:49 +08:00
StorageDistributed.cpp CLICKHOUSE-606: query deduplication based on parts' UUID 2021-02-02 16:53:39 +00:00
StorageDistributed.h Accept IDisk in DirectoryMonitor (for further fsync) 2021-01-09 16:31:42 +03:00
StorageFactory.cpp Better 2021-01-21 21:15:11 +00:00
StorageFactory.h Expose supports_parallel_insert via system.table_engines 2021-01-08 14:57:24 +03:00
StorageFile.cpp Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2021-01-01 21:39:08 +03:00
StorageFile.h Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2020-12-22 00:41:52 +03:00
StorageGenerateRandom.cpp Fixed 01087_table_function_generate for DateTime64 2020-11-14 09:28:52 +03:00
StorageGenerateRandom.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageInMemoryMetadata.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-27 19:48:55 +03:00
StorageInMemoryMetadata.h fix TTLs with WHERE 2021-01-13 17:04:27 +03:00
StorageInput.cpp Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageInput.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageJoin.cpp Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageJoin.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageLog.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
StorageLog.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedView.cpp Update StorageMaterializedView.cpp 2021-01-21 15:57:18 +03:00
StorageMaterializedView.h fix subcolumns with some storages 2020-12-22 19:42:37 +03:00
StorageMaterializeMySQL.cpp Show details of MaterializeMySQL tables in system.tables 2021-02-05 21:37:29 +08:00
StorageMaterializeMySQL.h fix sync 2021-02-01 12:32:36 +03:00
StorageMemory.cpp Fix quadratic INSERT 2021-02-07 05:40:06 +03:00
StorageMemory.h Disable excessive squashing of blocks for StorageMemory #13052 2021-02-07 04:57:17 +03:00
StorageMerge.cpp Merge branch 'master' into alias_column_partition_prune 2021-01-12 18:28:30 +08:00
StorageMerge.h fix subcolumns with some storages 2020-12-22 19:42:37 +03:00
StorageMergeTree.cpp Merge branch 'master' into Add_IStoragePolicy_interface 2021-01-29 14:00:12 +03:00
StorageMergeTree.h Remove useless headers 2021-01-10 05:48:57 +03:00
StorageMongoDB.cpp Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageMongoDB.h Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageMySQL.cpp better formatfactory 2020-12-30 06:07:30 +03:00
StorageMySQL.h Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageNull.cpp Expose supports_parallel_insert via system.table_engines 2021-01-08 14:57:24 +03:00
StorageNull.h replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StoragePostgreSQL.cpp Add TODO 2021-01-16 11:43:59 +03:00
StoragePostgreSQL.h Minor changes 2021-01-15 23:09:31 +03:00
StorageProxy.h Drop IStorage::supportsSettings() (replaced with StorageFeatures::supports_settings) 2021-01-08 14:36:26 +03:00
StorageReplicatedMergeTree.cpp Merge pull request #19608 from kreuzerkrieg/Add_IStoragePolicy_interface 2021-02-02 11:03:20 +03:00
StorageReplicatedMergeTree.h Fix rare bug when some replicated operations (like mutation) cannot process some parts after data corruption 2021-01-27 13:07:18 +03:00
StorageS3.cpp Fixed table function S3 auto compression mode. 2021-01-29 07:54:52 +03:00
StorageS3.h Added global setting s3_max_connections. 2021-01-05 13:34:55 +03:00
StorageS3Settings.cpp Removed space in winking face smiley. 2021-01-26 11:28:47 +03:00
StorageS3Settings.h Added proper authentication for S3 client (#16856) 2020-12-10 12:19:42 +03:00
StorageSet.cpp Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageSet.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageStripeLog.cpp Fix error 2021-01-05 04:49:15 +03:00
StorageStripeLog.h Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2020-12-22 00:41:52 +03:00
StorageTableFunction.h Remove Converting transform and step. 2020-11-17 20:16:55 +03:00
StorageTinyLog.cpp Update StorageTinyLog.cpp 2021-01-16 11:53:28 +03:00
StorageTinyLog.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
StorageURL.cpp abort() instead of std::terminate() + cleanup 2020-12-30 08:31:45 +03:00
StorageURL.h More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
StorageValues.cpp Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
StorageValues.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageView.cpp Remove Converting transform and step. 2020-11-17 20:16:55 +03:00
StorageView.h fix subcolumns with some storages 2020-12-23 15:16:26 +03:00
StorageXDBC.cpp More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
StorageXDBC.h Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
TableLockHolder.h
transformQueryForExternalDatabase.cpp External queries: fix the case of expr IN table #9756 2021-01-09 06:28:54 +03:00
transformQueryForExternalDatabase.h
TTLDescription.cpp add comments and test for compatibility 2021-01-28 02:39:15 +03:00
TTLDescription.h allow multiple rows TTL with WHERE expression 2021-01-12 02:07:21 +03:00
TTLMode.h
VirtualColumnUtils.cpp
VirtualColumnUtils.h Replace useless multiset with unordered_set 2020-09-25 16:38:09 +08:00
ya.make CLICKHOUSE-606: query deduplication based on parts' UUID 2021-02-02 16:53:39 +00:00
ya.make.in Fix Arcadia 2021-01-07 18:40:54 +03:00