summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-13merge upstreamHEADdefaultRichard Westhaver
2024-05-08docs: document that default cf doesn't inherit db open optionsmasterVladimir Petrzhikovskii
2024-05-01Bump snappy to 1.2.0 (#883)Oleksandr Anyshchenko
2024-04-25Update rust toolchain to 1.70.0 (#874)Widagdo Setiawan
2024-04-24Add delete_range to OptimisticTransactionDB (#879)Vadim Suharnikov
2024-03-25Revert portable feature as it doesn't do anything (#871)Zaidoon Abd Al Hadi
2024-03-25Add linking libatomic command to build.rs to allow building for riscv64gc-unk...Willem Olding
2024-03-25Make BackupEngine Sendwidagdos
2024-03-25Add readme for mt_static feature.Saul
2024-03-25Update to RocksDB 9.0.0Dirreke
2024-03-15Update README.md with a new section for the portable featureSujay Jayakar
2024-03-15Add portable feature for RocksDB buildSujay Jayakar
2024-03-15fix: ptr::copy requires both ptrs to be non-nullRuan Petterson
2024-03-15Feat: Adds crt_static method (#865)Arsh
2024-02-20Turn build status badge into link in README.mdJordan Danford
2024-02-20More README.md fixesJordan Danford
2024-02-20Fix build status badge and other bits in README.mdJordan Danford
2024-02-13Release 0.22.0 (#861)v0.22.0Oleksandr Anyshchenko
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-11Merge pull request #852 from zaidoon1/zaidoon/rocksdb-8.10Zaidoon Abd Al Hadi
2024-01-11comp2Richard Westhaver
2024-01-10Update to RocksDB 8.10.0zaidoon
2023-12-14Make `CompactOptions` `Send` and `Sync` (#849)Chris Tam
2023-12-14Update hash commit of the rocksdb submodule to corresponding v8.9.1 tag (#848)Oleksandr Anyshchenko
2023-12-13feat: Expose set_periodic_compaction_seconds (#845)Zaidoon Abd Al Hadi
2023-12-12Update RocksDB to 8.9.1 (#844)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-07-04Update to RocksDB 8.3.2 (#796)Niklas Fiekas
2023-06-23Expose flush_cfs_opt to flush multiple column families (#793)Zhanhui Li