summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-08docs: document that default cf doesn't inherit db open optionsmasterVladimir Petrzhikovskii
2024-04-25Update rust toolchain to 1.70.0 (#874)Widagdo Setiawan
2024-04-24Add delete_range to OptimisticTransactionDB (#879)Vadim Suharnikov
2024-03-25Make BackupEngine Sendwidagdos
2024-03-25Update to RocksDB 9.0.0Dirreke
2024-03-15fix: ptr::copy requires both ptrs to be non-nullRuan Petterson
2024-02-13Export memory usage builder and MemoryUsage structs to users (#854)Ahmed Farghal
2024-02-13Make `FlushOptions` `Send` and `Sync` (#860)Jan Segre
2024-02-11Expose rocksdb cumulative statistics and histograms (#853)Ahmed Farghal
2024-02-07update doc and para name for optimize_for_point_lookupXiangpeng Hao
2024-01-18Add WriteBufferManager support (#850)Benoît Mériaux DD
2024-01-10Update to RocksDB 8.10.0zaidoon
2023-12-14Make `CompactOptions` `Send` and `Sync` (#849)Chris Tam
2023-12-13feat: Expose set_periodic_compaction_seconds (#845)Zaidoon Abd Al Hadi
2023-12-12feat: Expose set_auto_readahead_size (#842)Niklas Fiekas
2023-12-12feat: Expose wait_for_compact (#841)Zaidoon Abd Al Hadi
2023-11-30Fix bug in DBWALIterator that would return updates before the given sequence ...Jay
2023-11-30feat: Expose compact_on_deletion_collector_factory (#838)Zaidoon Abd Al Hadi
2023-11-27Update RocksDB to 8.8.1 (#835)Zaidoon Abd Al Hadi
2023-11-27feat: Expose set_wal_compression_type (#817)Dmitry Patsura
2023-11-27Fix typo in documentation (#833)Jazarine Jamal
2023-10-26fix: add raw iterator validation before calling next method (#829)Oleksandr Anyshchenko
2023-10-25feat: expose compression option parallel_threads (#828)Zaidoon Abd Al Hadi
2023-10-25feat: expose set_optimize_filters_for_memory (#827)Zaidoon Abd Al Hadi
2023-10-18Update RocksDB to 8.6.7 (#825)Oleksandr Anyshchenko
2023-09-28Expose `ReadTier` publicly (#821)tinct-martini
2023-09-21Update RocksDB to 8.5.3 (#815)Niklas Fiekas
2023-09-19feat: support column_family_metadata, column_family_metadata_cf (#810)Dmitry Patsura
2023-09-19Remove wrong outlive requirements for cache in docs (#812)Andrey Zheleznov
2023-08-07Add `allow_ingest_behind` ffi call for DB Options (#808)Siyuan Zhang
2023-08-07Wrap prop names into a PropName type offering free conversion to str (#780)Michal Nazarewicz
2023-07-15Remove temporary boxed keys in batched_multi_get (#801)Cristi Vîjdea
2023-06-23Expose flush_cfs_opt to flush multiple column families (#793)Zhanhui Li
2023-06-21Prefer rocksdb_free to free for RocksDB memory (#794)Niklas Fiekas
2023-06-05Free memory on writebatch index and avoid unnecessary clones (#786)J
2023-05-09Fix bug in `DBWALIterator` that would miss updates (#771)Simon Rasmussen
2023-04-26Support for comparators as closures (#765)Petter Egesund
2023-04-26Retrieve Value from `KeyMayExist` if value found in Cache or Memory (#759)Congyu
2023-04-26Add Cache::new_hyper_clock_cache() (#775)Niklas Fiekas
2023-04-19Actually enable io-uring (#751)Niklas Fiekas
2023-04-05Block cache creation failure is not recoverable (#763)Niklas Fiekas
2023-03-28Update to RocksDB 8.0.0 (#761)Niklas Fiekas
2023-03-13Allow specifying checksum type (#756)Roman Zeyde
2023-02-14Fix rustdoc::broken-intra-doc-links errors (#744)Yuri Kotov
2023-02-13Add doc-check to CI with fix warnings in docs, but broken-intra-doc-links (#743)Yuri Kotov
2023-02-10Check in CI compatibility with MSRV (#741)Oleksandr Anyshchenko
2023-02-09Release 0.20.0 (#736)v0.20.0Oleksandr Anyshchenko
2023-02-09Support RocksDB 7.x BackupEngineOptions (#700)Matt Jurik
2023-02-09Revert "Allow to pass in owned variable for Decision::Change variant in compa...Oleksandr Anyshchenko
2023-02-09Add Options::load_latest() method to load latest options from RockDB path (#724)Congyu