ClickHouse/src/Storages
2020-08-08 17:05:46 +03:00
..
Distributed Rework and rename the template class SettingsCollection => BaseSettings. 2020-07-31 20:54:18 +03:00
Kafka Use references while iterating through settings. 2020-08-04 04:00:38 +03:00
LiveView Fixing clang build. 2020-07-15 16:18:53 +02:00
MergeTree Change error code #13416 2020-08-08 17:05:46 +03:00
RabbitMQ Rework and rename the template class SettingsCollection => BaseSettings. 2020-07-31 20:54:18 +03:00
System Auto version update to [20.8.1.1] [54438] 2020-08-07 21:45:49 +03:00
tests Remove TreeExecutorBlockInputStream. 2020-07-31 16:23:19 +03:00
AlterCommands.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
AlterCommands.h Comment and style 2020-07-21 18:19:41 +03:00
CheckResults.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnCodec.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnDefault.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnDefault.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnDependency.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnsDescription.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
ColumnsDescription.h Some intermediate solution 2020-07-13 20:27:52 +03:00
CompressionCodecSelector.h Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
ConstraintsDescription.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
ConstraintsDescription.h Make metadata single structure 2020-06-05 20:29:40 +03:00
DataDestinationType.h Rename PartDestinationType to DataDestionationType, because there is no part-specific information 2020-05-22 16:29:33 +03:00
extractKeyExpressionList.cpp Better naming 2020-05-28 16:09:03 +03:00
extractKeyExpressionList.h Better naming 2020-05-28 16:09:03 +03:00
getStructureOfRemoteTable.cpp Fix tests 2020-07-14 11:19:39 +03:00
getStructureOfRemoteTable.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IndicesDescription.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
IndicesDescription.h Check arguments of bloom filter index 2020-07-10 11:13:21 +03:00
IStorage_fwd.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IStorage.cpp Merge pull request #13013 from vitlibar/implement-custom-settings 2020-08-02 05:01:14 +03:00
IStorage.h Make SettingsChanges a class. 2020-07-31 19:11:27 +03:00
KeyDescription.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
KeyDescription.h Slightly better interfaces and comments 2020-06-12 12:37:52 +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 Add setting allow_non_metadata_alters 2020-07-21 17:05:30 +03:00
PartitionCommands.cpp Use absolute paths to backup locations (shadow) 2020-07-30 18:03:26 +01:00
PartitionCommands.h Use absolute paths to backup locations (shadow) 2020-07-30 18:03:26 +01:00
ReadInOrderOptimizer.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
ReadInOrderOptimizer.h Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
registerStorages.cpp COS (Tencent Cloud Object Storage) integration 2020-07-10 15:26:55 +08:00
registerStorages.h COS (Tencent Cloud Object Storage) integration 2020-07-10 15:26:55 +08:00
SelectQueryDescription.cpp Better assignment 2020-06-09 20:42:04 +03:00
SelectQueryDescription.h Make metadata single structure 2020-06-05 20:29:40 +03:00
SelectQueryInfo.h Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
StorageBuffer.cpp typo 2020-07-14 15:40:18 +03:00
StorageBuffer.h Fix lifetime_bytes/lifetime_rows for Buffer direct block write 2020-07-12 01:16:05 +03:00
StorageDictionary.cpp Make code clearer: use enum instead of bool internal. 2020-07-05 17:14:29 +03:00
StorageDictionary.h Update StorageDictionary.h 2020-07-05 18:45:05 +03:00
StorageDistributed.cpp Minor fixes. 2020-07-28 19:45:46 +03:00
StorageDistributed.h Real fix of test. 2020-07-26 21:27:36 +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 done 2020-07-07 14:45:20 +03:00
StorageFile.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageGenerateRandom.cpp Fix array size overflow in generateRandom 2020-06-28 17:33:02 +03:00
StorageGenerateRandom.h Metadata in read and write methods of IStorage 2020-06-15 22:08:58 +03:00
StorageHDFS.cpp Better naming 2020-06-19 18:39:41 +03:00
StorageHDFS.h Metadata in read and write methods of IStorage 2020-06-15 22:08:58 +03:00
StorageInMemoryMetadata.cpp Better logging in storages 2020-06-19 20:17:13 +03:00
StorageInMemoryMetadata.h Allow to ALTER partition key in some cases 2020-06-28 22:39:31 +03:00
StorageInput.cpp Better naming 2020-06-19 18:39:41 +03:00
StorageInput.h Metadata in read and write methods of IStorage 2020-06-15 22:08:58 +03:00
StorageJoin.cpp Rework the StringField* classes and make conversion String => StringField* explicit. 2020-07-31 19:11:27 +03:00
StorageJoin.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageLog.cpp DiskS3 caching improvements. 2020-07-30 16:42:05 +03:00
StorageLog.h Rollback insertion error in Log engines #12402 2020-07-12 05:32:18 +03:00
StorageLogSettings.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
StorageLogSettings.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
StorageMaterializedView.cpp Alter table freeze with verbose output 2020-07-28 18:10:36 +03:00
StorageMaterializedView.h Alter table freeze with verbose output 2020-07-28 18:10:36 +03:00
StorageMemory.cpp Consider allocatedBytes() instead of bytes() in Storage{Buffer,Memory}. 2020-06-25 00:27:53 +03:00
StorageMemory.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageMerge.cpp Block structure mismatch is a program error 2020-07-28 21:35:18 +03:00
StorageMerge.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageMergeTree.cpp Better comments 2020-07-31 15:22:32 +03:00
StorageMergeTree.h Better comments 2020-07-31 15:22:32 +03:00
StorageMongoDB.cpp Fixes 2020-06-26 17:28:00 +03:00
StorageMongoDB.h Remove strange header 2020-06-26 19:32:15 +03:00
StorageMySQL.cpp Support Enums type for MySQL engine #3985 2020-06-27 09:10:07 +08:00
StorageMySQL.h Metadata in read and write methods of IStorage 2020-06-15 22:08:58 +03:00
StorageNull.cpp Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageNull.h Better logging in storages 2020-06-19 20:17:13 +03:00
StorageReplicatedMergeTree.cpp Merge branch 'master' into database_atomic_improvements 2020-08-03 14:35:40 +03:00
StorageReplicatedMergeTree.h Alter table freeze with verbose output 2020-07-28 18:10:36 +03:00
StorageS3.cpp Registering StorageS3 and TableFunctionS3 under two different names (S3 and COSN). 2020-07-13 22:13:30 +08:00
StorageS3.h Registering StorageS3 and TableFunctionS3 under two different names (S3 and COSN). 2020-07-13 22:13:30 +08:00
StorageS3Settings.cpp Tiny fixes for storage s3 2020-06-04 16:48:20 +03:00
StorageS3Settings.h Add default credentials and custom headers for s3 table functions. 2020-06-02 20:48:49 +03:00
StorageSet.cpp Better naming 2020-06-19 18:39:41 +03:00
StorageSet.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageStripeLog.cpp DiskS3 caching improvements. 2020-07-30 16:42:05 +03:00
StorageStripeLog.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageTinyLog.cpp Fixup 2020-07-16 11:33:51 +03:00
StorageTinyLog.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageURL.cpp Remove bad ugliness 2020-07-09 04:00:16 +03:00
StorageURL.h Remove bad ugliness 2020-07-09 04:00:16 +03:00
StorageValues.cpp Better logging in storages 2020-06-19 20:17:13 +03:00
StorageValues.h Metadata in read and write methods of IStorage 2020-06-15 22:08:58 +03:00
StorageView.cpp Better logging in storages 2020-06-19 20:17:13 +03:00
StorageView.h Select query in metadata 2020-06-17 17:06:22 +03:00
StorageXDBC.cpp Better logging in storages 2020-06-19 20:17:13 +03:00
StorageXDBC.h getColumns in StorageInMemoryMetadta (only compilable) 2020-06-17 19:39:58 +03:00
TableLockHolder.h Better comments 2020-06-22 12:49:21 +03:00
transformQueryForExternalDatabase.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
transformQueryForExternalDatabase.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TTLDescription.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
TTLDescription.h fix TTL after renaming column 2020-07-09 02:25:31 +03:00
TTLMode.h Compileable code 2020-05-28 18:33:44 +03:00
VirtualColumnUtils.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
VirtualColumnUtils.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Normalize ya.make files, fix "Arcadia" build 2020-08-02 16:57:38 +03:00
ya.make.in Normalize ya.make files, fix "Arcadia" build 2020-08-02 16:57:38 +03:00