ClickHouse/src/Databases
2023-05-23 17:07:30 +00:00
..
MySQL Merge branch 'master' into async-loader-integration 2023-05-12 19:55:24 +02:00
PostgreSQL Merge branch 'master' into async-loader-integration 2023-05-22 19:03:11 +02:00
SQLite Merge remote-tracking branch 'upstream/master' into evillique-patch-1 2023-03-15 01:07:35 +00:00
DatabaseAtomic.cpp start loader, fix helpers, fix deadlock 2023-05-10 19:56:48 +00:00
DatabaseAtomic.h implement async loading interface in database engines 2023-05-02 09:18:50 +00:00
DatabaseDictionary.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
DatabaseDictionary.h Make IDatabase::getTablesIterator() const. 2021-08-23 23:41:45 +03:00
DatabaseFactory.cpp s/use_tables_cache/use_table_cache 2023-05-03 23:40:12 +00:00
DatabaseFactory.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
DatabaseLazy.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DatabaseLazy.h fix 2022-07-20 23:11:35 +02:00
DatabaseMemory.cpp Move temp database clean up into new function removeDataPath() 2023-02-14 13:22:15 +00:00
DatabaseMemory.h Move temp database clean up into new function removeDataPath() 2023-02-14 13:22:15 +00:00
DatabaseOnDisk.cpp ThreadPool metrics introspection 2023-03-29 10:46:59 +02:00
DatabaseOnDisk.h check metadata consistency 2022-07-29 18:33:16 +02:00
DatabaseOrdinary.cpp refactoring 2023-05-23 17:04:40 +00:00
DatabaseOrdinary.h fix 2023-05-12 20:27:41 +00:00
DatabaseReplicated.cpp start loader, fix helpers, fix deadlock 2023-05-10 19:56:48 +00:00
DatabaseReplicated.h Merge branch 'master' into async-loader-integration 2023-05-09 14:36:03 +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 review suggestions 2021-02-20 02:41:58 +03:00
DatabaseReplicatedSettings.h Better alias definition 2023-02-01 13:54:03 +00:00
DatabaseReplicatedWorker.cpp Implement SYSTEM DROP DATABASE REPLICA (#42807) 2022-12-29 15:34:11 +01:00
DatabaseReplicatedWorker.h Implement SYSTEM DROP DATABASE REPLICA (#42807) 2022-12-29 15:34:11 +01:00
DatabasesCommon.cpp Revert "Revert "Merge pull request #45493 from azat/fix-detach"" 2023-01-24 14:15:51 +01:00
DatabasesCommon.h Improve gathering metadata for backup - part 2. 2022-06-30 08:37:17 +02:00
DDLDependencyVisitor.cpp fix build 2023-05-08 00:57:13 +02:00
DDLDependencyVisitor.h Move DDLDependencyVisitor from header to cpp file. 2022-12-12 19:19:11 +01:00
DDLLoadingDependencyVisitor.cpp fix another issue with dependencies 2023-05-05 16:27:12 +02:00
DDLLoadingDependencyVisitor.h fix too aggressive evaluation of args in default column expr 2022-12-23 20:57:19 +01:00
DDLRenamingVisitor.cpp fix another issue with dependencies 2023-05-05 16:27:12 +02:00
DDLRenamingVisitor.h Improve handling predefined databases and tables. 2022-06-30 08:37:17 +02:00
DictionaryAttachInfo.h Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
IDatabase.cpp Improve gathering metadata for backup - part 6. 2022-06-30 08:37:17 +02:00
IDatabase.h fix style 2023-05-23 13:43:23 +00: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 fix too aggressive evaluation of args in default column expr 2022-12-23 20:57:19 +01:00
NormalizeAndEvaluateConstantsVisitor.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
removeWhereConditionPlaceholder.cpp fix 2023-05-08 14:49:45 +02:00
removeWhereConditionPlaceholder.h fix 2023-05-08 14:49:45 +02:00
TablesDependencyGraph.cpp integrate with Server and TablesLoader 2023-05-01 11:56:00 +00:00
TablesDependencyGraph.h integrate with Server and TablesLoader 2023-05-01 11:56:00 +00:00
TablesLoader.cpp fix tidy build 2023-05-23 17:07:30 +00:00
TablesLoader.h refact 2023-05-12 19:49:47 +00:00