ClickHouse/src/Databases
János Benjamin Antal 659eb92a7c
Merge pull request #65920 from azat/mysql-pool-cleanup
Remove mysqlxx::Pool::Entry assignment operator
2024-07-12 09:56:43 +00:00
..
MySQL Merge pull request #65920 from azat/mysql-pool-cleanup 2024-07-12 09:56:43 +00:00
PostgreSQL Add settings to control connection to PostgreSQL 2024-07-09 13:15:50 +02:00
SQLite Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseAtomic.cpp Merge pull request #64992 from k-morozov/add_log_clear_detached_tables 2024-07-12 08:26:42 +00:00
DatabaseAtomic.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseDictionary.cpp Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseDictionary.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseFactory.cpp Update to clang-19 2024-02-27 14:37:21 +01:00
DatabaseFactory.h Update to clang-19 2024-02-27 14:37:21 +01:00
DatabaseFilesystem.cpp Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseFilesystem.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseHDFS.cpp Merge remote-tracking branch 'origin/master' into use-iobject-storage-for-table-engines-1 2024-04-15 11:28:14 +01:00
DatabaseHDFS.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseLazy.cpp Modify the code for build with new libcxx 2024-07-09 20:16:43 +00:00
DatabaseLazy.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseMemory.cpp Process databases correctly 2024-06-20 15:58:08 +00:00
DatabaseMemory.h Move temp database clean up into new function removeDataPath() 2023-02-14 13:22:15 +00:00
DatabaseOnDisk.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into show-create-system-tables 2024-06-07 18:00:33 +02:00
DatabaseOnDisk.h skip sanity checks on secondary create query 2024-02-20 21:59:28 +01:00
DatabaseOrdinary.cpp Process databases correctly 2024-06-20 15:58:08 +00:00
DatabaseOrdinary.h Merge pull request #61769 from kirillgarbar/modify-engine 2024-04-24 18:17:29 +00:00
DatabaseReplicated.cpp Merge pull request #65405 from Avogar/check-cyclic-dependencies-on-create 2024-06-28 16:28:14 +00:00
DatabaseReplicated.h add Replicated db names to zk for introspection 2024-06-25 20:17:15 +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 automatically recover Replicated database if the queue got stuck 2024-05-09 00:00:51 +02:00
DatabaseReplicatedWorker.cpp add clusters with replicas from all replica groups 2024-05-23 21:19:05 +02:00
DatabaseReplicatedWorker.h Implement SYSTEM DROP DATABASE REPLICA (#42807) 2022-12-29 15:34:11 +01:00
DatabaseS3.cpp Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseS3.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabasesCommon.cpp not count syste tables 2024-06-14 21:20:25 +08:00
DatabasesCommon.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabasesOverlay.cpp Avoid evaluating table default expressions while restoring from a backup. 2024-04-12 15:45:53 +02:00
DatabasesOverlay.h Merge branch 'master' into fix-db-iterator-waits 2024-03-21 10:53:54 +00:00
DDLDependencyVisitor.cpp Process databases correctly 2024-06-20 15:58:08 +00:00
DDLDependencyVisitor.h Better comments 2024-06-20 16:02:03 +00:00
DDLLoadingDependencyVisitor.cpp Ignore subquery for IN in DDLLoadingDependencyVisitor 2024-07-11 12:39:53 +00:00
DDLLoadingDependencyVisitor.h Process databases correctly 2024-06-20 15:58:08 +00: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
IDatabase.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
IDatabase.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
LoadingStrictnessLevel.cpp skip sanity checks on secondary create query 2024-02-20 21:59:28 +01:00
LoadingStrictnessLevel.h Useless changes 2024-05-09 01:08:33 +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
registerDatabases.cpp register all remaining databases 2023-12-29 16:38:02 -08:00
registerDatabases.h style fixes and cleanup 2023-12-29 16:38:17 -08: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 Don't access static members through instance 2024-04-03 18:50:33 +00:00
TablesDependencyGraph.h Use vector instead of a map 2024-02-06 19:10:45 +01:00
TablesLoader.cpp Process databases correctly 2024-06-20 15:58:08 +00:00
TablesLoader.h Updated implementation 2024-01-25 14:31:49 +03:00