ClickHouse/src/Storages
2021-09-14 14:45:33 +03:00
..
Distributed Rename some files. 2021-07-26 19:48:25 +03:00
examples better 2021-08-25 15:40:56 +00:00
fuzzers better 2021-08-25 15:40:56 +00:00
HDFS Merge pull request #25251 from kssenii/disk-over-web-server 2021-08-30 16:18:59 +03:00
Kafka Fix incorrect assertion during writing to StorageKafka 2021-08-19 22:07:20 +03:00
LiveView Fix build. 2021-08-12 16:02:17 +03:00
MergeTree Merge pull request #28873 from CurtizJ/fix-subcolumns-compact-parts 2021-09-12 15:54:07 +03:00
MySQL Introduce connection_no_wait setting for MySQL engine. 2021-09-02 22:23:37 +03:00
PostgreSQL Minor change 2021-09-06 09:57:05 +03:00
RabbitMQ Expand macros in RabbitMQ settings. 2021-09-12 16:42:03 +03:00
RocksDB Merge pull request #26821 from azat/rocksdb-improvements 2021-07-27 17:31:12 +03:00
System Merge pull request #28659 from myrrc/improvement/tostring_to_magic_enum 2021-09-12 15:26:29 +03:00
tests Separate functoin buildJoinedPlan, minor refactoring 2021-08-31 15:27:44 +03:00
AlterCommands.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
AlterCommands.h Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
CheckResults.h
CMakeLists.txt Lower the size of the binaries 2021-08-21 02:20:23 +00:00
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ColumnDependency.h Projections 2021-05-11 18:12:23 +08:00
ColumnsDescription.cpp Deleted some unneded changes 2021-08-25 15:40:56 +00:00
ColumnsDescription.h better performance of getSampleBlockForColumns 2021-07-15 20:36:48 +03:00
CompressionCodecSelector.h Remove string parameter for Density 2021-05-24 06:43:25 +03:00
ConstraintsDescription.cpp ExpressionActions compile only necessary places 2021-05-19 11:43:16 +03:00
ConstraintsDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DataDestinationType.h Part movement between shards 2021-04-27 14:20:12 +01:00
ExecutableSettings.cpp Executable added option send_chunk_header 2021-09-10 01:04:52 +03:00
ExecutableSettings.h Executable added option send_chunk_header 2021-09-10 01:04:52 +03:00
extractKeyExpressionList.cpp
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
getStructureOfRemoteTable.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IndicesDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IndicesDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IStorage_fwd.h
IStorage.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
IStorage.h Merge pull request #25251 from kssenii/disk-over-web-server 2021-08-30 16:18:59 +03:00
JoinSettings.cpp
JoinSettings.h
KeyDescription.cpp Fix comparisons with modulo key (version 2) 2021-05-21 16:40:47 +00:00
KeyDescription.h Fix comparisons with modulo key (version 2) 2021-05-21 16:40:47 +00:00
MarkCache.h Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
MemorySettings.cpp
MemorySettings.h
MutationCommands.cpp Revert "MATERIALIZE COLUMN xxx FINAL" 2021-08-30 11:50:26 +03:00
MutationCommands.h Revert "MATERIALIZE COLUMN xxx FINAL" 2021-08-30 11:50:26 +03:00
PartitionCommands.cpp Merge branch 'master' into nv/parts-uuid-move-shard 2021-05-11 15:36:40 +03:00
PartitionCommands.h Merge branch 'master' into nv/parts-uuid-move-shard 2021-05-11 15:36:40 +03:00
ProjectionsDescription.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
ProjectionsDescription.h Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
ReadFinalForExternalReplicaStorage.cpp Merge branch 'master' into fix_no_column_materialized_mysql 2021-07-05 22:07:56 +03:00
ReadFinalForExternalReplicaStorage.h Merge branch 'master' into fix_no_column_materialized_mysql 2021-07-05 22:07:56 +03:00
ReadInOrderOptimizer.cpp Better code. 2021-08-17 12:32:49 +08:00
ReadInOrderOptimizer.h pushdown limit while reading in order of primary key 2021-07-13 17:24:45 +03:00
registerStorages.cpp StorageExecutable added support for create 2021-08-29 23:19:05 +03:00
registerStorages.h
SelectQueryDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
SelectQueryDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
SelectQueryInfo.h Simplify projection, add minmax_count projection. 2021-08-28 11:25:37 +08:00
SetSettings.cpp
SetSettings.h
StorageBuffer.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
StorageBuffer.h Update Storage::write 2021-07-23 17:25:35 +03:00
StorageDictionary.cpp remove incorrect code 2021-09-09 21:31:15 +03:00
StorageDictionary.h remove incorrect code 2021-09-09 21:31:15 +03:00
StorageDistributed.cpp Merge pull request #28659 from myrrc/improvement/tostring_to_magic_enum 2021-09-12 15:26:29 +03:00
StorageDistributed.h minor fix 2021-09-03 20:06:38 +03:00
StorageExecutable.cpp Merge pull request #28833 from kitaisreal/executable-added-option-send-chunk-header 2021-09-10 14:44:34 +03:00
StorageExecutable.h Executable added option send_chunk_header 2021-09-10 01:04:52 +03:00
StorageExternalDistributed.cpp Fix 2021-08-13 20:58:03 +00:00
StorageExternalDistributed.h Merge ext into common 2021-06-16 23:28:41 +03:00
StorageFactory.cpp Fix used_storages by using log_queries from local context 2021-08-04 21:44:19 +03:00
StorageFactory.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
StorageFile.cpp Fix tests 2021-08-22 21:41:09 +03:00
StorageFile.h Merge branch 'master' into output-streams-to-processors 2021-07-26 18:03:11 +03:00
StorageGenerateRandom.cpp fix test and conflict 2021-05-11 16:22:24 +00:00
StorageGenerateRandom.h Merge ext into common 2021-06-16 23:28:41 +03:00
StorageInMemoryMetadata.cpp Simplify projection, add minmax_count projection. 2021-08-28 11:25:37 +08:00
StorageInMemoryMetadata.h Simplify projection, add minmax_count projection. 2021-08-28 11:25:37 +08:00
StorageInput.cpp Remove some streams. 2021-07-20 21:18:43 +03:00
StorageInput.h Remove some streams. 2021-07-20 21:18:43 +03:00
StorageJoin.cpp Update storages. 2021-07-23 22:33:59 +03:00
StorageJoin.h Update Storage::write 2021-07-23 17:25:35 +03:00
StorageLog.cpp Progress on development 2021-08-25 00:45:58 +03:00
StorageLog.h Update storages. 2021-07-23 22:33:59 +03:00
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedMySQL.cpp rename MaterializeMySQL to MaterializedMySQL 2021-07-26 21:17:28 +03:00
StorageMaterializedMySQL.h Merge branch 'master' into rename_materialize_mysql 2021-07-27 22:38:40 +03:00
StorageMaterializedView.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
StorageMaterializedView.h Update storages. 2021-07-23 22:33:59 +03:00
StorageMemory.cpp fix minor typo 2021-09-05 07:25:52 +00:00
StorageMemory.h Update storages. 2021-07-23 22:33:59 +03:00
StorageMerge.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
StorageMerge.h fix 2021-07-02 02:50:55 +00:00
StorageMergeTree.cpp Better 2021-09-08 00:21:21 +00:00
StorageMergeTree.h Better 2021-09-08 00:21:21 +00:00
StorageMongoDB.cpp Removed some data streams 2021-08-11 23:39:01 +03:00
StorageMongoDB.h MongoDB SSL Connection 2021-07-28 09:38:34 +00:00
StorageMongoDBSocketFactory.cpp Refactor 2021-08-02 15:16:39 +00:00
StorageMongoDBSocketFactory.h Fixes 2021-07-29 08:38:39 +00:00
StorageMySQL.cpp Introduce connection_no_wait setting for MySQL engine. 2021-09-02 22:23:37 +03:00
StorageMySQL.h Update storages. 2021-07-23 22:33:59 +03:00
StorageNull.cpp Simplifying exception messages 2021-09-11 00:40:18 +02:00
StorageNull.h Update storages. 2021-07-23 22:33:59 +03:00
StoragePostgreSQL.cpp Fix build 2021-08-25 21:51:43 +00:00
StoragePostgreSQL.h Postgres ON CONFLICT 2021-08-24 12:37:32 +00:00
StorageProxy.h Use processors in Storage::watch 2021-08-11 20:28:54 +03:00
StorageReplicatedMergeTree.cpp Fix build 2021-09-14 14:45:33 +03:00
StorageReplicatedMergeTree.h Better 2021-09-08 00:21:21 +00:00
StorageS3.cpp Fix test 2021-08-31 12:54:45 +00:00
StorageS3.h done 2021-08-31 12:54:06 +00:00
StorageS3Cluster.cpp Skip "no data" exception when reading thermal sensors 2021-09-11 10:03:06 +03:00
StorageS3Cluster.h Fix use after free in AsyncDrain connection from S3Cluster 2021-07-23 10:40:03 +03:00
StorageS3Settings.cpp Added region parameter for S3 storage and disk. 2021-05-01 20:45:35 +03:00
StorageS3Settings.h Added region parameter for S3 storage and disk. 2021-05-01 20:45:35 +03:00
StorageSet.cpp Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into disk-over-web-server 2021-08-20 18:01:23 +00:00
StorageSet.h Update Storage::write 2021-07-23 17:25:35 +03:00
StorageSQLite.cpp Removed some data streams 2021-08-11 23:39:01 +03:00
StorageSQLite.h Merge branch 'master' into output-streams-to-processors 2021-07-27 11:31:53 +03:00
StorageStripeLog.cpp Progress on development 2021-08-25 00:45:58 +03:00
StorageStripeLog.h Update Storage::write 2021-07-23 17:25:35 +03:00
StorageTableFunction.h minor fix 2021-09-03 20:06:38 +03:00
StorageTinyLog.cpp Progress on development 2021-08-25 00:45:58 +03:00
StorageTinyLog.h Update Storage::write 2021-07-23 17:25:35 +03:00
StorageURL.cpp Merge branch 'master' into output-streams-to-processors 2021-07-26 18:03:11 +03:00
StorageURL.h Update storages. 2021-07-23 22:33:59 +03:00
StorageValues.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageValues.h Merge ext into common 2021-06-16 23:28:41 +03:00
StorageView.cpp Fix hasJoin in StorageView.cpp 2021-08-06 13:48:47 +03:00
StorageView.h Use settings from global context in StorageView 2021-06-22 17:39:09 +03:00
StorageXDBC.cpp Update Storage::write 2021-07-23 17:25:35 +03:00
StorageXDBC.h Update Storage::write 2021-07-23 17:25:35 +03:00
TableLockHolder.h
transformQueryForExternalDatabase.cpp Fix unit-tests again 2021-06-07 16:52:47 +03:00
transformQueryForExternalDatabase.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TTLDescription.cpp add experimental codecs flag, add integration test for experimental codecs 2021-05-06 14:57:22 +03:00
TTLDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TTLMode.h
VirtualColumnUtils.cpp Update VirtualColumnUtils.cpp 2021-06-28 16:47:47 +03:00
VirtualColumnUtils.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ya.make Merging #24866 (#28691) 2021-09-09 12:37:51 +03:00
ya.make.in Exclude fuzzers 2021-08-30 11:12:25 +03:00