.. |
Distributed
|
Merge pull request #4935 from zhang2014/feature/support_system_replicas
|
2019-06-17 15:30:30 +03:00 |
Kafka
|
Merge pull request #6026 from bopohaa/fix-kafka-unclean-stream
|
2019-07-25 04:30:37 +03:00 |
MergeTree
|
rename setting 'optimize_pk_order' and some functions
|
2019-07-28 04:16:56 +03:00 |
System
|
Updated contributors
|
2019-07-28 18:11:47 +03:00 |
tests
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
AlterCommands.cpp
|
Merge branch 'master' into issue-5286
|
2019-06-18 16:03:29 +03:00 |
AlterCommands.h
|
Merge ITableDeclaration into IStorage.
|
2019-05-17 17:34:25 +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
|
Add buffer callback to fill in virtual columns
|
2019-05-23 14:15:18 +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 |
getStructureOfRemoteTable.cpp
|
CREATE TABLE AS table_function()
|
2019-07-18 21:29:49 +03:00 |
getStructureOfRemoteTable.h
|
CLICKHOUSE-3837 fix
|
2018-07-25 15:53:38 +03:00 |
IndicesDescription.cpp
|
Data Skipping Indices (#4143)
|
2019-02-05 17:50:25 +03:00 |
IndicesDescription.h
|
setting
|
2019-02-12 20:54:52 +03:00 |
IStorage_fwd.h
|
Merge ITableDeclaration into IStorage.
|
2019-05-17 17:34:25 +03:00 |
IStorage.cpp
|
Merge pull request #5382 from abyss7/issue-5286
|
2019-07-01 21:30:09 +03:00 |
IStorage.h
|
Merge remote-tracking branch 'upstream/master' into order-by-efficient
|
2019-07-19 01:09:59 +03:00 |
MarkCache.h
|
|
|
MutationCommands.cpp
|
Removed strange quoting style like `this'. See https://english.stackexchange.com/questions/17695/any-reference-on-the-usage-of-a-backtick-and-single-quotation-mark-like-this
|
2019-06-15 15:06:22 +03:00 |
MutationCommands.h
|
Merge ITableDeclaration into IStorage.
|
2019-05-17 17:34:25 +03:00 |
PartitionCommands.cpp
|
Simplified expression
|
2019-04-10 23:16:04 +03:00 |
PartitionCommands.h
|
Merge ITableDeclaration into IStorage.
|
2019-05-17 17:34:25 +03:00 |
registerStorages.cpp
|
Split Common/config.h by libs (dbms) (#5715)
|
2019-06-24 14:17:15 +03:00 |
registerStorages.h
|
Inverted dependencies in StorageFactory [#CLICKHOUSE-2].
|
2017-12-30 07:00:39 +03:00 |
SelectQueryInfo.h
|
better pipeline while reading in pk_order
|
2019-07-27 01:18:27 +03:00 |
StorageBuffer.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageBuffer.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageCatBoostPool.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageCatBoostPool.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageDictionary.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageDictionary.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageDistributed.cpp
|
restore cropped names in JOIN ON section for distributed queries
|
2019-07-26 20:43:42 +03:00 |
StorageDistributed.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageFactory.cpp
|
Typos for many factories
|
2019-04-03 14:13:22 +03:00 |
StorageFactory.h
|
Merge ITableDeclaration into IStorage.
|
2019-05-17 17:34:25 +03:00 |
StorageFile.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageFile.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageHDFS.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageHDFS.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageJoin.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageJoin.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageLog.cpp
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
StorageLog.h
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
StorageMaterializedView.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageMaterializedView.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageMemory.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageMemory.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageMerge.cpp
|
Miscellaneous
|
2019-07-25 04:08:33 +03:00 |
StorageMerge.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageMergeTree.cpp
|
Update StorageMergeTree.cpp
|
2019-07-21 17:14:55 +03:00 |
StorageMergeTree.h
|
Generalize check query
|
2019-07-03 16:17:19 +03:00 |
StorageMySQL.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageMySQL.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageNull.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageNull.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageReplicatedMergeTree.cpp
|
Update StorageReplicatedMergeTree.cpp
|
2019-07-20 10:44:05 +02:00 |
StorageReplicatedMergeTree.h
|
Generalize check query
|
2019-07-03 16:17:19 +03:00 |
StorageSet.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageSet.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageStripeLog.cpp
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
StorageStripeLog.h
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
StorageTinyLog.cpp
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
StorageTinyLog.h
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
StorageURL.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageURL.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageView.cpp
|
Fixed error
|
2019-07-21 05:13:42 +03:00 |
StorageView.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageXDBC.cpp
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
StorageXDBC.h
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
TableStructureLockHolder.h
|
add comments
|
2019-03-07 21:34:46 +03:00 |
transformQueryForExternalDatabase.cpp
|
Fixed test
|
2019-05-17 01:51:26 +03:00 |
transformQueryForExternalDatabase.h
|
Added failing test
|
2019-05-16 22:00:46 +03:00 |
VirtualColumnUtils.cpp
|
Remove unused functions
|
2019-05-20 15:16:51 +03:00 |
VirtualColumnUtils.h
|
Remove unused functions
|
2019-05-20 15:16:51 +03:00 |