ClickHouse/src/Backups
2022-01-30 19:49:48 +00:00
..
BackupEntryConcat.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-08-26 03:31:46 +03:00
BackupEntryConcat.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupEntryFromAppendOnlyFile.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupEntryFromAppendOnlyFile.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupEntryFromCallback.h Split backup implementation into two parts to help implementing other backup engines. 2021-11-10 11:03:03 +03:00
BackupEntryFromImmutableFile.cpp Fix explicit 0 size for createReadBufferFromFileBase() 2021-10-24 18:58:22 +03:00
BackupEntryFromImmutableFile.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupEntryFromMemory.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupEntryFromMemory.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupEntryFromSmallFile.cpp Fix explicit 0 size for createReadBufferFromFileBase() 2021-10-24 18:58:22 +03:00
BackupEntryFromSmallFile.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupFactory.cpp New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
BackupFactory.h New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
BackupImpl.cpp Split backup implementation into two parts to help implementing other backup engines. 2021-11-10 11:03:03 +03:00
BackupImpl.h Split backup implementation into two parts to help implementing other backup engines. 2021-11-10 11:03:03 +03:00
BackupInDirectory.cpp Add parameters "backups.allowed_path" and "backups.allowed_disk" to config. 2021-11-10 11:03:09 +03:00
BackupInDirectory.h Add parameters "backups.allowed_path" and "backups.allowed_disk" to config. 2021-11-10 11:03:09 +03:00
BackupInfo.cpp Split backup implementation into two parts to help implementing other backup engines. 2021-11-10 11:03:03 +03:00
BackupInfo.h New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
BackupRenamingConfig.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupRenamingConfig.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupSettings.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
BackupSettings.h New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
BackupUtils.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
BackupUtils.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
CMakeLists.txt Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
hasCompatibleDataToRestoreTable.cpp Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
hasCompatibleDataToRestoreTable.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
IBackup.h Split backup implementation into two parts to help implementing other backup engines. 2021-11-10 11:03:03 +03:00
IBackupEntry.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
registerBackupEngines.cpp New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
renameInCreateQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
renameInCreateQuery.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00