summaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2021-04-29Refactor: use TableBuilderOptions to reduce parameter lists (#8240)Peter Dillinger
2021-04-28db_stress to add --open_metadata_write_fault_one_in (#8235)sdong
2021-04-26WBWI Internal Move implementation from .h into .cpp (#8229)Adam Retter
2021-04-22Make types of Immutable/Mutable Options fields match that of the underlying O...mrambacher
2021-04-20Cleanup include (#8208)Andrew Gallagher
2021-04-19Handle rename() failure in non-local FS (#8192)Yanqin Jin
2021-04-19Fix a data race related to DB properties (#8206)Levi Tamasi
2021-04-18Fix flaky test BackupableDBTest.FileSizeForIncremental (#8197)Akanksha Mahajan
2021-04-14Assert unlimited max_open_files for FIFO compaction. (#8172)Justin Chapman
2021-04-12Misc Backup API enhancements (#8170)Peter Dillinger
2021-04-07Integrated BlobDB for backup/restore support (#8129)Akanksha Mahajan
2021-04-07Fix read-only DB writing to filesystem with write_dbid_to_manifest (#8164)Peter Dillinger
2021-04-06Fix crash test with backup as read-only DB (#8161)Peter Dillinger
2021-04-06Make backups openable as read-only DBs (#8142)Peter Dillinger
2021-04-05Likely fix flaky TableFileCorruptedBeforeBackup (#8151)Peter Dillinger
2021-03-29Add thread safety to BackupEngine, explain more (#8115)Peter Dillinger
2021-03-22Remove duplicate code (#8079)Yanqin Jin
2021-03-19Begin forward compatibility for new backup meta schema (#8069)Peter Dillinger
2021-03-19Add new Append API with DataVerificationInfo to Env WritableFile (#8071)Zhichao Cao
2021-03-18Fix a test failure when built with ASSERT_STATUS_CHECKED=1 (#8075)Yanqin Jin
2021-03-15Make ChRootEnv, EncryptedEnv, and TimedEnv into FileSystems (#7968)mrambacher
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-03-12Add BackupEngine API for backup file details (#8042)Peter Dillinger
2021-03-09Refactor: add LineFileReader and Status::MustCheck (#8026)Peter Dillinger
2021-03-09Make default share_files_with_checksum=true (#8020)Peter Dillinger
2021-03-01Support retrieving checksums for blob files from the MANIFEST when checkpoint...Akanksha Mahajan
2021-02-25Compaction filter support for (new) BlobDB (#7974)Yanqin Jin
2021-02-18Fix an assertion failure in range locking, locktree code. (#7938)Sergei Petrunia
2021-02-18Fix txn `MultiGet()` return un-committed data with snapshot (#7963)Jay Zhuang
2021-02-17Add checkpoint support to BlobDB (#7959)Levi Tamasi
2021-02-10Handoff checksum Implementation (#7523)Zhichao Cao
2021-02-06Revert "Turn on memtable bloom filter by default. (#6584)" (#7939)Levi Tamasi
2021-02-05Allow range deletions in `*TransactionDB` only when safe (#7929)Andrew Kryczka
2021-02-05Turn on memtable bloom filter by default. (#6584)sdong
2021-01-28Remove Legacy and Custom FileWrapper classes from header files (#7851)mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2021-01-25Do not explicitly flush blob files when using the integrated BlobDB (#7892)Levi Tamasi
2021-01-21Fix compilation against musl lib C (#7875)Adam Retter
2021-01-15Fixing Windows build using CMake (#7854)Tomas Kolda
2021-01-09Fix checkpoint_test hang (#7849)Jay Zhuang
2021-01-09Improvements to Env::GetChildren (#7819)Adam Retter
2021-01-07Get manifest size again after getting min_log_num during checkpoint (#7836)Cheng Chang
2021-01-07Add more tests to the ASC pass list (#7834)mrambacher
2021-01-06fix typo (#7832)DreaMer963
2021-01-06Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper pri...mrambacher
2021-01-04Make StringEnv, StringSink, StringSource use FS classes (#7786)mrambacher
2021-01-04Eliminate the creation of ImmutableDBOptions in WBWI::GetFromBatch (#6851)mrambacher
2020-12-27Disable BasicLockEscalation if cannot determine whether TSAN is enabled (#7814)cheng-chang
2020-12-23No elide constructors (#7798)mrambacher
2020-12-23Skip WALs according to MinLogNumberToKeep when creating checkpoint (#7789)cheng-chang