.. |
MySQL
|
validation and left over fixes
|
2023-12-29 20:06:07 -08:00 |
PostgreSQL
|
Merge pull request #58365 from bharatnc/ncb/refactor-db-factory
|
2023-12-31 00:56:24 +01:00 |
SQLite
|
validation and left over fixes
|
2023-12-29 20:06:07 -08:00 |
DatabaseAtomic.cpp
|
initial refactor of db registration
|
2023-12-28 18:59:45 -08:00 |
DatabaseAtomic.h
|
Revert "Replace --no-system-tables with loading virtual tables of system database lazily"
|
2023-12-14 09:07:47 +01:00 |
DatabaseDictionary.cpp
|
initial refactor of db registration
|
2023-12-28 18:59:45 -08:00 |
DatabaseDictionary.h
|
|
|
DatabaseFactory.cpp
|
remove leftover cruft
|
2023-12-31 21:31:23 -08:00 |
DatabaseFactory.h
|
make getImpl private
|
2023-12-31 20:36:18 -08:00 |
DatabaseFilesystem.cpp
|
few more fixes
|
2023-12-30 09:26:53 -08:00 |
DatabaseFilesystem.h
|
Revert "Merge pull request #53044 from ClickHouse/revert-52155-database-filesystem-remove-catch"
|
2023-08-04 12:41:55 +02:00 |
DatabaseHDFS.cpp
|
style fixes and cleanup
|
2023-12-29 16:38:17 -08:00 |
DatabaseHDFS.h
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabaseLazy.cpp
|
style fixes and cleanup
|
2023-12-29 16:38:17 -08: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
|
initial refactor of db registration
|
2023-12-28 18:59:45 -08:00 |
DatabaseMemory.h
|
|
|
DatabaseOnDisk.cpp
|
Better text_log with ErrnoException
|
2023-12-15 19:27:56 +01:00 |
DatabaseOnDisk.h
|
wait for database to load before shutdown
|
2023-11-25 15:42:37 +00:00 |
DatabaseOrdinary.cpp
|
few more fixes
|
2023-12-30 09:26:53 -08:00 |
DatabaseOrdinary.h
|
get rid of defaults to make clang-tidy happy
|
2023-11-28 18:21:47 +00:00 |
DatabaseReplicated.cpp
|
DatabaseReplicated: too much success
|
2024-01-01 22:01:25 +01:00 |
DatabaseReplicated.h
|
Merge pull request #57337 from ClickHouse/drop_database_replica_no_throw
|
2023-12-20 16:48:58 +01:00 |
DatabaseReplicatedHelpers.cpp
|
|
|
DatabaseReplicatedHelpers.h
|
|
|
DatabaseReplicatedSettings.cpp
|
|
|
DatabaseReplicatedSettings.h
|
|
|
DatabaseReplicatedWorker.cpp
|
Prepare the introduction of more keeper faults
|
2023-11-16 15:46:39 +01:00 |
DatabaseReplicatedWorker.h
|
|
|
DatabaseS3.cpp
|
register all remaining databases
|
2023-12-29 16:38:02 -08:00 |
DatabaseS3.h
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabasesCommon.cpp
|
Things
|
2023-12-28 17:56:05 +00:00 |
DatabasesCommon.h
|
Revert "Replace --no-system-tables with loading virtual tables of system database lazily"
|
2023-12-14 09:07:47 +01:00 |
DatabasesOverlay.cpp
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabasesOverlay.h
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DDLDependencyVisitor.cpp
|
|
|
DDLDependencyVisitor.h
|
|
|
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
|
|
|
DDLRenamingVisitor.h
|
|
|
IDatabase.cpp
|
Merge pull request #57342 from bharatnc/ncb/better-hint-if-table-doesnt-exist
|
2023-12-15 12:35:13 +01:00 |
IDatabase.h
|
Revert "Replace --no-system-tables with loading virtual tables of system database lazily"
|
2023-12-14 09:07:47 +01:00 |
LoadingStrictnessLevel.cpp
|
|
|
LoadingStrictnessLevel.h
|
|
|
NormalizeAndEvaluateConstantsVisitor.cpp
|
|
|
NormalizeAndEvaluateConstantsVisitor.h
|
|
|
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
|
|
|
removeWhereConditionPlaceholder.h
|
|
|
TablesDependencyGraph.cpp
|
|
|
TablesDependencyGraph.h
|
Overhaul dependencies
|
2023-12-28 17:56:04 +00:00 |
TablesLoader.cpp
|
Add metrics for the number of queued jobs, which is useful for the IO thread pool
|
2023-11-18 19:07:59 +01:00 |
TablesLoader.h
|
remove cruft from TablesLoader
|
2023-12-15 22:54:47 -08:00 |