summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-04-22Optionally wait on bytes_per_sync to smooth I/O (#5183)Andrew Kryczka
2019-04-22Add BlockBasedTableOptions::index_shortening (#5174)Mike Kolupaev
2019-04-19refactor SavePoints (#5192)jsteemann
2019-04-19Remove a couple of non-public includes from public header file (#5219)anand76
2019-04-18Use creation_time or mtime when file_creation_time=0 (#5184)Sagar Vemuri
2019-04-18Add copyright headers per FB open-source checkup tool. (#5199)Fosco Marotto
2019-04-16Avoid double-compacting data in bottom level in manual compactions (#5138)Zhongyi Xie
2019-04-15Update history and version to 6.1.1 (#5171)Fosco Marotto
2019-04-12Remove extraneous call to TrackKey (#5173)Manuel Ung
2019-04-11Introduce a new MultiGet batching implementation (#5011)anand76
2019-04-11Change OptimizeForPointLookup() and OptimizeForSmallDb() (#5165)Siying Dong
2019-04-10Periodic Compactions (#5166)Sagar Vemuri
2019-04-06Expose DB methods to lock and unlock the WAL (#5146)Sergei Glushchenko
2019-04-04Add missing methods to EnvWrapper, and more wrappers in Env.h (#5131)Mike Kolupaev
2019-04-04Fix many bugs in log statement arguments (#5089)Adam Simpkins
2019-04-02add compression options to table properties (#5081)Zhongyi Xie
2019-04-02WriteUnPrepared: less virtual in iterator callback (#5049)Maysam Yabandeh
2019-04-01Add DBOptions. avoid_unnecessary_blocking_io to defer file deletions (#5043)Mike Kolupaev
2019-03-28Smooth the deletion of WAL files (#5116)anand76
2019-03-28Option string/map can set merge operator from object registry (#5123)Siying Dong
2019-03-27Run automatic formatter against public header files (#5115)Siying Dong
2019-03-27Update history and version for 6.1Fosco Marotto
2019-03-27Remove some "using std::..." from header files. (#5113)Siying Dong
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2019-03-26Introduce CPU timers for iterator seek and next (#5076)Shi Feng
2019-03-25ldb command parsing: allow option values to contain equals signs (#5088)Zhongyi Xie
2019-03-21Make it easier for users to load options from option file and set shared bloc...Rashmi Sharma
2019-03-20Make adaptivity of LRU cache mutexes configurable (#5054)Levi Tamasi
2019-03-19Collect compaction stats by priority and dump to info LOG (#5050)Zhongyi Xie
2019-03-19Document the interaction between disableWAL and BackupEngine (#5071)Andrew Audibert
2019-03-19Add an option to filter traces (#5082)Wenjie Yang
2019-03-19Add missing C API for transaction (#5077)Hiroaki Nakamura
2019-03-18Feature for sampling and reporting compressibility (#4842)Shobhit Dayal
2019-03-15Update bg_error when log flush fails in SwitchMemtable() (#5072)anand76
2019-03-01Revert "Remove PlainTable's feature store_index_in_file (#4914)" (#5034)Siying Dong
2019-03-01Make statistics's stats_level change thread-safe (#5030)Siying Dong
2019-02-28Add two more StatsLevel (#5027)Siying Dong
2019-02-22Add missing functionality to RocksJava (#4833)Adam Retter
2019-02-20add GetStatsHistory to retrieve stats snapshots (#4748)Zhongyi Xie
2019-02-20Update version and history for 6.0Fosco Marotto
2019-02-19WritePrepared: Improve stress tests with slow threads (#4974)Maysam Yabandeh
2019-02-19add whole key bloom filter support in memtables (#4985)Zhongyi Xie
2019-02-15Deprecate ttl option from CompactionOptionsFIFO (#4965)Aubin Sanyal
2019-02-13Avoid using kInAtomicGroup tag for single-cf op (#4981)Yanqin Jin
2019-02-13Remove Lua compaction filter from RocksDB main repo (#4971)Yanqin Jin
2019-02-12Atomic ingest (#4895)Yanqin Jin
2019-02-11WritePrepared: add private options to TransactionDBOptions (#4966)Maysam Yabandeh
2019-02-08Implement trace sampling (#4963)tang-jianfeng
2019-02-08Reset size_ to 0 in PinnableSlice::Reset (#4962)Maysam Yabandeh
2019-02-07Deprecate CompactionFilter::IgnoreSnapshots() = false (#4954)Siying Dong