.. |
MySQL
|
Make IDatabase::attachTableUnlocked() virtual and use it for overrides (mostly)
|
2023-12-09 23:08:29 +01:00 |
PostgreSQL
|
Fix dead-lock in DatabaseMaterializedPostgreSQL after interface changes
|
2023-12-10 16:06:18 +01:00 |
SQLite
|
Fix style
|
2023-11-20 12:21:12 +01:00 |
DatabaseAtomic.cpp
|
Fix attaching table in Atomic engine after attachTableUnlocked() interface
|
2023-12-10 08:28:10 +01:00 |
DatabaseAtomic.h
|
Make IDatabase::attachTableUnlocked() virtual and use it for overrides (mostly)
|
2023-12-09 23:08:29 +01:00 |
DatabaseDictionary.cpp
|
Better
|
2023-09-15 11:11:04 +00:00 |
DatabaseDictionary.h
|
|
|
DatabaseFactory.cpp
|
fix two minor issue
|
2023-08-02 23:36:54 +02:00 |
DatabaseFactory.h
|
Use forward declaration of ThreadPool
|
2023-04-07 11:25:35 +02:00 |
DatabaseFilesystem.cpp
|
Fix style
|
2023-11-21 17:39:12 +11: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
|
Remove broken lockless variant of re2
|
2023-09-14 16:40:42 +00:00 |
DatabaseHDFS.h
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabaseLazy.cpp
|
Make IDatabase::attachTableUnlocked() virtual and use it for overrides (mostly)
|
2023-12-09 23:08:29 +01:00 |
DatabaseLazy.h
|
Make IDatabase::attachTableUnlocked() virtual and use it for overrides (mostly)
|
2023-12-09 23:08:29 +01:00 |
DatabaseMemory.cpp
|
Make IDatabase::attachTableUnlocked() virtual and use it for overrides (mostly)
|
2023-12-09 23:08:29 +01:00 |
DatabaseMemory.h
|
Move temp database clean up into new function removeDataPath()
|
2023-02-14 13:22:15 +00:00 |
DatabaseOnDisk.cpp
|
get rid of defaults to make clang-tidy happy
|
2023-11-28 18:21:47 +00:00 |
DatabaseOnDisk.h
|
wait for database to load before shutdown
|
2023-11-25 15:42:37 +00:00 |
DatabaseOrdinary.cpp
|
get rid of defaults to make clang-tidy happy
|
2023-11-28 18:21:47 +00:00 |
DatabaseOrdinary.h
|
get rid of defaults to make clang-tidy happy
|
2023-11-28 18:21:47 +00:00 |
DatabaseReplicated.cpp
|
Merge pull request #49351 from ClickHouse/async-loader-integration
|
2023-12-04 17:16:12 +01:00 |
DatabaseReplicated.h
|
Merge pull request #49351 from ClickHouse/async-loader-integration
|
2023-12-04 17:16:12 +01:00 |
DatabaseReplicatedHelpers.cpp
|
|
|
DatabaseReplicatedHelpers.h
|
|
|
DatabaseReplicatedSettings.cpp
|
|
|
DatabaseReplicatedSettings.h
|
update default settings for Replicated database
|
2023-05-22 19:32:32 +02:00 |
DatabaseReplicatedWorker.cpp
|
Prepare the introduction of more keeper faults
|
2023-11-16 15:46:39 +01:00 |
DatabaseReplicatedWorker.h
|
|
|
DatabaseS3.cpp
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabaseS3.h
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabasesCommon.cpp
|
Move lazy table initialization interface into IDatabase
|
2023-12-09 23:08:29 +01:00 |
DatabasesCommon.h
|
Move lazy table initialization interface into IDatabase
|
2023-12-09 23:08:29 +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
|
fix build
|
2023-05-08 00:57:13 +02:00 |
DDLDependencyVisitor.h
|
|
|
DDLLoadingDependencyVisitor.cpp
|
Fix failure to start due to table dependency in joinGet
|
2023-11-16 06:08:12 +00: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
|
|
|
IDatabase.cpp
|
Move lazy table initialization interface into IDatabase
|
2023-12-09 23:08:29 +01:00 |
IDatabase.h
|
Move lazy table initialization interface into IDatabase
|
2023-12-09 23:08:29 +01:00 |
LoadingStrictnessLevel.cpp
|
|
|
LoadingStrictnessLevel.h
|
|
|
NormalizeAndEvaluateConstantsVisitor.cpp
|
|
|
NormalizeAndEvaluateConstantsVisitor.h
|
|
|
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
|
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
|
do not use table uuid in TablesLoader
|
2023-06-05 20:12:30 +00:00 |