..
Distributed
Merge pull request #4935 from zhang2014/feature/support_system_replicas
2019-06-17 15:30:30 +03:00
Kafka
Use system rapidjson; Fix types for macos;
2019-06-14 13:28:30 +03:00
MergeTree
Build and test fixes
2019-06-17 19:50:31 +03:00
System
Merge pull request #5567 from vitlibar/really-lazy-dictionary-load
2019-06-15 22:15:53 +03:00
tests
Info about frozen parts in system.parts ( #5471 )
2019-05-31 07:03:46 +03:00
AlterCommands.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
AlterCommands.h
Merge ITableDeclaration into IStorage.
2019-05-17 17:34:25 +03:00
CMakeLists.txt
New library clickhouse_storage_kafka
2019-02-12 14:17:46 +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
Removed bad and useless code in ColumnsDescription
2019-05-02 00:43:05 +03:00
ColumnsDescription.h
Removed bad and useless code in ColumnsDescription
2019-05-02 00:43:05 +03:00
CompressionCodecSelector.h
Add test with non default config
2018-12-24 18:50:02 +03:00
getStructureOfRemoteTable.cpp
Merge branch 'master' into fix-add-materialized-column-after
2019-03-17 00:46:53 +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
Move some code from header to source file.
2019-05-17 17:48:03 +03:00
IStorage.h
Fixing bugs reported by sanitizers
2019-06-12 09:11:44 -04:00
LiveViewCommands.h
* Work in progress to redo live view implementation to be less invasive
2019-05-26 18:03:30 -04:00
MarkCache.h
Unification [#CLICKHOUSE-2].
2017-09-15 15:16:12 +03:00
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
ProxyStorage.h
* Fixing a bug in LIVE VIEW tables. Before when a table
2019-06-08 09:26:02 -04:00
registerStorages.cpp
* Adding other changes to support LIVE VIEWs
2019-05-28 17:17:48 -04:00
registerStorages.h
Inverted dependencies in StorageFactory [#CLICKHOUSE-2].
2017-12-30 07:00:39 +03:00
SelectQueryInfo.h
Minimal implementation of row-level security CLICKHOUSE-4315 ( #4792 )
2019-03-29 23:31:06 +03:00
StorageBuffer.cpp
Rename method for consistency
2019-05-02 19:07:23 +03:00
StorageBuffer.h
Merge pull request #4671 from LiuYangkuan/Buffer-supportsPrewhere
2019-03-26 19:55:27 +03:00
StorageCatBoostPool.cpp
store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101]
2019-03-15 19:37:52 +03:00
StorageCatBoostPool.h
IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t.
2019-02-19 14:56:08 +03:00
StorageDictionary.cpp
Merge branch 'master' into fix-add-materialized-column-after
2019-03-17 00:46:53 +03:00
StorageDictionary.h
IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t.
2019-02-19 14:56:08 +03:00
StorageDistributed.cpp
Merge pull request #4935 from zhang2014/feature/support_system_replicas
2019-06-17 15:30:30 +03:00
StorageDistributed.h
Rename system sync distributed to system flush distributed
2019-05-29 10:43:52 +08:00
StorageFactory.cpp
* Adding other changes to support LIVE VIEWs
2019-05-28 17:17:48 -04:00
StorageFactory.h
Merge ITableDeclaration into IStorage.
2019-05-17 17:34:25 +03:00
StorageFile.cpp
Merge branch 'master' into fix-add-materialized-column-after
2019-03-17 00:46:53 +03:00
StorageFile.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageHDFS.cpp
DEVTOOLS-5170 Delete Y_IGNORE markers ( #5533 )
2019-06-05 14:52:39 +03:00
StorageHDFS.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageJoin.cpp
RowRefList refactoring
2019-05-14 17:39:03 +03:00
StorageJoin.h
ISSUES-5432 fix bad alloc when truncate join storage
2019-05-28 14:23:07 +08:00
StorageLiveView.cpp
* Adding max_live_view_insert_blocks_before_refresh setting
2019-06-23 09:51:29 -04:00
StorageLiveView.h
* Adding max_live_view_insert_blocks_before_refresh setting
2019-06-23 09:51:29 -04:00
StorageLog.cpp
store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101]
2019-03-15 19:37:52 +03:00
StorageLog.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageMaterializedView.cpp
support replicas system queries for distributed
2019-05-29 10:43:52 +08:00
StorageMaterializedView.h
support replicas system queries for distributed
2019-05-29 10:43:52 +08:00
StorageMemory.cpp
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageMemory.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageMerge.cpp
Dictionaries can be loaded in parallel.
2019-06-14 22:18:47 +03:00
StorageMerge.h
Dictionaries can be loaded in parallel.
2019-06-14 22:18:47 +03:00
StorageMergeTree.cpp
Info about frozen parts in system.parts ( #5471 )
2019-05-31 07:03:46 +03:00
StorageMergeTree.h
Merge branch 'master' into feat/parallel-alter-modify
2019-05-07 23:53:14 +03:00
StorageMySQL.cpp
Move Interpreters/Settings* -> Core/Settings*
2019-03-22 15:08:30 +03:00
StorageMySQL.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageNull.cpp
Rename method for consistency
2019-05-02 19:07:23 +03:00
StorageNull.h
fix build
2019-03-07 23:52:25 +03:00
StorageReplicatedMergeTree.cpp
Merge pull request #4558 from podshumok/distributred-timeout
2019-06-17 13:58:17 +03:00
StorageReplicatedMergeTree.h
Removed huge chunk of bad code
2019-05-03 05:00:57 +03:00
StorageSet.cpp
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageSet.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageStripeLog.cpp
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageStripeLog.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageTinyLog.cpp
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageTinyLog.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageURL.cpp
Fix exception 'No message received'
2019-03-29 21:10:03 +03:00
StorageURL.h
allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789]
2019-02-27 21:34:38 +03:00
StorageView.cpp
rewrite ASTSelectQuery (consistent children)
2019-04-09 17:22:35 +03:00
StorageView.h
Include IAST_fwd.h for using ASTPtr
2019-03-11 17:01:45 +03:00
StorageXDBC.cpp
Merge branch 'master' into fix-add-materialized-column-after
2019-03-17 00:46:53 +03:00
StorageXDBC.h
IStorageURLBase::getReadURIParams() and IStorageURLBase::getReadPOSTDataCallback() functions, "max_block_size" parameter: change type UInt64 -> size_t.
2019-02-19 14:56:17 +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
rewrite ASTSelectQuery (consistent children)
2019-04-09 17:22:35 +03:00
VirtualColumnUtils.h
Fixed error with filtering of tables by _table virtual column in StorageMerge [#CLICKHOUSE-3583]
2018-02-21 22:44:22 +03:00