.. |
Distributed
|
Make createSelector() static (in storage) and const (in stream)
|
2020-05-01 11:31:05 +03:00 |
Kafka
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
LiveView
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
MergeTree
|
Merge pull request #10531 from CurtizJ/polymorphic-parts-2
|
2020-04-30 12:15:25 +03:00 |
System
|
Remove obsolete records from system.build_options
|
2020-05-02 17:00:03 +03:00 |
tests
|
Merge pull request #10531 from CurtizJ/polymorphic-parts-2
|
2020-04-30 12:15:25 +03:00 |
AlterCommands.cpp
|
Better virtuals logic
|
2020-04-27 16:55:30 +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
|
Better virtuals logic
|
2020-04-27 16:55:30 +03:00 |
ColumnsDescription.h
|
Better virtuals logic
|
2020-04-27 16:55:30 +03:00 |
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
|
Checkpoint
|
2020-04-22 09:22:14 +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
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
IStorage.h
|
Remove obsolete comment
|
2020-05-01 13:05:37 +03:00 |
MarkCache.h
|
|
|
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
|
|
|
PartitionCommands.h
|
|
|
ReadInOrderOptimizer.cpp
|
|
|
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
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
StorageBuffer.cpp
|
Fix segfault in StorageBuffer when exception on server startup (#10609)
|
2020-05-02 19:54:20 +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
|
Merge pull request #10611 from azat/optimize_skip_unused_shards-LowCardinality
|
2020-05-02 22:14:33 +03:00 |
StorageDistributed.h
|
Make createSelector() static (in storage) and const (in stream)
|
2020-05-01 11:31:05 +03:00 |
StorageFactory.cpp
|
|
|
StorageFactory.h
|
|
|
StorageFile.cpp
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageFile.h
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageGenerateRandom.cpp
|
Support Nested types in "generateRandom"
|
2020-04-13 02:08:32 +03:00 |
StorageGenerateRandom.h
|
|
|
StorageHDFS.cpp
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageHDFS.h
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageInMemoryMetadata.cpp
|
|
|
StorageInMemoryMetadata.h
|
|
|
StorageInput.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
StorageInput.h
|
|
|
StorageJoin.cpp
|
Checkpoint
|
2020-04-22 09:22:14 +03:00 |
StorageJoin.h
|
|
|
StorageLog.cpp
|
|
|
StorageLog.h
|
|
|
StorageLogSettings.cpp
|
|
|
StorageLogSettings.h
|
|
|
StorageMaterializedView.cpp
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageMaterializedView.h
|
Fix several wrong usages
|
2020-04-27 18:38:35 +03:00 |
StorageMemory.cpp
|
Merge branch 'master' into database_atomic
|
2020-04-23 17:31:37 +03:00 |
StorageMemory.h
|
|
|
StorageMerge.cpp
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageMerge.h
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageMergeTree.cpp
|
Merge branch 'master' into database_atomic
|
2020-04-23 17:31:37 +03:00 |
StorageMergeTree.h
|
Merge branch 'master' into database_atomic
|
2020-04-08 22:00:46 +03:00 |
StorageMySQL.cpp
|
Fix several wrong usages
|
2020-04-27 18:38:35 +03:00 |
StorageMySQL.h
|
Changes required for auto-sync with Arcadia
|
2020-04-16 15:31:57 +03:00 |
StorageNull.cpp
|
Merge branch 'master' into database_atomic
|
2020-04-12 16:35:44 +03:00 |
StorageNull.h
|
|
|
StorageReplicatedMergeTree.cpp
|
Finalize mutations in background (#10526)
|
2020-04-27 19:19:04 +03:00 |
StorageReplicatedMergeTree.h
|
Merge branch 'master' into database_atomic
|
2020-04-23 17:31:37 +03:00 |
StorageS3.cpp
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageS3.h
|
Fix pushing to views stream and refactor virtuals
|
2020-04-28 13:38:57 +03:00 |
StorageSet.cpp
|
Merge branch 'master' into database_atomic
|
2020-04-23 17:31:37 +03:00 |
StorageSet.h
|
|
|
StorageStripeLog.cpp
|
|
|
StorageStripeLog.h
|
|
|
StorageTinyLog.cpp
|
|
|
StorageTinyLog.h
|
|
|
StorageURL.cpp
|
|
|
StorageURL.h
|
|
|
StorageValues.cpp
|
Review fixes and better test
|
2020-04-29 15:15:23 +03:00 |
StorageValues.h
|
Review fixes and better test
|
2020-04-29 15:15:23 +03:00 |
StorageView.cpp
|
Checkpoint
|
2020-04-22 09:22:14 +03:00 |
StorageView.h
|
|
|
StorageXDBC.cpp
|
Fix several wrong usages
|
2020-04-27 18:38:35 +03:00 |
StorageXDBC.h
|
|
|
TableStructureLockHolder.h
|
|
|
transformQueryForExternalDatabase.cpp
|
|
|
transformQueryForExternalDatabase.h
|
|
|
VirtualColumnUtils.cpp
|
|
|
VirtualColumnUtils.h
|
|
|
ya.make
|
Fix build in Arcadia (#10413)
|
2020-04-21 23:23:44 +03:00 |