ClickHouse/src/Storages
2020-04-20 22:53:19 +03:00
..
Distributed Use thread pool (background_distributed_schedule_pool_size) for distributed sends 2020-04-19 12:01:56 +03:00
Kafka Remove useless code 2020-04-15 00:05:45 +03:00
LiveView Merge branch 'master' into timed_rwlock 2020-04-10 11:38:20 +03:00
MergeTree Allowed to alter column in non-modifying data mode when the same type is specified. 2020-04-20 14:15:06 +03:00
System Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
tests Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
AlterCommands.cpp Update AlterCommands.cpp 2020-04-20 22:53:19 +03:00
AlterCommands.h Allowed to alter column in non-modifying data mode when the same type is specified. 2020-04-20 14:15:06 +03:00
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h
ColumnsDescription.cpp Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
ColumnsDescription.h
CompressionCodecSelector.h
ConstraintsDescription.cpp Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
ConstraintsDescription.h
getStructureOfRemoteTable.cpp Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
getStructureOfRemoteTable.h
IndicesDescription.cpp Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
IndicesDescription.h
IStorage_fwd.h
IStorage.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
IStorage.h Merge branch 'master' into timed_rwlock 2020-04-10 11:38:20 +03:00
MarkCache.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MutationCommands.cpp Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
MutationCommands.h
PartitionCommands.cpp
PartitionCommands.h
ReadInOrderOptimizer.cpp renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
ReadInOrderOptimizer.h
registerStorages.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
registerStorages.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
SelectQueryInfo.h
StorageBuffer.cpp Use separate pool for buffer flushes (background_buffer_flush_schedule_pool_size) 2020-04-16 20:14:28 +03:00
StorageBuffer.h Use separate pool for buffer flushes (background_buffer_flush_schedule_pool_size) 2020-04-16 20:14:28 +03:00
StorageDictionary.cpp Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
StorageDictionary.h Merge pull request #10133 from 4ertus2/joins 2020-04-18 16:08:15 +03:00
StorageDistributed.cpp Use thread pool (background_distributed_schedule_pool_size) for distributed sends 2020-04-19 12:01:56 +03:00
StorageDistributed.h Use thread pool (background_distributed_schedule_pool_size) for distributed sends 2020-04-19 12:01:56 +03:00
StorageFactory.cpp Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageFactory.h Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageFile.cpp Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageFile.h
StorageGenerateRandom.cpp Support Nested types in "generateRandom" 2020-04-13 02:08:32 +03:00
StorageGenerateRandom.h
StorageHDFS.cpp Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageHDFS.h
StorageInMemoryMetadata.cpp
StorageInMemoryMetadata.h
StorageInput.cpp
StorageInput.h
StorageJoin.cpp renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
StorageJoin.h renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
StorageLog.cpp
StorageLog.h
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedView.cpp Merge branch 'master' into timed_rwlock 2020-04-10 11:38:20 +03:00
StorageMaterializedView.h Merge pull request #10052 from Vxider/mv_parallel_insert 2020-04-14 01:30:44 +03:00
StorageMemory.cpp
StorageMemory.h
StorageMerge.cpp Remove useless code 2020-04-15 00:05:45 +03:00
StorageMerge.h Merge branch 'master' into timed_rwlock 2020-04-10 11:38:20 +03:00
StorageMergeTree.cpp Merge branch 'master' into timed_rwlock 2020-04-10 11:38:20 +03:00
StorageMergeTree.h
StorageMySQL.cpp Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageMySQL.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
StorageNull.cpp Added new config settings to control timeouts 2020-04-09 21:10:27 +03:00
StorageNull.h
StorageReplicatedMergeTree.cpp fix DROP vs OPTIMIZE race in ReplicatedMergeTree 2020-04-16 18:30:18 +03:00
StorageReplicatedMergeTree.h
StorageS3.cpp Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageS3.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
StorageSet.cpp Support transform_null_in option for StorageSet 2020-04-10 14:42:36 +09:00
StorageSet.h
StorageStripeLog.cpp
StorageStripeLog.h
StorageTinyLog.cpp
StorageTinyLog.h
StorageURL.cpp Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageURL.h
StorageValues.cpp
StorageValues.h
StorageView.cpp Remove useless code 2020-04-15 00:05:45 +03:00
StorageView.h
StorageXDBC.cpp Rework access rights for table functions. 2020-04-07 23:31:59 +03:00
StorageXDBC.h
TableStructureLockHolder.h
transformQueryForExternalDatabase.cpp
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp
VirtualColumnUtils.h
ya.make Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00