ClickHouse/src/Storages
alexey-milovidov a7e216969a
Merge pull request #22592 from azat/uncaught-exceptions
Fix some uncaught exceptions (in SCOPE_EXIT) under memory pressure
2021-04-07 07:17:26 +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 Safer SCOPE_EXIT 2021-04-06 21:10:37 +03:00
PostgreSQL Better 2021-04-01 10:27:24 +00:00
RabbitMQ Merge pull request #21193 from kitaisreal/storage-rabbit-mq-added-uvloop 2021-02-26 11:04:02 +03:00
RocksDB Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-25 15:57:35 +03:00
System Auto version update to [21.5.1.1] [54450] 2021-04-02 18:34:29 +03:00
tests Fix build 2021-04-01 16:38:04 +03:00
AlterCommands.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2020-12-17 20:43:23 +03:00
AlterCommands.h Alter remove column properties and TTLs (#14742) 2020-09-20 16:27:33 +03:00
CheckResults.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
CMakeLists.txt RFC: Add metadata section to MergeTreeWriteAheadLog 2020-10-19 12:16:31 +01:00
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
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 Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
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 Pass through *_for_user settings via Distributed with cluster-secure 2020-10-03 02:04:47 +03:00
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 Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
IStorage.cpp Remove useless headers 2021-03-28 22:46:45 +03:00
IStorage.h Introduce IStorage::distributedWrite method for distributed INSERT SELECT. 2021-04-05 02:14:27 +03:00
JoinSettings.cpp Better exceptions rethrow 2020-10-26 06:35:57 +03:00
JoinSettings.h rename persistency to persistent 2020-09-18 20:58:27 +08:00
KeyDescription.cpp Merge branch 'master' into actions-dag-f14 2020-11-03 15:21:06 +03:00
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 Make common class for external storages 2021-03-27 17:12:47 +00:00
registerStorages.h Make code slightly better 2020-11-11 09:08:53 +08:00
SelectQueryDescription.cpp fix 2020-11-02 10:46:58 +00:00
SelectQueryDescription.h
SelectQueryInfo.h Refactor row level security actions. 2021-02-15 22:48:06 +03:00
SetSettings.cpp Better exceptions rethrow 2020-10-26 06:35:57 +03:00
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 Introduce IStorage::distributedWrite method for distributed INSERT SELECT. 2021-04-05 02:14:27 +03:00
StorageDistributed.h Introduce IStorage::distributedWrite method for distributed INSERT SELECT. 2021-04-05 02:14:27 +03:00
StorageExternalDistributed.cpp Better names 2021-04-02 16:12:14 +00:00
StorageExternalDistributed.h Fix style, fix build 2021-03-28 10:27:37 +00: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 Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
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 Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageInput.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
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 StorageLog: avoid UB for rwlock unlock due to unlock from another thread 2021-04-04 13:25:44 +03:00
StorageLog.h StorageLog: drop mutable qualifier for rwlock 2021-04-04 13:25:43 +03:00
StorageLogSettings.cpp
StorageLogSettings.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
StorageMaterializedView.cpp Merge branch 'master' into distributed_ddl_improvements 2021-03-22 18:13:19 +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 MemoryStorage sync comments and code 2021-04-06 13:41:48 +03:00
StorageMemory.h MemoryStorage sync comments and code 2021-04-06 13:41:48 +03:00
StorageMerge.cpp Merge branch 'master' into virtualutil 2021-03-30 00:43:00 +03:00
StorageMerge.h Better 2021-03-04 19:43:03 +08:00
StorageMergeTree.cpp Merge branch 'master' into virtualutil 2021-03-30 00:43:00 +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 names 2021-04-02 16:12:14 +00:00
StorageMySQL.h Support shards 2021-03-27 14:40:07 +00: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 Better names 2021-04-02 16:12:14 +00:00
StoragePostgreSQL.h Add namespace, simplify names 2021-03-27 20:14:02 +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 Safer SCOPE_EXIT 2021-04-06 21:10:37 +03:00
StorageReplicatedMergeTree.h Merge remote-tracking branch 'upstream/master' into feature/attach-partition-local 2021-04-01 21:38:51 +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 StorageStripeLog: avoid UB for rwlock unlock due to unlock from another thread 2021-04-04 13:25:44 +03:00
StorageStripeLog.h StorageStripeLog: drop mutable qualifier for rwlock 2021-04-04 13:25:43 +03:00
StorageTableFunction.h Refactor ActionsDAG 2021-03-04 20:38:12 +03:00
StorageTinyLog.cpp StorageTinyLog: add regression test for UB due to unlock from different thread 2021-04-04 13:25:44 +03:00
StorageTinyLog.h Drop mutable qualifier for StorageTinyLog::rwlock 2021-04-03 16:03:17 +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 Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
StorageValues.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
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 Fix split build finally 2021-03-12 21:12:34 +00:00
TableLockHolder.h
transformQueryForExternalDatabase.cpp Merge pull request #21562 from CurtizJ/serialization-refactoring-4 2021-03-29 16:36:44 +03:00
transformQueryForExternalDatabase.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
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 Correctly check constant expr 2021-03-10 02:48:46 +08:00
VirtualColumnUtils.h Fix again.... 2021-03-04 22:27:07 +08:00
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