ClickHouse/src/Storages
2021-03-08 19:53:48 +00:00
..
Distributed DirectoryMonitor: Remove const qualifier and lots of mutable qualifiers 2021-03-03 23:30:24 +03:00
HDFS abort() instead of std::terminate() + cleanup 2020-12-30 08:31:45 +03:00
Kafka Improved serialization for data types combined of Arrays and Tuples. 2021-02-17 20:50:09 +03:00
LiveView Whitespaces 2021-02-11 23:59:00 +03:00
MergeTree Merge pull request #21334 from ClickHouse/fix_alter_partition_key 2021-03-03 10:15:11 +03:00
PostgreSQL Update PostgreSQLConnection.h 2021-01-16 15:26:21 +03:00
RabbitMQ Merge pull request #21193 from kitaisreal/storage-rabbit-mq-added-uvloop 2021-02-26 11:04:02 +03:00
RocksDB Fix missing type check in StorageEmbeddedRocksDB 2021-02-03 20:35:23 +03:00
System Auto version update to [21.4.1.1] [54449] 2021-03-06 14:43:30 +03:00
tests Fix backoff for failed background tasks in replicated merge tree 2021-02-11 14:46:18 +03:00
AlterCommands.cpp
AlterCommands.h
CheckResults.h
CMakeLists.txt
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
ConstraintsDescription.cpp
ConstraintsDescription.h
DataDestinationType.h
extractKeyExpressionList.cpp
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp
getStructureOfRemoteTable.h
IndicesDescription.cpp
IndicesDescription.h
IStorage_fwd.h
IStorage.cpp Merge pull request #21303 from ucasFL/forbid 2021-03-03 02:55:06 +03:00
IStorage.h fix 2021-03-02 03:20:03 +00:00
JoinSettings.cpp
JoinSettings.h
KeyDescription.cpp
KeyDescription.h
MarkCache.h
MemorySettings.cpp In memory compression: a prototype 2021-02-11 16:40:15 +03:00
MemorySettings.h Disable in-memory compression by default 2021-02-19 12:02:18 +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
ReadInOrderOptimizer.h
registerStorages.cpp Add storage PostgreSQL with read support 2020-12-27 12:15:57 +00:00
registerStorages.h
SelectQueryDescription.cpp fix 2020-11-02 10:46:58 +00:00
SelectQueryDescription.h
SelectQueryInfo.h Refactor row level security actions. 2021-02-15 22:48:06 +03:00
SetSettings.cpp
SetSettings.h
StorageBuffer.cpp Merge pull request #21303 from ucasFL/forbid 2021-03-03 02:55:06 +03:00
StorageBuffer.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00:00
StorageDictionary.cpp
StorageDictionary.h
StorageDistributed.cpp Distributed: Add ability to delay/throttle INSERT until pending data will be reduced 2021-03-03 23:30:23 +03:00
StorageDistributed.h Distributed: Add ability to delay/throttle INSERT until pending data will be reduced 2021-03-03 23:30:23 +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 Replace direct truncate with O_TRUNC flag 2021-02-20 03:27:23 +04:00
StorageFile.h Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2020-12-22 00:41:52 +03:00
StorageGenerateRandom.cpp
StorageGenerateRandom.h
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
StorageInput.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageJoin.cpp Update StorageJoin locking 2021-02-25 12:31:22 +03:00
StorageJoin.h Minor changes in Hash/StorageJoin, add TableLockHolder to ExecutableFunctionJoinGet 2021-02-25 14:21:06 +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 Merge pull request #21303 from ucasFL/forbid 2021-03-03 02:55:06 +03:00
StorageMaterializedView.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00: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 Restrict mutations for engines which doesn't support them 2021-02-25 13:07:48 +03:00
StorageMemory.h Restrict mutations for engines which doesn't support them 2021-02-25 13:07:48 +03:00
StorageMerge.cpp fix 2021-03-02 03:20:03 +00:00
StorageMerge.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00:00
StorageMergeTree.cpp Review fixes. Add setting max_optimizations_to_apply. 2021-02-26 19:29:56 +03:00
StorageMergeTree.h Remove useless headers 2021-01-10 05:48:57 +03:00
StorageMongoDB.cpp MongoDB table engine now establishes connection only when it reads data. 2021-02-05 11:47:31 +03:00
StorageMongoDB.h Add comment 2021-02-09 18:55:36 +03:00
StorageMySQL.cpp better formatfactory 2020-12-30 06:07:30 +03:00
StorageMySQL.h
StorageNull.cpp fix 2021-03-02 03:20:03 +00:00
StorageNull.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00: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 forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00:00
StorageReplicatedMergeTree.cpp Merge branch 'master' into fix_alter_partition_key 2021-03-02 13:43:41 +03:00
StorageReplicatedMergeTree.h better code 2021-02-08 22:36:17 +03:00
StorageS3.cpp Merge pull request #19748 from excitoon-favorites/s3ssec 2021-02-15 15:23:14 +03:00
StorageS3.h Added global setting s3_max_connections. 2021-01-05 13:34:55 +03:00
StorageS3Settings.cpp Added SSE-C support in S3 client. 2021-01-28 09:32:41 +03:00
StorageS3Settings.h Added SSE-C support in S3 client. 2021-01-28 09:32:41 +03:00
StorageSet.cpp In memory compression: a prototype 2021-02-11 16:40:15 +03:00
StorageSet.h
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
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
StorageValues.cpp
StorageValues.h
StorageView.cpp Merge branch 'master' into filter-push-down 2021-02-26 19:33:27 +03:00
StorageView.h fix subcolumns with some storages 2020-12-23 15:16:26 +03:00
StorageXDBC.cpp
StorageXDBC.h Common base for bridges part 2 2021-03-07 11:21:49 +00: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
ya.make Generate ya.make 2021-02-12 05:33:39 +03:00
ya.make.in Fix Arcadia 2021-01-07 18:40:54 +03:00