ClickHouse/src/Storages
Alexander Tokmakov 0073c87d5d fix
2021-02-02 13:32:42 +03:00
..
Distributed Check the stream before sending while hanlding async INSERTs into Distributed 2021-01-22 21:29:58 +03:00
HDFS abort() instead of std::terminate() + cleanup 2020-12-30 08:31:45 +03:00
Kafka Drop IStorage::supportsSettings() (replaced with StorageFeatures::supports_settings) 2021-01-08 14:36:26 +03:00
LiveView fix 2021-01-14 13:33:39 +03:00
MergeTree Merge branch 'master' into database_replicated 2021-01-25 14:19:04 +03:00
PostgreSQL Update PostgreSQLConnection.h 2021-01-16 15:26:21 +03:00
RabbitMQ Drop IStorage::supportsSettings() (replaced with StorageFeatures::supports_settings) 2021-01-08 14:36:26 +03:00
RocksDB Expose supports_parallel_insert via system.table_engines 2021-01-08 14:57:24 +03:00
System Merge branch 'master' into database_replicated 2021-01-25 14:19:04 +03:00
tests External queries: fix the case of expr IN table #9756 2021-01-09 06:28:54 +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 Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
CMakeLists.txt RFC: Add metadata section to MergeTreeWriteAheadLog 2020-10-19 12:16:31 +01:00
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ColumnsDescription.cpp Fix wrong serde of ColumnsDescription 2021-01-23 04:11:18 +03:00
ColumnsDescription.h minor changes 2021-01-13 02:20:32 +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 Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
IStorage.cpp Update IStorage.cpp 2020-12-23 09:44:44 +03:00
IStorage.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +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 ALTER TABLE ... DROP|DETACH PART for ReplicatedMergeTree 2020-09-07 17:01:45 +01:00
PartitionCommands.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
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 Accept IDisk in DirectoryMonitor (for further fsync) 2021-01-09 16:31:42 +03: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 fix optimize deduplicate 2020-12-22 21:03:30 +03:00
StorageInMemoryMetadata.h Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +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 Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
StorageMaterializedView.cpp fix 2021-02-02 13:32:42 +03:00
StorageMaterializedView.h fix 2021-02-02 13:32:42 +03:00
StorageMaterializeMySQL.cpp Merge branch 'master' into allow_atomic_database_inside_materialize_mysql 2020-12-13 17:56:50 +03:00
StorageMaterializeMySQL.h Merge branch 'master' into allow_atomic_database_inside_materialize_mysql 2020-12-02 18:29:02 +03:00
StorageMemory.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
StorageMemory.h fix subcolumns with some storages 2020-12-22 19:42:37 +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 Faster parts removal, more safe and efficient interface of IDisk 2021-01-14 19:24:13 +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 fix thread status 2021-01-28 16:48:17 +03:00
StorageReplicatedMergeTree.h Merge branch 'master' into Enmk-Optimize_deduplicate 2020-12-20 09:57:10 +03:00
StorageS3.cpp Added global setting s3_max_connections. 2021-01-05 13:34:55 +03:00
StorageS3.h Added global setting s3_max_connections. 2021-01-05 13:34:55 +03:00
StorageS3Settings.cpp Added proper authentication for S3 client (#16856) 2020-12-10 12:19:42 +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 Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
TTLDescription.cpp Add comments. Update ActionsDAG::Index 2020-11-10 17:54:59 +03:00
TTLDescription.h Add recompression TTL parser 2020-08-31 14:35:53 +03:00
TTLMode.h Add recompression TTL parser 2020-08-31 14:35:53 +03:00
VirtualColumnUtils.cpp
VirtualColumnUtils.h Replace useless multiset with unordered_set 2020-09-25 16:38:09 +08:00
ya.make Merge pull request #17656 from bharatnc/ncb/ddl-worker-queue-table 2021-01-11 14:59:26 +03:00
ya.make.in Fix Arcadia 2021-01-07 18:40:54 +03:00