ClickHouse/src/Storages
alexey-milovidov c08289517a
Merge pull request #21766 from amosbird/indexfix
Fix scalar subquery index analysis
2021-03-29 02:03:27 +03:00
..
Distributed DirectoryMonitor: Remove const qualifier and lots of mutable qualifiers 2021-03-03 23:30:24 +03:00
HDFS Minor modification #22115 2021-03-25 20:51:32 +03:00
Kafka Improved serialization for data types combined of Arrays and Tuples. 2021-02-17 20:50:09 +03:00
LiveView Whitespaces 2021-02-11 23:59:00 +03:00
MergeTree Merge pull request #21766 from amosbird/indexfix 2021-03-29 02:03:27 +03:00
PostgreSQL Fix typos check 2021-03-19 21:54:59 +00:00
RabbitMQ Merge pull request #21193 from kitaisreal/storage-rabbit-mq-added-uvloop 2021-02-26 11:04:02 +03:00
RocksDB Update StorageEmbeddedRocksDB.h 2021-03-19 10:24:27 +03:00
System Merge pull request #22011 from ClickHouse/min_max_time_system_parts_datetime64 2021-03-25 16:02:33 +03:00
tests Build fixes 2021-03-16 14:07:53 +03:00
AlterCommands.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-17 20:43:23 +03:00
AlterCommands.h
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h
ColumnsDescription.cpp Merge pull request #19358 from CurtizJ/fix-subcolumns 2021-01-25 20:26:07 +03:00
ColumnsDescription.h fix several cases, while reading subcolumns 2021-01-21 15:34:11 +03:00
CompressionCodecSelector.h
ConstraintsDescription.cpp Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
ConstraintsDescription.h Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
DataDestinationType.h
extractKeyExpressionList.cpp ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp Add new remote context as interpreter context to the Pipe 2020-12-12 17:43:10 +03:00
getStructureOfRemoteTable.h
IndicesDescription.cpp some grammar 2020-12-17 00:44:05 +03:00
IndicesDescription.h One more time 2020-12-14 16:06:11 +03:00
IStorage_fwd.h
IStorage.cpp Remove useless headers 2021-03-28 22:46:45 +03:00
IStorage.h fix 2021-03-02 03:20:03 +00:00
JoinSettings.cpp
JoinSettings.h
KeyDescription.cpp
KeyDescription.h
MarkCache.h Fix cache size calculation 2020-11-27 16:17:10 +03:00
MemorySettings.cpp In memory compression: a prototype 2021-02-11 16:40:15 +03:00
MemorySettings.h Disable in-memory compression by default 2021-02-19 12:02:18 +03:00
MutationCommands.cpp Add missed header 2021-01-11 17:51:23 +03:00
MutationCommands.h ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
PartitionCommands.cpp ALTER TABLE UNFREEZE rework. 2021-03-02 23:28:42 +03:00
PartitionCommands.h ALTER TABLE UNFREEZE rework. 2021-03-02 23:28:42 +03:00
ReadInOrderOptimizer.cpp rename settings 2020-12-17 02:17:59 +00:00
ReadInOrderOptimizer.h update 2020-12-13 00:42:15 +08:00
registerStorages.cpp Add storage PostgreSQL with read support 2020-12-27 12:15:57 +00:00
registerStorages.h
SelectQueryDescription.cpp
SelectQueryDescription.h
SelectQueryInfo.h Refactor row level security actions. 2021-02-15 22:48:06 +03:00
SetSettings.cpp
SetSettings.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageBuffer.cpp Merge branch 'master' into refactor-actions-dag 2021-03-05 18:21:14 +03:00
StorageBuffer.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00:00
StorageDictionary.cpp Updated ExternalDictionariesLoader interface with context parameter 2021-03-20 18:02:09 +03:00
StorageDictionary.h Added table function dictionary 2021-03-19 15:47:27 +03:00
StorageDistributed.cpp Merge branch 'master' into refactor-actions-dag 2021-03-18 14:33:07 +03:00
StorageDistributed.h Distributed: Add ability to delay/throttle INSERT until pending data will be reduced 2021-03-03 23:30:23 +03:00
StorageFactory.cpp fix possibly dangling reference to Context 2021-03-19 17:02:48 +03:00
StorageFactory.h Expose supports_parallel_insert via system.table_engines 2021-01-08 14:57:24 +03:00
StorageFile.cpp Replace direct truncate with O_TRUNC flag 2021-02-20 03:27:23 +04:00
StorageFile.h Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2020-12-22 00:41:52 +03:00
StorageGenerateRandom.cpp Update tests 2021-03-08 03:18:55 +03:00
StorageGenerateRandom.h
StorageInMemoryMetadata.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-27 19:48:55 +03:00
StorageInMemoryMetadata.h fix TTLs with WHERE 2021-01-13 17:04:27 +03:00
StorageInput.cpp
StorageInput.h
StorageJoin.cpp Update StorageJoin locking 2021-02-25 12:31:22 +03:00
StorageJoin.h Minor changes in Hash/StorageJoin, add TableLockHolder to ExecutableFunctionJoinGet 2021-02-25 14:21:06 +03:00
StorageLog.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
StorageLog.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedView.cpp Merge branch 'master' into refactor-actions-dag 2021-03-10 12:40:55 +03:00
StorageMaterializedView.h Merge pull request #20626 from ClickHouse/fix_force_drop_materialized_view 2021-03-09 20:05:51 +03:00
StorageMaterializeMySQL.cpp Show details of MaterializeMySQL tables in system.tables 2021-02-05 21:37:29 +08:00
StorageMaterializeMySQL.h fix sync 2021-02-01 12:32:36 +03:00
StorageMemory.cpp Restrict mutations for engines which doesn't support them 2021-02-25 13:07:48 +03:00
StorageMemory.h Restrict mutations for engines which doesn't support them 2021-02-25 13:07:48 +03:00
StorageMerge.cpp Merge branch 'master' into refactor-actions-dag 2021-03-05 18:21:14 +03:00
StorageMerge.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00:00
StorageMergeTree.cpp Merge branch 'merge_tree_part_block_number' of git://github.com/ahrefs/ClickHouse into merge_21760 2021-03-23 16:47:14 +03:00
StorageMergeTree.h update and add tests 2021-03-08 17:38:07 +08:00
StorageMongoDB.cpp MongoDB table engine now establishes connection only when it reads data. 2021-02-05 11:47:31 +03:00
StorageMongoDB.h Add comment 2021-02-09 18:55:36 +03:00
StorageMySQL.cpp better formatfactory 2020-12-30 06:07:30 +03:00
StorageMySQL.h Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageNull.cpp fix 2021-03-02 03:20:03 +00:00
StorageNull.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00:00
StoragePostgreSQL.cpp Block on empty connection pool 2021-03-19 21:00:45 +00:00
StoragePostgreSQL.h Add connection pool 2021-03-17 13:55:47 +00:00
StorageProxy.h forbid to drop a column if it's referenced by materialized view 2021-02-28 05:24:39 +00:00
StorageReplicatedMergeTree.cpp Don't wait when table shutdown called 2021-03-26 15:54:08 +03:00
StorageReplicatedMergeTree.h Make method StorageReplicatedMergeTree::fetchExistsPart 2021-03-09 20:49:50 +03:00
StorageS3.cpp Merge pull request #21630 from nikitamikhaylov/pf-local 2021-03-16 14:37:40 +03:00
StorageS3.h recreate S3 client if credentials changed 2021-03-10 13:36:57 +03:00
StorageS3Settings.cpp Added SSE-C support in S3 client. 2021-01-28 09:32:41 +03:00
StorageS3Settings.h recreate S3 client if credentials changed 2021-03-10 13:36:57 +03:00
StorageSet.cpp In memory compression: a prototype 2021-02-11 16:40:15 +03:00
StorageSet.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageStripeLog.cpp Fix error 2021-01-05 04:49:15 +03:00
StorageStripeLog.h Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock 2020-12-22 00:41:52 +03:00
StorageTableFunction.h Refactor ActionsDAG 2021-03-04 20:38:12 +03:00
StorageTinyLog.cpp Update StorageTinyLog.cpp 2021-01-16 11:53:28 +03:00
StorageTinyLog.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-11 13:51:12 +03:00
StorageURL.cpp fix 2021-03-23 14:29:29 +03:00
StorageURL.h fix 2021-03-23 14:29:29 +03:00
StorageValues.cpp
StorageValues.h
StorageView.cpp Refactor ActionsDAG 2021-03-04 20:38:12 +03:00
StorageView.h fix subcolumns with some storages 2020-12-23 15:16:26 +03:00
StorageXDBC.cpp More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
StorageXDBC.h
TableLockHolder.h
transformQueryForExternalDatabase.cpp External queries: fix the case of expr IN table #9756 2021-01-09 06:28:54 +03:00
transformQueryForExternalDatabase.h
TTLDescription.cpp add comments and test for compatibility 2021-01-28 02:39:15 +03:00
TTLDescription.h allow multiple rows TTL with WHERE expression 2021-01-12 02:07:21 +03:00
TTLMode.h Add recompression TTL parser 2020-08-31 14:35:53 +03:00
VirtualColumnUtils.cpp
VirtualColumnUtils.h
ya.make Generate ya.make 2021-02-12 05:33:39 +03:00
ya.make.in Fix Arcadia 2021-01-07 18:40:54 +03:00