377 Commits (04e75d6ae5a0b41142652994cbc8404b714b5fa1)

Author SHA1 Message Date
wqfish 04e75d6ae5 Fix potential segfault when calling next on DBIterator that is at the end of the range (#374) 5 years ago
wqfish a01815d574 Minor cleanup in db.rs (#373) 5 years ago
wqfish 55ed8cbd16 Add flush_cf method to DB (#372) 5 years ago
zhangsoledad 0c355225fa Simplify conversion on iterator item (#364) 5 years ago
wqfish 811933be96 Add set_max_total_wal_size to Options (#366) 5 years ago
Steve Yen bf85e771be Fix minor doc typo (#367) 5 years ago
Patrick c09e2b0d27 Options: add set_ratelimiter (#369) 5 years ago
wqfish 22f36ce97f Improve ffi_try macro to make trailing comma optional (#371) 5 years ago
Andronik Ordian 64bd098993 Expose format version (#357) 5 years ago
Andronik Ordian 52ebdb5219 DB::repair: pass Options by ref (#350) 5 years ago
Andronik Ordian 6c7f6af7d7 Options: add set_verify_checksums and set_level_compaction_dynamic_level_bytes (#349) 5 years ago
Gary Guo 473b1671c7 Always use pinnable slice for get operations (#345) 5 years ago
Gary Guo 266b83efd0 DBRawIterator can be Sync 5 years ago
Gary Guo 23608e905e Avoid copy in DBRawIterator::{key, value} 5 years ago
Lucjan Suski bb65693abe Add example 5 years ago
Lucjan Suski f64c74cc2e Formatting 5 years ago
Lucjan Suski 421149b4da Formatting 5 years ago
Lucjan Suski f4d1e81e04 Add example, fix type 5 years ago
Lucjan Suski 9c06fab60f Allow setting optimize_filter_for_hits 5 years ago
Lucjan Suski 845a332fd3 There is no enabled param on compression options 5 years ago
Lucjan Suski e44633dde7 Enable set_compression_options 5 years ago
Lucjan Suski 955336556d Allow to set max_dict_bytes and zstd_max_training_bytes 5 years ago
Nicolas Gotchac 2096f04092 Add lifetimes for `DBIterator` return types (#294) 5 years ago
Oleksandr Anyshchenko e54f70b2cc Remove unnecessary trailing semicolon 5 years ago
Christopher Bradfield 7e15637df5 Add set_tailing to the ReadOptions struct to support tailing iterators. 5 years ago
Nathan Fiedler 6e39fd715b Add get_updates_since() wrapper and its iterator (#332) 5 years ago
Oleksandr Anyshchenko a05151f6ae Merge with master and update changelog 5 years ago
rnarubin f435fa7e75 Expose the `status` method on iterators (#302) 5 years ago
Ilya Bogdanov 932a70e1f1
Add `DB::latest_sequence_number` method. (#326) 5 years ago
Clément Renault c5e8c9f5ef fix: Make the set_iterate_upper_bound ReadOptions method unsafe (#309) 5 years ago
rnarubin 9e75179e77 Implement Send and Sync for useful types (#318) 5 years ago
Renar Narubin 1159f31987 Document the raw_iterator methods 5 years ago
pavel-mukhanov 892dea0fb7 Add changelog and comment. 5 years ago
wjhuang2016 fbc8c4ccb3 set_max_write_buffer_number 5 years ago
Oleksandr Anyshchenko 7c4bfb8735 Replace deprecated types 5 years ago
Oleksandr Anyshchenko 54ff3db8ec Change a column family storing 5 years ago
pavel-mukhanov 10b1ef7f85 Implement Send and Sync for Snapshot. 5 years ago
Renar Narubin 5cc31aaff8 Add set_db_write_buffer_size to the Options API 5 years ago
Renar Narubin 6cf5be4a61 Add raw_iterator_cf_opt to the DB API 5 years ago
Valerian Saliou c7e08cfd4b
Add docs 5 years ago
Valerian Saliou 242d1bf8fd
Add docs 5 years ago
Valerian Saliou a3b0047487
Fmt pass 5 years ago
Valerian Saliou a4b60075b9
Add ‘flush’ 5 years ago
xiaobogaga f997a0a298 shorter comment 5 years ago
xiaobogaga e99bf485ef address comment (#292) 5 years ago
xiaobogaga 3cd5c606a7 add comment for ReadOptions.set_iterate_upper_bound method. 5 years ago
Valerian Saliou d55b22ce16
Documented 'delete_range_cf' 5 years ago
Valerian Saliou ff574e5a0c
cargo fmt pass on db.rs 5 years ago
Valerian Saliou 09da01d457
Update db.rs 5 years ago
Valerian Saliou 2613d0688e
Add comments + tests to delete_range() 5 years ago