summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13Update HISTORY.md and version.h for 9.5.2v9.5.2anand76
2024-08-13Add ticker stats for read corruption retries (#12923)anand76
2024-08-09Update historyanand76
2024-08-09Make transaction name conflict check more robust (#12895)anand76
2024-08-05update HISTORY.md and version.h for 9.5.1Yu Zhang
2024-08-05Fix file deletions in DestroyDB not rate limited (#12891)Yu Zhang
2024-07-22historyHui Xiao
2024-07-19Avoid opening table files and reading table properties under mutex (#12879)Changyu Bi
2024-07-19Support ingesting SST files generated by a live DB (#12750)Changyu Bi
2024-07-19Fix race between manifest error recovery and file ingestion (#12871)anand76
2024-07-17Reduce cases of impacted performance from bug fix (#12874)Peter Dillinger
2024-07-17Fix major bug with prefixes, SeekForPrev, and partitioned filters (#12872)Peter Dillinger
2024-07-17Move WAL sync before memtable insertion (#12869)Hui Xiao
2024-07-16Temporally disable log recycle with testing GetLiveFilesStorageInfo() (#12868)Hui Xiao
2024-07-16Fix non-okay status being ignored in write path under two_write_queues_ (#12866)Hui Xiao
2024-07-15Fix unhandled MANIFEST write errors (#12865)anand76
2024-07-15Fix a bug where `OnErrorRecoveryBegin()` is not called before auto-recovery (...Hui Xiao
2024-07-15Fix the bug with using the user comparator to compare prefix. (#12862)WangQian
2024-07-15FaultInjectionTestFS follow-up and clean-up (#12861)Peter Dillinger
2024-07-15Deflake ThreadStatus related unit tests (#12858)Changyu Bi
2024-07-12Support read & write with unsynced data in FaultInjectionTestFS (#12852)Peter Dillinger
2024-07-11Fix bug for recovering a prepared but not committed txn (#12856)Yu Zhang
2024-07-10Fix SetOptions() failure in stress test (#12854)Changyu Bi
2024-07-10Avoid SyncWAL if flushing during shutdown (#12853)anand76
2024-07-10Disable attribute group txn tests (#12851)Jay Huh
2024-07-09Fix race in multiops txn stress test (#12847)Changyu Bi
2024-07-09Remove false-postive assertion in `FaultInjectionTestFS::RenameFile` (#12828)Hui Xiao
2024-07-09Create C API function to iterate over WriteBatch for custom Column Families (...Konstantin Ilin
2024-07-09Expose SizeApproximationFlags to C API (#12836)w41ter
2024-07-09Remove unreachable code (#12846)Yu Zhang
2024-07-08Fix CondVar::TimedWait for Windows (#12815)Jeffery
2024-07-08Fix incorrect refillPeriodMicros unit in the document (#12832)Zixuan Tan
2024-07-08fix the non initialized bug in StderrLogger. (#12839)WangQian
2024-07-08fix: Round-Robin pri under leveled compaction allows subcompactions b… (#12...Chdy
2024-07-05Update snappy dependency for Java releases. (#12207)Radek Hubner
2024-07-02Clarify GetProperty API doc (#12829)Hui Xiao
2024-07-02Fix WAL corruption in stress test (#12834)Changyu Bi
2024-07-01Avoid unnecessary work in internal calls to GetSortedWalFiles (#12831)Peter Dillinger
2024-07-01Reset seen_injected_error_ with seen_error_ (#12830)Hui Xiao
2024-07-01Fix db_rate_limiter_test for win (#12816)Jeffery
2024-07-01Fix stress test `SetOptions()` setting incompatible options (#12827)Changyu Bi
2024-07-01Disable fault injection for TestGetProperty (#12825)Hui Xiao
2024-07-01Disable WAL write error injection when reopen with WAL (#12820)Hui Xiao
2024-06-28Fix unknown flag "manual_wal_flush" (#12823)Jay Huh
2024-06-28Add some documentation for Env related interfaces (#12813)Yu Zhang
2024-06-28Ignore more non-critical IO error in BlockCacheLookupForReadAheadSize() in cr...Hui Xiao
2024-06-28Don't take archived log size into account when calculating log size for flush...HypenZou
2024-06-26Ignore non-critical IO error in `BlockCacheLookupForReadAheadSize()` in crash...Hui Xiao
2024-06-26Remove the return value of `SetBGError()` (#12792)Changyu Bi
2024-06-26Decouple sync fault and write injection in FaultInjectionTestFS & fix tracing...Hui Xiao