summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07Update version.h and HISTORY.md for 7.1.1v7.1.1akankshamahajan
2022-04-07Update stats for Read and ReadAsync in random_access_file_reader for async pr...Akanksha Mahajan
2022-04-07Fix reseting of async_read_in_progress_ variable in FilePrefetchBuffer to cal...Akanksha Mahajan
2022-04-06Fix segfault in FilePrefetchBuffer with async_io enabled (#9777)Akanksha Mahajan
2022-04-04Retrieve ZLib from the archive (#9790)Adam Retter
2022-03-25Fix some errors in async prefetching in FilePrefetchBuffer (#9734)Akanksha Mahajan
2022-03-23Tidy up HISTORY.md for 7.1.0Peter Dillinger
2022-03-23Revise history of 7.1.0 for patchPeter Dillinger
2022-03-23Fix a major performance bug in 7.0 re: filter compatibility (#9736)Peter Dillinger
2022-03-21Update HISTORY.md and version.h for 7.1 release (#9727)Hui Xiao
2022-03-21Make mixgraph easier to use (#9711)Mark Callaghan
2022-03-21Fix a bug in PosixClock (#9695)KNOEEE
2022-03-21fix a bug, c api, if enable inplace_update_support, and use create sn… (#9471)duyuqi
2022-03-21Enable detect_stack_use_after_return for ASAN (#9714)Jay Zhuang
2022-03-21Provide implementation to prefetch data asynchronously in FilePrefetchBuffer ...Akanksha Mahajan
2022-03-18Add manifest fix-up utility for file temperatures (#9683)Peter Dillinger
2022-03-18Fix assertion error by doing comparison with mutex (#9717)Yanqin Jin
2022-03-18New backup meta schema, with file temperatures (#9660)Peter Dillinger
2022-03-17Fix race condition caused by concurrent accesses to forceMmapOff_ when openin...Yanqin Jin
2022-03-17Deflake DeleteSchedulerTest.StartBGEmptyTrashMultipleTimes (#9706)Jay Zhuang
2022-03-16Minor fix for Windows build with zlib (#9699)Jay Zhuang
2022-03-16Improve stress test for transactions (#9568)Yanqin Jin
2022-03-16crash_test Makefile refactoring, add to CircleCI (#9702)Peter Dillinger
2022-03-15Expand auto recovery to background read errors (#9679)anand76
2022-03-15Fix a race condition when disable and enable manual compaction (#9694)Jay Zhuang
2022-03-15Fix TSAN caused by calling `rend()` and `pop_front()`. (#9698)Yanqin Jin
2022-03-15Replace GetUserKey with ExtractUserKey (#9664)ehds@qq.com
2022-03-15fix a bug of the ticker NO_FILE_OPENS (#9677)gukaifeng
2022-03-15fix: Reusing-Iterator reads stale keys after DeleteRange() performed (#9258)Jermy Li
2022-03-14Fix a TSAN-reported bug caused by concurrent accesss to std::deque (#9686)Yanqin Jin
2022-03-14NPE in Java_org_rocksdb_ColumnFamilyOptions_setSstPartitionerFactory (#9622)Tomas Kolda
2022-03-13#include <winioctl.h> as MSDN prescribes (#9612)Yuriy Chernyshov
2022-03-12Fix build for io_uring (#9690)Jay Zhuang
2022-03-12DisableManualCompaction may fail to cancel an unscheduled task (#9659)Jay Zhuang
2022-03-12Fix a timer crash caused by invalid memory management (#9656)Jay Zhuang
2022-03-12Reduce Windows build parallelism number (#9687)Jay Zhuang
2022-03-11Add OpenAndTrimHistory API to support trimming data with specified timestamp ...slk
2022-03-11Reactivate Mempurge feature in crash test. (#9684)Baptiste Lemaire
2022-03-10Posix API support for Async Read and Poll APIs (#9578)Akanksha Mahajan
2022-03-10Fix mempurge crash reported in #8958 (#9671)Baptiste Lemaire
2022-03-09Avoid popcnt on Windows when unavailable and in portable builds (#9680)Andrew Kryczka
2022-03-09Integrate WAL compression into log reader/writer. (#9642)Siddhartha Roychowdhury
2022-03-09Fix clang-analyze by adding assertion (#9682)Yanqin Jin
2022-03-08Support user-defined timestamps in write-committed txns (#9629)Yanqin Jin
2022-03-08Rate-limit automatic WAL flush after each user write (#9607)Hui Xiao
2022-03-08Rename mutable_cf_options to signify explicity copy (#9666)Ezgi Çiçek
2022-03-08remove redundant assignment code for member state (#9665)GuKaifeng
2022-03-08Avoid .trash handling race in db_stress Checkpoint (#9673)Peter Dillinger
2022-03-07`compression_per_level` should be used for flush and changeable (#9658)Jay Zhuang
2022-03-07Remove remaining SKIP_LINK=1 in circleci config (#9669)Peter Dillinger