ClickHouse/src/Storages
Anton Popov 8bdf63f8e5
Merge pull request #45191 from ClickHouse/fix-ip-part-name
Fix part ID generation for IP types for backward compatibility
2023-01-12 12:15:06 +01:00
..
Cache Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
Distributed Merge pull request #43406 from azat/dist/async-insert-stat 2022-12-05 12:53:12 +03:00
examples Fix -Wshorten-64-to-32 in examples 2022-10-21 13:25:43 +02:00
FileLog Better 2023-01-10 11:16:20 +01:00
fuzzers
HDFS Analyzer aggregation without column fix 2023-01-10 16:49:55 +01:00
Hive s3 table function can support select nested column using {column_name}.{subcolumn_name} 2022-11-23 23:36:12 +08:00
Kafka Fix style 2022-12-30 16:46:21 +00:00
LiveView Fix style check 2022-12-12 11:25:53 +00:00
MeiliSearch Merge remote-tracking branch 'upstream/master' into use-new-named-collections-code-2 2023-01-03 16:41:30 +01:00
MergeTree Merge pull request #45191 from ClickHouse/fix-ip-part-name 2023-01-12 12:15:06 +01:00
MySQL Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
NATS Fix comments 2022-12-15 19:47:10 +00:00
PostgreSQL Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
RabbitMQ Add logging, remove closing connection in destructor 2023-01-04 18:08:55 +01:00
RocksDB Added force_wait parameter to IStorage::mutate() 2022-12-30 16:23:03 +01:00
System Merge pull request #43840 from Algunenano/system_tables_nolock 2023-01-10 20:26:21 +03:00
tests Replace old named collections code for url 2022-12-17 00:24:05 +01:00
WindowView Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
addColumnsStructureToQueryWithClusterEngine.cpp Fix style 2022-10-19 21:48:01 +02:00
addColumnsStructureToQueryWithClusterEngine.h Make better 2022-10-18 13:03:55 +00:00
AlterCommands.cpp Merge branch 'master' into perf_experiment 2022-12-27 10:51:58 +01:00
AlterCommands.h Minor code polishing 2022-12-22 14:31:42 +01:00
checkAndGetLiteralArgument.cpp
checkAndGetLiteralArgument.h
CheckResults.h
CMakeLists.txt
ColumnDefault.cpp
ColumnDefault.h dedicated flag for ephemeral default, make ephemeral accept expression instead of literal 2022-12-11 00:40:35 +00:00
ColumnDependency.h
ColumnsDescription.cpp dedicated flag for ephemeral default, make ephemeral accept expression instead of literal 2022-12-11 00:40:35 +00:00
ColumnsDescription.h
CompressionCodecSelector.h
ConstraintsDescription.cpp Replace std::vector with absl inlined_vector 2022-10-13 21:50:11 +02:00
ConstraintsDescription.h
DataDestinationType.h
ExecutableSettings.cpp
ExecutableSettings.h
ExternalDataSourceConfiguration.cpp Remove some more old code 2022-12-17 00:34:29 +01:00
ExternalDataSourceConfiguration.h Replace old named collections code for mongo 2022-12-17 00:50:25 +01:00
extractKeyExpressionList.cpp
extractKeyExpressionList.h
Freeze.cpp Remove unused parameter 2022-10-21 14:35:37 +02:00
Freeze.h
getStructureOfRemoteTable.cpp Merge branch 'master' into dynamic-columns-14 2022-10-31 16:15:19 +01:00
getStructureOfRemoteTable.h
getVirtualsForStorage.cpp
getVirtualsForStorage.h
IMessageProducer.cpp Fix comments 2022-12-15 19:47:10 +00:00
IMessageProducer.h Fix comments 2022-12-15 19:47:10 +00:00
IndicesDescription.cpp
IndicesDescription.h
IStorage_fwd.h
IStorage.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
IStorage.h Revert "Revert "Custom reading for mutation"" 2023-01-10 16:31:01 +01:00
IStorageCluster.h Parallel distributed insert select with s3Cluster [3] (#44955) 2023-01-09 13:30:32 +01:00
KeyDescription.cpp
KeyDescription.h
KVStorageUtils.cpp Add a limit for string size in RowBinary format (#43842) 2022-12-02 13:57:11 +01:00
KVStorageUtils.h Add a limit for string size in RowBinary format (#43842) 2022-12-02 13:57:11 +01:00
LightweightDeleteDescription.cpp
LightweightDeleteDescription.h
MarkCache.h
MemorySettings.cpp
MemorySettings.h
MessageQueueSink.cpp Fix style 2022-12-30 16:46:21 +00:00
MessageQueueSink.h Don't use WithContext to prevent context expiration 2022-12-21 10:43:48 +00:00
MutationCommands.cpp Minor code polishing 2022-12-22 14:31:42 +01:00
MutationCommands.h Minor code polishing 2022-12-22 14:31:42 +01:00
NamedCollectionsHelpers.cpp Fix cland tidy 2023-01-05 12:04:07 +01:00
NamedCollectionsHelpers.h Merge remote-tracking branch 'upstream/master' into use-new-named-collections-code-2 2023-01-03 16:41:30 +01:00
PartitionCommands.cpp
PartitionCommands.h
PartitionedSink.cpp Replace std::vector with absl inlined_vector 2022-10-13 21:50:11 +02:00
PartitionedSink.h
ProjectionsDescription.cpp
ProjectionsDescription.h
ReadFinalForExternalReplicaStorage.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ReadFinalForExternalReplicaStorage.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ReadFromStorageProgress.cpp Fix build 2022-12-12 12:06:00 +01:00
ReadFromStorageProgress.h Show progress bar while reading from s3 table function 2022-11-21 17:56:02 +01:00
ReadInOrderOptimizer.cpp Merge pull request #41701 from CurtizJ/fix-monotonic-order-by 2022-09-30 17:32:37 +02:00
ReadInOrderOptimizer.h
registerStorages.cpp Merge branch 'master' into fix-describe-delta-lake-hudi 2022-11-21 08:23:33 +00:00
registerStorages.h
RenamingRestrictions.h Minor code polishing 2022-12-22 14:31:42 +01:00
SelectQueryDescription.cpp
SelectQueryDescription.h
SelectQueryInfo.h Add test. 2023-01-02 18:01:53 +00:00
SetSettings.cpp
SetSettings.h
StorageBuffer.cpp Fix possible "No column to rollback" logical error during INSERT into Buffer 2022-11-17 19:12:58 +01:00
StorageBuffer.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageDeltaLake.cpp Merge branch 'master' into fix-describe-delta-lake-hudi 2022-11-21 08:23:33 +00:00
StorageDeltaLake.h Merge branch 'master' into fix-describe-delta-lake-hudi 2022-11-21 08:23:33 +00:00
StorageDictionary.cpp Added JOIN support for different algorithm 2022-10-24 10:22:21 +02:00
StorageDictionary.h Added JOIN support for different algorithm 2022-10-24 10:22:21 +02:00
StorageDistributed.cpp Parallel distributed insert select with s3Cluster [3] (#44955) 2023-01-09 13:30:32 +01:00
StorageDistributed.h Parallel distributed insert select with s3Cluster [3] (#44955) 2023-01-09 13:30:32 +01:00
StorageExecutable.cpp Avoid std::out_of_range exception in StorageExecutable 2022-12-28 16:21:58 +00:00
StorageExecutable.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageExternalDistributed.cpp Replace old named collections code for postgresql 2022-12-17 01:30:55 +01:00
StorageExternalDistributed.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageFactory.cpp
StorageFactory.h
StorageFile.cpp Merge pull request #43927 from pufit/mmap-for-storage-file 2023-01-11 21:25:02 +01:00
StorageFile.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageGenerateRandom.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageGenerateRandom.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageHudi.cpp Merge branch 'master' into fix-describe-delta-lake-hudi 2022-11-21 08:23:33 +00:00
StorageHudi.h Fix DESCRIBE for deltaLake and hudi table functions 2022-11-17 11:46:17 +00:00
StorageInMemoryMetadata.cpp
StorageInMemoryMetadata.h remove useless code 2022-10-12 03:48:37 +00:00
StorageInput.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageInput.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageJoin.cpp Fix wrong column nullability in StoreageJoin 2023-01-11 16:17:21 +00:00
StorageJoin.h Fix wrong column nullability in StoreageJoin 2023-01-11 16:17:21 +00:00
StorageKeeperMap.cpp Add a limit for string size in RowBinary format (#43842) 2022-12-02 13:57:11 +01:00
StorageKeeperMap.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageLog.cpp Finalize buffers after writing. 2022-12-09 03:02:45 +01:00
StorageLog.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedMySQL.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageMaterializedMySQL.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageMaterializedView.cpp Added force_wait parameter to IStorage::mutate() 2022-12-30 16:23:03 +01:00
StorageMaterializedView.h Added force_wait parameter to IStorage::mutate() 2022-12-30 16:23:03 +01:00
StorageMemory.cpp Added force_wait parameter to IStorage::mutate() 2022-12-30 16:23:03 +01:00
StorageMemory.h Added force_wait parameter to IStorage::mutate() 2022-12-30 16:23:03 +01:00
StorageMerge.cpp Analyzer aggregation without column fix 2023-01-10 16:49:55 +01:00
StorageMerge.h Removed check and added a test. 2023-01-06 15:04:00 +00:00
StorageMergeTree.cpp Fix integration test. 2022-12-30 16:20:06 +00:00
StorageMergeTree.h Added force_wait parameter to IStorage::mutate() 2022-12-30 16:23:03 +01:00
StorageMongoDB.cpp Merge remote-tracking branch 'upstream/master' into use-new-named-collections-code-2 2023-01-03 16:41:30 +01:00
StorageMongoDB.h Replace old named collections code for mongo 2022-12-17 00:50:25 +01:00
StorageMongoDBSocketFactory.cpp Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
StorageMongoDBSocketFactory.h
StorageMySQL.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageMySQL.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageNull.cpp
StorageNull.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StoragePostgreSQL.cpp Fix tests 2022-12-22 00:27:22 +01:00
StoragePostgreSQL.h Replace old named collections code for postgresql 2022-12-17 01:30:55 +01:00
StorageProxy.h Added force_wait parameter to IStorage::mutate() 2022-12-30 16:23:03 +01:00
StorageReplicatedMergeTree.cpp Merge branch 'master' into fix_get_part_name 2023-01-10 21:39:35 +01:00
StorageReplicatedMergeTree.h Merge pull request #44847 from ClickHouse/fix_rare_race 2023-01-10 12:09:10 +01:00
StorageS3.cpp Fixed build 2023-01-10 16:49:55 +01:00
StorageS3.h Merge pull request #44939 from ClickHouse/revert-44493-s3_optimize 2023-01-10 10:42:18 +01:00
StorageS3Cluster.cpp Parallel distributed insert select with s3Cluster [3] (#44955) 2023-01-09 13:30:32 +01:00
StorageS3Cluster.h Parallel distributed insert select with s3Cluster [3] (#44955) 2023-01-09 13:30:32 +01:00
StorageS3Settings.cpp Merge pull request #44707 from xiedeyantu/s3-add-config 2023-01-09 13:28:53 +01:00
StorageS3Settings.h Merge pull request #44707 from xiedeyantu/s3-add-config 2023-01-09 13:28:53 +01:00
StorageSet.cpp
StorageSet.h
StorageSnapshot.cpp Restored old logic for filling _part_offset 2022-12-28 18:07:36 +01:00
StorageSnapshot.h
StorageSQLite.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageSQLite.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageStripeLog.cpp Finalize buffers after writing. 2022-12-09 03:02:45 +01:00
StorageStripeLog.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageTableFunction.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageURL.cpp Fix cland tidy 2023-01-05 12:04:07 +01:00
StorageURL.h Replace old named collections code for url 2022-12-17 00:24:05 +01:00
StorageValues.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageValues.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageView.cpp Merge branch 'master' into remove-limits-on-maximum-result-for-view 2022-12-22 12:17:06 +01:00
StorageView.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageXDBC.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
StorageXDBC.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
TableLockHolder.h
transformQueryForExternalDatabase.cpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
transformQueryForExternalDatabase.h
TTLDescription.cpp Cleanup code 2022-12-02 19:15:26 +00:00
TTLDescription.h
TTLMode.h
UVLoop.h Simplify loop, add comment 2023-01-04 13:47:15 +01:00
VirtualColumnUtils.cpp Merge branch 'master' into perf_experiment 2022-12-20 09:07:48 +00:00
VirtualColumnUtils.h