summaryrefslogtreecommitdiff
path: root/db/wal_manager.cc
AgeCommit message (Expand)Author
2024-07-01Avoid unnecessary work in internal calls to GetSortedWalFiles (#12831)Peter Dillinger
2024-06-28Don't take archived log size into account when calculating log size for flush...HypenZou
2024-06-19Inject more errors to more files in stress test (#12713)Hui Xiao
2024-05-28Rename, deprecate `LogFile` and `VectorLogPtr` (#12695)Peter Dillinger
2024-03-14Fix data race in WalManager (#12439)Changyu Bi
2023-12-27Replace push_back by emplace_back in wal manager (#10805)darionyaphet
2023-11-15Consider archived WALs for deletion more frequently (#12069)Andrew Kryczka
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-06-08Fix bug for WalManager with compressed WAL (#10130)Akanksha Mahajan
2022-05-06Remove own ToString() (#9955)sdong
2022-04-14Add checks to GetUpdatesSince (#9459)Yanqin Jin
2021-07-30Allow WAL dir to change with db dir (#8582)mrambacher
2021-04-22Make types of Immutable/Mutable Options fields match that of the underlying O...mrambacher
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2020-12-22Add more tests for assert status checked (#7524)mrambacher
2020-10-22Make FileType Public and Replace kLogFile with kWalFile (#7580)Zhichao Cao
2020-09-29add Status check assertions for repair_test (#7455)Andrew Kryczka
2020-08-18Store FSSequentialFilePtr object in SequenceFileReader (#7190)Akanksha Mahajan
2020-08-12Store FileSystemPtr object that contains FileSystem ptr (#7180)Akanksha Mahajan
2020-04-29Fix FilterBench when RTTI=0 (#6732)Derrick Pallas
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-09-10do a bit less work in the normal case (#5695)jsteemann
2019-09-04Adding DB::GetCurrentWalFile() API as a repliction/backup helper (#5765)Affan Dar
2019-09-04Replace named comparator struct with lambda (#5768)Yanqin Jin
2019-07-06Fix bugs in WAL trash file handling (#5520)anand76
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-05-29Move some file related files outside util/ (#5375)Siying Dong
2019-03-28Smooth the deletion of WAL files (#5116)anand76
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2019-02-19Apply modernize-use-override (3)Michael Liu
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-10-19Add read retry support to log reader (#4394)Yanqin Jin
2018-09-13Delete code for WAL reader to start at nonzero offset (#4362)Andrew Kryczka
2018-09-05Support pragma once in all header files and cleanup some warnings (#4339)cngzhnp
2018-06-21Add file name info to SequentialFileReader. (#4026)Yanqin Jin
2018-01-11Fix memleak when DB::DeleteFile()Changli Gao
2017-11-10WritePrepared Txn: Refactor conf paramsMaysam Yabandeh
2017-07-28Replace dynamic_cast<>Siying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-05-22disable direct reads for log and manifest and add direct io to testsAaron Gao
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-03Move auto_roll_logger and filename out of db/Siying Dong
2017-03-15Add macros to include file name and line number during LoggingIslam AbdelRahman