ClickHouse/src/Databases
Nikita Taranov 010fd38b71
Merge pull request #61664 from nickitat/db_on_disk_smth
Small change in `DatabaseOnDisk::iterateMetadataFiles()`
2024-03-27 00:06:43 +01:00
..
MySQL Add table system.keywords [Part 1] (#51808) 2024-03-18 16:58:57 +01:00
PostgreSQL Update to clang-19 2024-02-27 14:37:21 +01:00
SQLite Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DatabaseAtomic.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
DatabaseAtomic.h Fix not started database shutdown deadlock 2024-01-23 19:01:57 +00:00
DatabaseDictionary.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DatabaseDictionary.h Updated implementation 2024-01-25 14:31:49 +03: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 Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DatabaseFilesystem.h Updated implementation 2024-01-25 14:31:49 +03:00
DatabaseHDFS.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DatabaseHDFS.h Updated implementation 2024-01-25 14:31:49 +03:00
DatabaseLazy.cpp skip sanity checks on secondary create query 2024-02-20 21:59:28 +01:00
DatabaseLazy.h Revert "Replace --no-system-tables with loading virtual tables of system database lazily" 2023-12-14 09:07:47 +01:00
DatabaseMemory.cpp Reduce header dependencies 2024-03-19 17:04:29 +01: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' into db_on_disk_smth 2024-03-25 14:22:14 +01:00
DatabaseOnDisk.h skip sanity checks on secondary create query 2024-02-20 21:59:28 +01:00
DatabaseOrdinary.cpp Merge pull request #60314 from ClickHouse/fix-db-shutdown-with-async-loader 2024-03-18 11:26:41 +01:00
DatabaseOrdinary.h Merge branch 'master' into modify-engine 2024-02-16 17:22:24 +01:00
DatabaseReplicated.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
DatabaseReplicated.h Fix not started database shutdown deadlock 2024-01-23 19:01:57 +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 review suggestions 2021-02-20 02:41:58 +03:00
DatabaseReplicatedSettings.h update default settings for Replicated database 2023-05-22 19:32:32 +02:00
DatabaseReplicatedWorker.cpp fix 2024-03-20 19:13:51 +01:00
DatabaseReplicatedWorker.h Implement SYSTEM DROP DATABASE REPLICA (#42807) 2022-12-29 15:34:11 +01:00
DatabaseS3.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DatabaseS3.h Updated implementation 2024-01-25 14:31:49 +03:00
DatabasesCommon.cpp Fix ALTER QUERY MODIFY SQL SECURITY (#61480) 2024-03-25 20:03:02 -04:00
DatabasesCommon.h Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DatabasesOverlay.cpp Fix formatting of overlay database 2024-03-12 19:58:23 +01:00
DatabasesOverlay.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
DDLDependencyVisitor.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
DDLDependencyVisitor.h Move DDLDependencyVisitor from header to cpp file. 2022-12-12 19:19:11 +01:00
DDLLoadingDependencyVisitor.cpp Fix build without libpqxx 2023-12-11 20:16:13 +01:00
DDLLoadingDependencyVisitor.h Fix startup failure due to TTL dependency 2023-11-09 04:31:49 +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 2024-02-22 17:07:47 +00:00
LoadingStrictnessLevel.cpp skip sanity checks on secondary create query 2024-02-20 21:59:28 +01:00
LoadingStrictnessLevel.h skip sanity checks on secondary create query 2024-02-20 21:59:28 +01: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 Fix for empty sorted_nodes 2024-02-06 21:44:45 +01:00
TablesDependencyGraph.h Use vector instead of a map 2024-02-06 19:10:45 +01:00
TablesLoader.cpp Updated implementation 2024-01-25 14:31:49 +03:00
TablesLoader.h Updated implementation 2024-01-25 14:31:49 +03:00