summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-11-14More fixes to auto-GarbageCollect in BackupEngine (#6023)Peter Dillinger
2019-11-13New Bloom filter implementation for full and partitioned filters (#6007)Peter Dillinger
2019-11-12Batched MultiGet API for multiple column families (#5816)anand76
2019-11-08Auto-GarbageCollect on PurgeOldBackups and DeleteBackup (#6015)Peter Dillinger
2019-11-07Add file number/oldest referenced blob file number to {Sst,Live}FileMetaData ...Levi Tamasi
2019-11-05Rename BlockBasedTable::ReadMetaBlock (#6009)Yanqin Jin
2019-11-05Add a limited support for iteration bounds into BaseDeltaIterator (#5403)Sergei Petrunia
2019-10-31Prepare filter tests for more implementations (#5967)Peter Dillinger
2019-10-31Make FIFO compaction take default 30 days TTL by default (#5987)sdong
2019-10-29Auto enable Periodic Compactions if a Compaction Filter is used (#5865)Sagar Vemuri
2019-10-28Upgrading version to 6.6.0 on Master (#5965)Vijay Nadimpalli
2019-10-25API to get file_creation_time of the oldest file in the DB (#5948)Vijay Nadimpalli
2019-10-24Clean up some filter tests and comments (#5960)Peter Dillinger
2019-10-24Propagate SST and blob file numbers through the EventListener interface (#5962)Levi Tamasi
2019-10-18Expose db stress tests (#5937)Yanqin Jin
2019-10-16Fix OnFlushCompleted fired before flush result write to MANIFEST (#5908)Yi Wu
2019-10-14Add Env::SanitizeEnvOptions (#5885)Yanqin Jin
2019-10-08Support custom env in sst_dump (#5845)Yanqin Jin
2019-09-26Add TryCatchUpWithPrimary to StackableDB (#5855)Yanqin Jin
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-18Remove snap_refresh_nanos option (#5826)Maysam Yabandeh
2019-09-16Allow users to stop manual compactions (#3971)andrew
2019-09-16Charge block cache for cache internal usage (#5797)Maysam Yabandeh
2019-09-12Add insert hints for each writebatch (#5728)Lingjing You
2019-09-11Option to make write group size configurable (#5759)Ronak Sisodia
2019-09-11Use delete to disable automatic generated methods. (#5009)Shylock Hg
2019-09-09upgrade gtest 1.7.0 => 1.8.1 for json result writingWilfried Goesgens
2019-09-04Adding DB::GetCurrentWalFile() API as a repliction/backup helper (#5765)Affan Dar
2019-09-03Persistent globally unique DB ID in manifest (#5725)Vijay Nadimpalli
2019-08-23Refactor trimming logic for immutable memtables (#5022)Zhongyi Xie
2019-08-20Introduce IngestExternalFileOptions.verify_checksums_readahead_size (#5721)sdong
2019-08-16Do readahead in VerifyChecksum() (#5713)sdong
2019-08-15Add command "list_file_range_deletes" in ldb (#5615)sdong
2019-08-12WriteUnPrepared: increase test coverage in transaction_test (#5658)Manuel Ung
2019-08-06New API to get all merge operands for a Key (#5604)Vijay Nadimpalli
2019-08-05WritePrepared: fix Get without snapshot (#5664)Maysam Yabandeh
2019-07-31WriteUnPrepared: savepoint support (#5627)Manuel Ung
2019-07-31Improve CPU Efficiency of ApproximateSize (part 2) (#5609)Eli Pozniansky
2019-07-30Update history and version for 6.4.0 (#5652)Fosco Marotto
2019-07-26Use int64_t instead of ssize_t (#5638)Manuel Ung
2019-07-26WriteUnPrepared: Add new variable write_batch_flush_threshold (#5633)Manuel Ung
2019-07-25Added SizeApproximationOptions to DB::GetApproximateSizes (#5626)Eli Pozniansky
2019-07-25Avoid user key copying for Get/Put/Write with user-timestamp (#5502)Yanqin Jin
2019-07-24Declare snapshot refresh incompatible with delete range (#5625)Maysam Yabandeh
2019-07-23The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293)Mark Rambacher
2019-07-23Move the uncompression dictionary object out of the block cache (#5584)Levi Tamasi
2019-07-22Disable refresh snapshot feature by default (#5606)Maysam Yabandeh
2019-07-19Added log_readahead_size option to control prefetching for Log::Reader (#5592)Eli Pozniansky
2019-07-17Export Import sst files (#5495)Venki Pallipadi
2019-07-09Implemented a file logger that uses WritableFileWriter (#5491)ggaurav28