ClickHouse/src/Databases
2022-12-24 18:38:14 +01:00
..
MySQL Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
PostgreSQL Update src/Databases/PostgreSQL/DatabasePostgreSQL.cpp 2022-11-04 13:37:10 +01:00
SQLite Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
DatabaseAtomic.cpp Merge branch 'master' into replicated_database_improvements 2022-08-16 15:49:13 +02:00
DatabaseAtomic.h check metadata consistency 2022-07-29 18:33:16 +02:00
DatabaseDictionary.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
DatabaseDictionary.h Make IDatabase::getTablesIterator() const. 2021-08-23 23:41:45 +03:00
DatabaseFactory.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
DatabaseFactory.h
DatabaseLazy.cpp fix 2022-07-20 23:11:35 +02:00
DatabaseLazy.h fix 2022-07-20 23:11:35 +02:00
DatabaseMemory.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
DatabaseMemory.h Improve gathering metadata for backup - part 2. 2022-06-30 08:37:17 +02:00
DatabaseOnDisk.cpp Make as_table_function a child of ASTCreateQuery (to help writing visitors). 2022-10-31 10:50:33 +01:00
DatabaseOnDisk.h check metadata consistency 2022-07-29 18:33:16 +02:00
DatabaseOrdinary.cpp Update src/Databases/DatabaseOrdinary.cpp 2022-12-19 21:28:39 +03:00
DatabaseOrdinary.h Merge pull request #39933 from ClickHouse/auto_convert_ordinary_to_atomic 2022-08-17 12:40:49 +03:00
DatabaseReplicated.cpp Add setting to disallow arguments in ReplicatedMergeTree constructor for DatabaseReplicated 2022-12-24 18:38:14 +01:00
DatabaseReplicated.h make tryEnqueueReplicatedDDL virtual 2022-09-16 16:25:32 +02:00
DatabaseReplicatedHelpers.cpp Use shard and replica name from Replicated database arguments (#31488) 2021-11-23 12:41:54 +03:00
DatabaseReplicatedHelpers.h Use shard and replica name from Replicated database arguments (#31488) 2021-11-23 12:41:54 +03:00
DatabaseReplicatedSettings.cpp
DatabaseReplicatedSettings.h check metadata consistency 2022-07-29 18:33:16 +02:00
DatabaseReplicatedWorker.cpp minor fixes 2022-09-26 19:31:08 +02:00
DatabaseReplicatedWorker.h Added SYSTEM SYNC DATABASE query (#35944) 2022-05-01 15:40:18 +02:00
DatabasesCommon.cpp Fix backup of Lazy databases. 2022-11-10 00:27:00 +01:00
DatabasesCommon.h Improve gathering metadata for backup - part 2. 2022-06-30 08:37:17 +02:00
DDLDependencyVisitor.cpp Implement referential dependencies for table engine "Distributed" 2022-12-13 11:09:42 +01:00
DDLDependencyVisitor.h Move DDLDependencyVisitor from header to cpp file. 2022-12-12 19:19:11 +01:00
DDLLoadingDependencyVisitor.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
DDLLoadingDependencyVisitor.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
DDLRenamingVisitor.cpp Fix style. 2022-06-30 15:10:33 +02:00
DDLRenamingVisitor.h Improve handling predefined databases and tables. 2022-06-30 08:37:17 +02:00
DictionaryAttachInfo.h
IDatabase.cpp Improve gathering metadata for backup - part 6. 2022-06-30 08:37:17 +02:00
IDatabase.h make tryEnqueueReplicatedDDL virtual 2022-09-16 16:25:32 +02:00
LoadingStrictnessLevel.cpp fix 2022-07-21 20:32:33 +02:00
LoadingStrictnessLevel.h fix 2022-08-03 15:33:55 +02:00
NormalizeAndEvaluateConstantsVisitor.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
NormalizeAndEvaluateConstantsVisitor.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
TablesDependencyGraph.cpp Improve TablesDependencyGraph. 2022-12-12 18:22:04 +01:00
TablesDependencyGraph.h Improve TablesDependencyGraph. 2022-12-12 18:22:04 +01:00
TablesLoader.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
TablesLoader.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00