.. |
Distributed
|
Add ability to use multiple disks/volumes for Distributed engine
|
2020-01-25 20:52:31 +03:00 |
Kafka
|
Merge branch 'master' into table_name_in_istorage
|
2019-12-30 14:08:09 +03:00 |
LiveView
|
fix LiveView dependencies
|
2020-01-25 01:51:23 +03:00 |
MergeTree
|
Prettier removal of part data on destroy.
|
2020-01-26 00:27:46 +03:00 |
System
|
Refactoring of replxx (#8748)
|
2020-01-23 11:18:19 +03:00 |
tests
|
Seek reworking.
|
2020-01-28 15:48:01 +03:00 |
AlterCommands.cpp
|
Merge pull request #8614 from ClickHouse/fix_alter_codec
|
2020-01-10 23:15:45 +03:00 |
AlterCommands.h
|
More comments
|
2019-12-29 14:25:26 +03:00 |
CheckResults.h
|
Update CheckResults.h
|
2019-07-08 22:56:48 +03:00 |
CMakeLists.txt
|
Add missing dependecies on sight to enable --no-undefined option
|
2019-07-04 17:05:55 +03:00 |
ColumnCodec.h
|
ISSUES-838 add lz4、none、zstd codec
|
2018-12-13 12:10:34 +08:00 |
ColumnDefault.cpp
|
Fix gcc9 warnings and ICE's
|
2019-05-31 11:55:01 +03:00 |
ColumnDefault.h
|
store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101]
|
2019-03-15 19:37:52 +03:00 |
ColumnsDescription.cpp
|
Fixed unpleasant code #6401
|
2019-08-08 23:02:30 +03:00 |
ColumnsDescription.h
|
Add buffer callback to fill in virtual columns
|
2019-05-23 14:15:18 +03:00 |
CompressionCodecSelector.h
|
Add test with non default config
|
2018-12-24 18:50:02 +03:00 |
ConstraintsDescription.cpp
|
Minor review fixes
|
2019-05-25 17:07:45 +03:00 |
ConstraintsDescription.h
|
Minor review fixes
|
2019-05-25 17:07:45 +03:00 |
getStructureOfRemoteTable.cpp
|
Move backQuote() and quoteString() to a separate file, use StringRefs.
|
2019-10-11 00:18:52 +03:00 |
getStructureOfRemoteTable.h
|
CLICKHOUSE-3837 fix
|
2018-07-25 15:53:38 +03:00 |
IndicesDescription.cpp
|
Include FieldVisitors.h in less files.
|
2019-10-07 20:23:05 +03:00 |
IndicesDescription.h
|
Include FieldVisitors.h in less files.
|
2019-10-07 20:23:05 +03:00 |
IStorage_fwd.h
|
get rid of StorageWeakPtr
|
2020-01-14 19:54:25 +03:00 |
IStorage.cpp
|
fix build
|
2020-01-09 19:32:21 +03:00 |
IStorage.h
|
Merged with master
|
2020-01-23 18:44:26 +03:00 |
MarkCache.h
|
Make "mark_cache_min_lifetime" setting obsolete
|
2019-12-31 05:47:10 +03:00 |
MutationCommands.cpp
|
Move backQuote() and quoteString() to a separate file, use StringRefs.
|
2019-10-11 00:18:52 +03:00 |
MutationCommands.h
|
Add parts_to_do_names column to system.mutations
|
2019-12-12 19:24:03 +03:00 |
PartitionCommands.cpp
|
fix merge conflict
|
2019-12-17 08:20:54 +01:00 |
PartitionCommands.h
|
Rename move partition to partition_expr to move partition to table partition_expr
|
2019-09-17 13:59:09 +02:00 |
ReadInOrderOptimizer.cpp
|
Fix some spelling mistakes
|
2020-01-11 17:51:33 +08:00 |
ReadInOrderOptimizer.h
|
improve input order analyzing and turn on order by optimization with left/inner joins
|
2019-12-20 16:15:17 +03:00 |
registerStorages.cpp
|
Build fixes. Arm, minimal build
|
2019-12-20 17:46:00 +03:00 |
registerStorages.h
|
Build fixes. Arm, minimal build
|
2019-12-20 17:46:00 +03:00 |
SelectQueryInfo.h
|
Merge pull request #7769 from amosbird/betterprewhere
|
2019-12-31 09:07:02 +03:00 |
StorageBuffer.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-13 14:41:42 +03:00 |
StorageBuffer.h
|
Merge branch 'master' into table_name_in_istorage
|
2019-12-30 14:08:09 +03:00 |
StorageDictionary.cpp
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageDictionary.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageDistributed.cpp
|
Merge pull request #8756 from azat/distributed_storage_configuration
|
2020-01-26 02:19:28 +03:00 |
StorageDistributed.h
|
Add ability to use multiple disks/volumes for Distributed engine
|
2020-01-25 20:52:31 +03:00 |
StorageFactory.cpp
|
check path in constructor
|
2020-01-21 14:11:11 +03:00 |
StorageFactory.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageFile.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-15 14:55:20 +03:00 |
StorageFile.h
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-09 17:33:58 +03:00 |
StorageHDFS.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-15 14:55:20 +03:00 |
StorageHDFS.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageID.h
|
fix empty table name
|
2020-01-09 19:01:44 +03:00 |
StorageInMemoryMetadata.h
|
More usage of StorageInMemoryMetadata
|
2019-12-27 22:04:30 +03:00 |
StorageInput.cpp
|
Fixed StorageInput::StorageInput a little bit.
|
2020-01-27 13:19:14 +03:00 |
StorageInput.h
|
refactor storage name
|
2019-12-26 19:23:38 +03:00 |
StorageJoin.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-09 17:33:58 +03:00 |
StorageJoin.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageLog.cpp
|
SeekableReadBuffer refactoring.
|
2020-01-27 21:44:30 +03:00 |
StorageLog.h
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-13 14:41:42 +03:00 |
StorageMaterializedView.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-09 17:33:58 +03:00 |
StorageMaterializedView.h
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-09 17:33:58 +03:00 |
StorageMemory.cpp
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageMemory.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageMerge.cpp
|
fix build
|
2020-01-09 19:32:21 +03:00 |
StorageMerge.h
|
add asserts on invalid StorageID
|
2019-12-30 21:20:43 +03:00 |
StorageMergeTree.cpp
|
fix alters if ttl is set
|
2020-01-23 16:04:06 +03:00 |
StorageMergeTree.h
|
Merged with master
|
2020-01-23 18:44:26 +03:00 |
StorageMySQL.cpp
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageMySQL.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageNull.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2019-12-30 14:08:09 +03:00 |
StorageNull.h
|
Merge branch 'master' into table_name_in_istorage
|
2019-12-30 14:08:09 +03:00 |
StorageReplicatedMergeTree.cpp
|
fix alters if ttl is set
|
2020-01-23 16:04:06 +03:00 |
StorageReplicatedMergeTree.h
|
Merged with master
|
2020-01-23 18:44:26 +03:00 |
StorageS3.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-09 17:33:58 +03:00 |
StorageS3.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageSet.cpp
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageSet.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageStripeLog.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-13 14:41:42 +03:00 |
StorageStripeLog.h
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-13 14:41:42 +03:00 |
StorageTinyLog.cpp
|
Merging DiskS3
|
2020-01-19 02:18:23 +03:00 |
StorageTinyLog.h
|
Base implementation of IDisk interafce for S3
|
2020-01-17 14:34:39 +03:00 |
StorageURL.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-09 17:33:58 +03:00 |
StorageURL.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageValues.cpp
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageValues.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageView.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-10 14:51:21 +03:00 |
StorageView.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
StorageXDBC.cpp
|
Merge branch 'master' into table_name_in_istorage
|
2020-01-09 17:33:58 +03:00 |
StorageXDBC.h
|
better constructors of storages
|
2019-12-26 20:04:08 +03:00 |
TableStructureLockHolder.h
|
Fixed build
|
2019-08-27 17:31:34 +03:00 |
transformQueryForExternalDatabase.cpp
|
Fix some spelling mistakes
|
2020-01-11 17:51:33 +08:00 |
transformQueryForExternalDatabase.h
|
Added failing test
|
2019-05-16 22:00:46 +03:00 |
VirtualColumnUtils.cpp
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
VirtualColumnUtils.h
|
Wrap _shard_num with toUInt32 for simpler JOIN with system.clusters.shard_num
|
2019-11-06 21:02:42 +03:00 |