.. |
Distributed
|
Added some warnings from clang's -Weverything
|
2019-01-04 17:18:49 +03:00 |
Kafka
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
MergeTree
|
unique names
|
2019-01-08 12:38:46 +03:00 |
System
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
tests
|
Added some warnings from clang's -Weverything
|
2019-01-04 16:54:39 +03:00 |
AlterCommands.cpp
|
support for IF EXISTS/IF NOT EXISTS in ALTER TABLE ADD/DROP/CLEAR/MODIFY/COMMENT COLUMN
|
2018-12-21 15:53:00 +01:00 |
AlterCommands.h
|
Fixed UB #3926
|
2018-12-26 02:06:39 +03:00 |
CMakeLists.txt
|
|
|
ColumnCodec.h
|
ISSUES-838 add lz4、none、zstd codec
|
2018-12-13 12:10:34 +08:00 |
ColumnDefault.cpp
|
cleanup unused code
|
2018-12-05 15:49:15 +03:00 |
ColumnDefault.h
|
fixes for review CLICKHOUSE-3578
|
2018-12-06 20:20:17 +03:00 |
ColumnsDescription.cpp
|
Fix segfault and add tabs to ton of tests (desc table)
|
2018-12-25 14:33:54 +03:00 |
ColumnsDescription.h
|
Remove compression settings
|
2018-12-21 15:17:30 +03:00 |
CompressionCodecSelector.h
|
Add test with non default config
|
2018-12-24 18:50:02 +03:00 |
getStructureOfRemoteTable.cpp
|
|
|
getStructureOfRemoteTable.h
|
|
|
IStorage.cpp
|
Less dependencies [#CLICKHOUSE-2]
|
2018-12-26 02:11:36 +03:00 |
IStorage.h
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
ITableDeclaration.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
ITableDeclaration.h
|
|
|
MarkCache.h
|
|
|
MutationCommands.cpp
|
more refactoring: funcs to extract database_and_table from AST
|
2018-10-29 22:04:28 +03:00 |
MutationCommands.h
|
move validation to MutationsInterpreter [#CLICKHOUSE-13]
|
2018-09-04 17:33:48 +03:00 |
PartitionCommands.cpp
|
Move FREEZE_ALL command source code inside |PartitionCommand|
|
2018-11-20 20:13:59 +03:00 |
PartitionCommands.h
|
Move FREEZE_ALL command source code inside |PartitionCommand|
|
2018-11-20 20:13:59 +03:00 |
registerStorages.cpp
|
Add integration test, put dependent libs to contrib, slightly refine
|
2018-12-07 14:41:24 +03:00 |
registerStorages.h
|
|
|
SelectQueryInfo.h
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-08 19:47:12 +03:00 |
StorageBuffer.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageBuffer.h
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageCatBoostPool.cpp
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
StorageCatBoostPool.h
|
|
|
StorageDictionary.cpp
|
Don't allow exceptions without code (#3645)
|
2018-11-23 00:19:58 +03:00 |
StorageDictionary.h
|
|
|
StorageDistributed.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageDistributed.h
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageFactory.cpp
|
some fixes
|
2018-12-25 22:37:39 +03:00 |
StorageFactory.h
|
|
|
StorageFile.cpp
|
restore lost commits [CLICKHOUSE-3578]
|
2018-11-12 17:52:30 +03:00 |
StorageFile.h
|
|
|
StorageHDFS.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageHDFS.h
|
Add integration test, put dependent libs to contrib, slightly refine
|
2018-12-07 14:41:24 +03:00 |
StorageJoin.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-06 14:13:26 +03:00 |
StorageJoin.h
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
StorageLog.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageLog.h
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageMaterializedView.cpp
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
StorageMaterializedView.h
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
StorageMemory.cpp
|
Miscellaneous [#CLICKHOUSE-2]
|
2019-01-02 09:44:36 +03:00 |
StorageMemory.h
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
StorageMerge.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageMerge.h
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageMergeTree.cpp
|
Merge branch 'master' into nikvas0/index
|
2019-01-06 16:21:00 +03:00 |
StorageMergeTree.h
|
Merge branch 'master' into nikvas0/index
|
2019-01-06 16:21:00 +03:00 |
StorageMySQL.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageMySQL.h
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageNull.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageNull.h
|
ISSUES-3110 fix merge and distributed engine query stage
|
2018-09-14 18:16:27 +08:00 |
StorageReplicatedMergeTree.cpp
|
Merge branch 'master' into nikvas0/index
|
2019-01-06 16:21:00 +03:00 |
StorageReplicatedMergeTree.h
|
Merge branch 'master' into nikvas0/index
|
2019-01-06 16:21:00 +03:00 |
StorageSet.cpp
|
Merge pull request #3957 from yandex/nicelulu-click_update
|
2018-12-28 22:50:16 +03:00 |
StorageSet.h
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
StorageStripeLog.cpp
|
Merge pull request #3957 from yandex/nicelulu-click_update
|
2018-12-28 22:50:16 +03:00 |
StorageStripeLog.h
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
StorageTinyLog.cpp
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
StorageTinyLog.h
|
CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node
|
2018-12-28 19:21:32 +03:00 |
StorageURL.cpp
|
restore lost commits [CLICKHOUSE-3578]
|
2018-11-12 17:52:30 +03:00 |
StorageURL.h
|
Fix odbc table function
|
2018-09-22 17:58:03 +03:00 |
StorageView.cpp
|
ISSUES-3149 fix incorrectly masks rows in views
|
2018-09-17 23:30:15 +08:00 |
StorageView.h
|
ISSUES-863 support optimize predicate for view
|
2018-08-29 13:29:03 +08:00 |
StorageXDBC.cpp
|
Kill odbc-bridge with clickhouse-server
|
2018-11-22 18:59:00 +03:00 |
StorageXDBC.h
|
New bridge interaction, quote identifier via api
|
2018-09-28 05:46:33 +03:00 |
transformQueryForExternalDatabase.cpp
|
Split ExpressionAnalyzer and SyntaxAnalyzer.
|
2018-11-09 18:01:18 +03:00 |
transformQueryForExternalDatabase.h
|
|
|
VirtualColumnUtils.cpp
|
Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2]
|
2018-12-21 19:00:07 +03:00 |
VirtualColumnUtils.h
|
|
|