ClickHouse/src/Databases
2024-11-14 17:16:45 +01:00
..
MySQL Merge branch 'master' into revert-68023-revert-65860-atomic-database-in-clickhouse-local 2024-11-09 22:02:47 +01:00
PostgreSQL Fix: ERROR: column "attgenerated" does not exist for old PostgreSQL databases 2024-11-02 18:48:57 +10:00
SQLite Apply linter changes 2024-10-06 12:29:20 +02:00
DatabaseAtomic.cpp Fix a race 2024-11-11 01:46:00 +01:00
DatabaseAtomic.h Fix a race 2024-11-11 01:46:00 +01:00
DatabaseDictionary.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
DatabaseDictionary.h Fix db iterator wait during async metrics collection 2024-03-18 15:39:21 +00:00
DatabaseFactory.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DatabaseFactory.h Make method of DatabaseFactory 2024-09-03 19:13:05 +03:00
DatabaseFilesystem.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DatabaseFilesystem.h Remove some nested IAST.h includes in favor of forward declarations 2024-10-04 18:47:13 +02:00
DatabaseHDFS.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
DatabaseHDFS.h Remove some nested IAST.h includes in favor of forward declarations 2024-10-04 18:47:13 +02:00
DatabaseLazy.cpp Merge branch 'master' into revert-68023-revert-65860-atomic-database-in-clickhouse-local 2024-09-26 01:00:35 +02:00
DatabaseLazy.h Miscellaneous changes in database engines 2024-08-17 00:22:57 +02:00
DatabaseMemory.cpp Merge branch 'master' into validate-create-query-after-alter 2024-10-08 07:45:55 +02:00
DatabaseMemory.h Move temp database clean up into new function removeDataPath() 2023-02-14 13:22:15 +00:00
DatabaseOnDisk.cpp Fix a race 2024-11-11 01:46:00 +01:00
DatabaseOnDisk.h Fix a race 2024-11-11 01:46:00 +01:00
DatabaseOrdinary.cpp Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
DatabaseOrdinary.h fix data race with permanently_detached_tables 2024-07-12 10:04:10 +00:00
DatabaseReplicated.cpp Merge remote-tracking branch 'origin/master' into support-ddl-on-cluster-stop-waiting-offline-hosts 2024-10-28 07:30:23 +00:00
DatabaseReplicated.h Merge branch 'report-running-ddl-worker-hosts' into support-ddl-on-cluster-stop-waiting-offline-hosts 2024-10-22 08:39:49 +00: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 Make shellcheck happier and the style checker code easier to understand 2024-10-23 18:44:04 +02:00
DatabaseReplicatedSettings.h Clang tidy fix 2024-10-21 12:16:49 +02:00
DatabaseReplicatedWorker.cpp Add support for zookeeper retries to executeDDLQueryOnCluster(). 2024-10-30 22:18:35 +01:00
DatabaseReplicatedWorker.h Add support for zookeeper retries to executeDDLQueryOnCluster(). 2024-10-30 22:18:35 +01:00
DatabaseS3.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
DatabaseS3.h Remove some nested IAST.h includes in favor of forward declarations 2024-10-04 18:47:13 +02:00
DatabasesCommon.cpp Hard limit on replicated tables, dicts, views 2024-10-28 19:00:37 +03:00
DatabasesCommon.h Fix build 2024-10-08 06:49:57 +00:00
DatabasesOverlay.cpp Pass-through RENAME and UUID-related operations in Overlay database to underlying databases 2024-08-17 00:09:39 +02:00
DatabasesOverlay.h Pass-through RENAME and UUID-related operations in Overlay database to underlying databases 2024-08-17 00:09:39 +02:00
DDLDependencyVisitor.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
DDLDependencyVisitor.h Better comments 2024-06-20 16:02:03 +00:00
DDLLoadingDependencyVisitor.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
DDLLoadingDependencyVisitor.h Process databases correctly 2024-06-20 15:58:08 +00:00
DDLRenamingVisitor.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
DDLRenamingVisitor.h Improve handling predefined databases and tables. 2022-06-30 08:37:17 +02:00
enableAllExperimentalSettings.cpp Fix style 2024-11-11 00:24:57 +01:00
enableAllExperimentalSettings.h Add style check for new allow_ settings 2024-08-19 17:59:40 +00:00
IDatabase.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
IDatabase.h Revert "Revert "Use Atomic database by default in clickhouse-local"" 2024-08-08 10:07:39 +02: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 apply some comments 2024-07-02 14:58:04 +00:00
TablesLoader.h Update TablesLoader.h 2024-06-30 04:44:52 +02:00