.. |
MySQL
|
less exceptions with runtime format string
|
2023-08-14 21:45:59 +02:00 |
PostgreSQL
|
Merge pull request #52962 from canhld94/fix_mysql_password_leak
|
2023-08-04 10:57:59 +02:00 |
SQLite
|
Fix for postgres as well
|
2023-08-03 09:15:45 +00:00 |
DatabaseAtomic.cpp
|
Don not produce warning if a system table was created on startup
|
2023-08-07 02:26:23 +02:00 |
DatabaseAtomic.h
|
Remove skip_startup_tables from IDatabase::loadStoredObjects()
|
2023-07-23 08:47:50 +02:00 |
DatabaseDictionary.cpp
|
forbid old ctor of Exception
|
2023-01-23 22:18:05 +01: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
|
Revert "Merge pull request #53044 from ClickHouse/revert-52155-database-filesystem-remove-catch"
|
2023-08-04 12:41:55 +02: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
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabaseHDFS.h
|
Revert "Merge pull request #51149 from ClickHouse/revert-48821-localfilefunction"
|
2023-06-21 00:29:46 +02:00 |
DatabaseLazy.cpp
|
Remove skip_startup_tables from IDatabase::loadStoredObjects()
|
2023-07-23 08:47:50 +02:00 |
DatabaseLazy.h
|
Remove skip_startup_tables from IDatabase::loadStoredObjects()
|
2023-07-23 08:47:50 +02:00 |
DatabaseMemory.cpp
|
Move temp database clean up into new function removeDataPath()
|
2023-02-14 13:22:15 +00:00 |
DatabaseMemory.h
|
Move temp database clean up into new function removeDataPath()
|
2023-02-14 13:22:15 +00:00 |
DatabaseOnDisk.cpp
|
ThreadPool metrics introspection
|
2023-03-29 10:46:59 +02:00 |
DatabaseOnDisk.h
|
check metadata consistency
|
2022-07-29 18:33:16 +02:00 |
DatabaseOrdinary.cpp
|
Remove skip_startup_tables from IDatabase::loadStoredObjects()
|
2023-07-23 08:47:50 +02:00 |
DatabaseOrdinary.h
|
Remove skip_startup_tables from IDatabase::loadStoredObjects()
|
2023-07-23 08:47:50 +02:00 |
DatabaseReplicated.cpp
|
Add: allow_experimental_usearch_index checks
|
2023-08-16 17:29:50 +04:00 |
DatabaseReplicated.h
|
Fix data-race DatabaseReplicated::startupTables()/canExecuteReplicatedMetadataAlter() (#52490)
|
2023-07-25 17:35:01 +03: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
|
Fix tiny thing in Replicated database (#53496)
|
2023-08-18 17:29:24 +03:00 |
DatabaseReplicatedWorker.h
|
Implement SYSTEM DROP DATABASE REPLICA (#42807)
|
2022-12-29 15:34:11 +01:00 |
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
|
Make shutdown of replicated tables softer
|
2023-07-05 18:11:25 +02:00 |
DatabasesCommon.h
|
Improve gathering metadata for backup - part 2.
|
2022-06-30 08:37:17 +02: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
|
Move DDLDependencyVisitor from header to cpp file.
|
2022-12-12 19:19:11 +01:00 |
DDLLoadingDependencyVisitor.cpp
|
fix another issue with dependencies
|
2023-05-05 16:27:12 +02:00 |
DDLLoadingDependencyVisitor.h
|
fix too aggressive evaluation of args in default column expr
|
2022-12-23 20:57:19 +01: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 |
DictionaryAttachInfo.h
|
|
|
IDatabase.cpp
|
minor fixes
|
2023-08-14 09:35:29 +00:00 |
IDatabase.h
|
Added suggestions for mistyped names for db and tables with different… (#49801)
|
2023-08-11 13:24:16 +03:00 |
LoadingStrictnessLevel.cpp
|
fix
|
2022-07-21 20:32:33 +02:00 |
LoadingStrictnessLevel.h
|
fix
|
2022-08-03 15:33:55 +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 |
removeWhereConditionPlaceholder.cpp
|
fix
|
2023-05-08 14:49:45 +02:00 |
removeWhereConditionPlaceholder.h
|
fix
|
2023-05-08 14:49:45 +02:00 |
TablesDependencyGraph.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
TablesDependencyGraph.h
|
Improve TablesDependencyGraph.
|
2022-12-12 18:22:04 +01:00 |
TablesLoader.cpp
|
Remove skip_startup_tables from IDatabase::loadStoredObjects()
|
2023-07-23 08:47:50 +02:00 |
TablesLoader.h
|
Add setting check_referential_table_dependencies to check referential dependencies on DROP TABLE.
|
2023-02-08 23:56:59 +01:00 |