summaryrefslogtreecommitdiff
path: root/HISTORY.md
AgeCommit message (Expand)Author
2024-06-23update HISTORY.md for 9.4.fbChangyu Bi
2024-06-02Update the main branch for the 9.3 release (#12726)Andrew Kryczka
2024-05-01Update HISTORY.md and version to 9.3.0 (#12601)anand76
2024-03-25Branch cut 9.1.fb (#12476)akankshamahajan
2024-02-16Start 9.1.0 release (#12360)Yu Zhang
2024-01-22Add 8.11 release note for FileOperationType enum addition (#12263)Peter Dillinger
2024-01-20Start 9.0.0 release (#12256)Peter Dillinger
2023-12-15Update HISTORY/version/format compatibility script for the 8.10 release (#12154)Levi Tamasi
2023-11-21Update HISTORY.md and version.h for 8.9.fb release (#12074)Jay Huh
2023-10-24Update history, version and format testing for 8.8 (#12004)Hui Xiao
2023-09-23Update files for version 8.8 (#11878)Changyu Bi
2023-09-14Remove "rocksdb.file.read.db.open.micros" typo from 8.6 HISTORY (#11839)Hui Xiao
2023-08-30Revert "Clarify comment about compaction_readahead_size's sanitizatio… (#11...Hui Xiao
2023-08-24Clarify comment about compaction_readahead_size's sanitization change (#11755)Hui Xiao
2023-08-21Update HISTORY.md and version.h for 8.6 (#11728)anand76
2023-08-02Update for 8.5.fb branch cut (#11642)Andrew Kryczka
2023-07-28Strip leading and trailing whitespace for unreleased_history entries (#11652)Peter Dillinger
2023-07-07Make `rocksdb_options_add_compact_on_deletion_collector_factory` backward com...Changyu Bi
2023-06-26Update HISTORY.md for branch cut for 8.4.fb (#11565)akankshamahajan
2023-05-30Better management of unreleased HISTORY (#11481)Peter Dillinger
2023-05-30Integrate CacheReservationManager with compressed secondary cache (#11449)anand76
2023-05-26add WriteBatch::Release() (#11482)Andrew Kryczka
2023-05-26Move WaitForCompect() change entry to Unreleased in History file (#11479)Jay Huh
2023-05-25Add WaitForCompact with WaitForCompactOptions to public API (#11436)Jay Huh
2023-05-25Fix StopWatch bug; Remove setting `record_read_stats` (#11474)Hui Xiao
2023-05-24Improve memory efficiency of many OptimisticTransactionDBs (#11439)Peter Dillinger
2023-05-19Update HISTORY.md/version.h/format compatiblity test for 8.3 release (#11464)Yu Zhang
2023-05-19Much better stats for seeks and prefix filtering (#11460)Peter Dillinger
2023-05-18Support Clip DB to KeyRange (#11379)mayue.fight
2023-05-18Add `rocksdb.file.read.db.open.micros` (#11455)Hui Xiao
2023-05-12Delete temp OPTIONS file on failure to write it (#11423)anand76
2023-05-12Add block checksum mismatch ticker stat (#11438)Andrew Kryczka
2023-05-11Support compacting files to different temperatures in FIFO compaction (#11428)Changyu Bi
2023-05-09Simplify detection of x86 CPU features (#11419)Peter Dillinger
2023-05-09Add hash_seed to Caches (#11391)Peter Dillinger
2023-05-08Record and use the tail size to prefetch table tail (#11406)Hui Xiao
2023-05-02Delete empty WAL files on reopen (#11409)anand76
2023-05-01Avoid long parameter lists configuring Caches (#11386)Peter Dillinger
2023-05-01Shard JemallocNodumpAllocator (#11400)Andrew Kryczka
2023-04-25Block per key-value checksum (#11287)Changyu Bi
2023-04-24Start version 8.3 (#11405)Peter Dillinger
2023-04-21Changes and enhancements to compression stats, thresholds (#11388)Peter Dillinger
2023-04-21Group rocksdb.sst.read.micros stat by IOActivity flush and compaction (#11288)Hui Xiao
2023-04-20Always allow L0->L1 trivial move during manual compaction (#11375)Changyu Bi
2023-04-07Refactor block cache tracing w/improved MultiGet (#11339)Peter Dillinger
2023-04-06Drain unnecessary levels when `level_compaction_dynamic_level_bytes=true` (#1...Changyu Bi
2023-04-05Ensure VerifyFileChecksums reads don't exceed readahead_size (#11328)anand76
2023-04-04Use user-provided ReadOptions for metadata block reads more often (#11208)Andrew Kryczka
2023-04-04Change default block cache from 8MB to 32MB (#11350)Peter Dillinger
2023-03-30Add `SetAllowStall()` (#11335)Hui Xiao