summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-24Fix "no new line at end of file" (#12806)v9.4.0Changyu Bi
2024-06-23update HISTORY.md for 9.4.fbChangyu Bi
2024-06-23Calculate `injected_error_count` even when `SharedState::ignore_read_error` (...Hui Xiao
2024-06-22Proceed for new memtable on okay status (#12798)Hui Xiao
2024-06-22Fix folly build (#12795)Andrew Kryczka
2024-06-22Fix assertion failure in ConstructFragmentedRangeTombstones() (#12796)Changyu Bi
2024-06-21Fix not getting expected injected read error (#12793)Hui Xiao
2024-06-21Disable fault injection with BatchedOpsStressTest and MultiOpsTxnsStressTest ...Hui Xiao
2024-06-21Fix possible crash in failure to sync some WALs (#12789)Peter Dillinger
2024-06-21Fix heap-use-after-free in MultiCfIteratorImpl (#12784)Jay Huh
2024-06-19Respect ReadOptions::read_tier in prefetching (#12782)Peter Dillinger
2024-06-19Inject more errors to more files in stress test (#12713)Hui Xiao
2024-06-18Add experimental range filters to stress/crash test (#12769)Peter Dillinger
2024-06-18Disable AttributeGroup in multiops txn test (#12781)Jay Huh
2024-06-18Enable reading un-synced data in db stress test (#12752)Hui Xiao
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-06-18`GetAggregatedIntProperty` accumulates property once per block cache (#12755)Jonah Gao
2024-06-17Add AttributeGroupIterator to Stress Test (#12776)Jay Huh
2024-06-14Fix rare failure in DBBlockCacheTypeTest.Uncache (#12775)Peter Dillinger
2024-06-14Verify public headers do not reference internal ones (#12774)Peter Dillinger
2024-06-14MultiCfIterator - Handle case of invalid key from child iter manual prefix it...Jay Huh
2024-06-14Fix manual flush hanging on waiting for no stall for UDT in memtable … (#12...Yu Zhang
2024-06-13Change the behavior of manual flush to not retain UDT (#12737)Yu Zhang
2024-06-13Fix deprecated dynamic exception in internal_repo_rocksdb/repo/java/rocksjni/...Richard Barnes
2024-06-12add gtags files ignore (#12747)mingwei
2024-06-12Remove redundant no_io parameters to filter functions (#12762)Peter Dillinger
2024-06-12Propagate more ReadOptions to ApproximateOffsetOf/Sizes (#12764)Peter Dillinger
2024-06-12Eliminate some parameters redundant with ReadOptions (#12761)Peter Dillinger
2024-06-12Fix manual WAL flush causing false-positive inconsistent values in TestBackup...Hui Xiao
2024-06-12Ensure Close() before LinkFile() for WALs in Checkpoint (#12734)Peter Dillinger
2024-06-11Fix a failure to propagate ReadOptions (#12757)Peter Dillinger
2024-06-11Fix TSAN-reported data race with uncache_aggressiveness (#12753)Peter Dillinger
2024-06-11Disable "uncache" behavior in DB shutdown (#12751)Peter Dillinger
2024-06-10c.h: Add set_track_and_verify_wals_in_manifest to C API (#12749)Evan Jones
2024-06-10Attempt fix rare failure in DBBlockCacheTypeTest.Uncache (#12748)Peter Dillinger
2024-06-10Enable reopen with un-synced data loss in crash test (#12746)Hui Xiao
2024-06-07Fixed CMake builds for iOS (#12744)Eduardo Menges Mattje
2024-06-07c.h: Add GetDbIdentity, Options::write_dbid_to_manifest (#12736)Evan Jones
2024-06-07Support pro-actively erasing obsolete block cache entries (#12694)Peter Dillinger
2024-06-06Add a OnManualFlushScheduled callback in event listener (#12631)Yu Zhang
2024-06-06Revert PR 12684 and 12556 (#12738)Hui Xiao
2024-06-05Fix Checkpoint hard link of inactive but unsynced WAL (#12731)Peter Dillinger
2024-06-05Remove close when fd == -1. (#12732)Adam Kupczyk
2024-06-05Fix compile errors on loongarch (#12739)wuruilong
2024-06-04FaultInjectionTestFS read unsynced data by default (#12729)Peter Dillinger
2024-06-04Use extended file boundary for key range overlap check during file ingestion ...Yu Zhang
2024-06-04Fix AddressSanitizer container-overflow (#12722)Valery Mironov
2024-06-04Fix build on i386 (#12719)Po-Chuan Hsieh
2024-06-03More details for 'tail prefetch size is calculated based on' (#12667)Andrii Lysenko
2024-06-03add c-api to get default cf handle (#12514)hgy@ruijie.com.cn