ClickHouse/src/Storages
alexey-milovidov ae7eff98ed
Merge pull request #12433 from amosbird/np
Allow nullable key in MergeTree
2020-07-13 04:36:00 +03:00
..
Distributed Fix potential overflow in integer division #12119 2020-07-05 03:29:03 +03:00
Kafka Merge pull request #12120 from filimonov/query_context_for_system_logs 2020-07-07 09:55:20 +03:00
LiveView Better naming 2020-06-19 18:39:41 +03:00
MergeTree Merge pull request #12433 from amosbird/np 2020-07-13 04:36:00 +03:00
RabbitMQ Tiny fixes 2020-07-03 11:02:35 +03:00
System Add lifetime_rows/lifetime_bytes interface (exported via system.tables) 2020-07-11 15:33:11 +03:00
tests Fix strange code CC @Enmk. Prove: g++ -xc++ -include vector - <<< 'int main() { return std::vector<const char>{1, 2, 3}.size(); }' 2020-07-09 02:04:42 +03:00
AlterCommands.cpp Merge pull request #12378 from ClickHouse/allow-clear-column-with-dependencies 2020-07-10 20:18:14 +03:00
AlterCommands.h ISSUES-4006 support first for ALTER ADD|MODIFY COLUMN 2020-07-01 22:58:52 +08: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 ISSUES-4006 support first for ALTER ADD|MODIFY COLUMN 2020-07-01 22:58:52 +08:00
ColumnsDescription.h ISSUES-4006 support first for ALTER ADD|MODIFY COLUMN 2020-07-01 22:58:52 +08:00
CompressionCodecSelector.h Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
ConstraintsDescription.cpp Make metadata single structure 2020-06-05 20:29:40 +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 getColumns in StorageInMemoryMetadta (only compilable) 2020-06-17 19:39:58 +03:00
getStructureOfRemoteTable.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IndicesDescription.cpp Fix alter key when materialized column passed 2020-06-19 13:53:20 +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 Fix alter key when materialized column passed 2020-06-19 13:53:20 +03:00
IStorage.h Add lifetime_rows/lifetime_bytes interface (exported via system.tables) 2020-07-11 15:33:11 +03:00
KeyDescription.cpp Fix race condition 2020-06-12 17:32:47 +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 Merge branch 'master' into alter_rename_column 2020-04-06 11:40:27 +03:00
PartitionCommands.cpp Rename PartDestinationType to DataDestionationType, because there is no part-specific information 2020-05-22 16:29:33 +03:00
PartitionCommands.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ReadInOrderOptimizer.cpp Better locks in Storages 2020-06-18 19:10:47 +03:00
ReadInOrderOptimizer.h Compilable sorting key in metadata 2020-06-17 14:05:11 +03:00
registerStorages.cpp Merge branch 'master' into add-storage-rabbitmq-read-only 2020-07-02 16:08:29 +03:00
registerStorages.h Merge branch 'master' into add-storage-rabbitmq-read-only 2020-07-02 16:08:29 +03: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 Change push down logic in VIEW (#11513) 2020-06-15 15:36:10 +03:00
StorageBuffer.cpp Fix lifetime_bytes/lifetime_rows for Buffer direct block write 2020-07-12 01:16:05 +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 Fix "Sharding key is not deterministic" message 2020-06-29 23:00:14 +03:00
StorageDistributed.h Merge pull request #11715 from azat/dist-optimize_skip_unused_shards-fixes 2020-06-24 12:54:58 +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 Better logging in storages 2020-06-19 20:17:13 +03:00
StorageJoin.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageLog.cpp Better logging in storages 2020-06-19 20:17:13 +03:00
StorageLog.h Better locks in Storages 2020-06-18 19:10:47 +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 Better naming 2020-06-19 18:39:41 +03:00
StorageMaterializedView.h Better locks in Storages 2020-06-18 19:10:47 +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 Clang-tidy fixes 2020-06-22 18:51:11 +03:00
StorageMerge.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageMergeTree.cpp remove questionable functionality 2020-07-07 12:58:14 +03:00
StorageMergeTree.h Moves task shall be started if new storage policy needs them. 2020-06-30 15:36:44 +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 Fix error 2020-07-10 02:45:29 +03:00
StorageReplicatedMergeTree.h Merge remote-tracking branch 'upstream/master' into HEAD 2020-07-02 20:18:21 +03:00
StorageS3.cpp Implemented single part uploads for DiskS3 (#12026) 2020-07-09 17:09:17 +03:00
StorageS3.h Compileable getSampleBlockWithColumns in StorageInMemoryMetadata 2020-06-16 17:25:08 +03: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 Better logging in storages 2020-06-19 20:17:13 +03:00
StorageStripeLog.h Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageTinyLog.cpp Better logging in storages 2020-06-19 20:17:13 +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 Fix transform query for external databases in presense of aliases #12032 2020-07-06 04:50:45 +03:00
transformQueryForExternalDatabase.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TTLDescription.cpp fix TTL after renaming column 2020-07-09 02:25:31 +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 Fix filtering by virtual columns #12166 2020-07-09 02:52:57 +03:00
VirtualColumnUtils.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Merge remote-tracking branch 'upstream/master' into HEAD 2020-07-02 20:18:21 +03:00