summaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2024-02-02Mark destructors as overridden (#12324)Sanket Sanjeev Karnik
2024-01-25Pass rate_limiter_priority from SequentialFileReader to FS (#12296)Hui Xiao
2024-01-05Fix a case of ignored corruption in creating backups (#12200)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-27Trace analyzer: replace number with enumeration type (#10827)Qiaolin Yu
2023-12-21Initial CircleCI -> GitHub Actions migration (#12163)Peter Dillinger
2023-12-18Sync a source file license from percona/PerconaFT (#12103)Andrew Kryczka
2023-12-15Add some compressed and tiered secondary cache stats (#12150)anand76
2023-12-13Some further cleanup in WriteBatchWithIndex::MultiGetFromBatchAndDB (#12143)Levi Tamasi
2023-12-08Remove extra semi colon from infrasec/authorization/audit/AclAuditor.cppRichard Barnes
2023-12-05Eliminate some code duplication in MergeHelper (#12121)Levi Tamasi
2023-11-30Initial support for wide columns in WriteBatchWithIndex (#11982)Levi Tamasi
2023-11-21Add missing license to source files (#12083)Andrew Kryczka
2023-11-10Allow `TtlMergeOperator` to wrap an unregistered `MergeOperator` (#12056)Andrew Kryczka
2023-11-10Remove the default force behavior for `EnableFileDeletion` API (#12001)Yu Zhang
2023-10-20Add bounds checking to WBWIIteratorImpl and respect bounds of ReadOptions in ...rogertyang
2023-10-18Enforce status checking after Valid() returns false for IteratorWrapper (#11975)Changyu Bi
2023-10-12Resolve BaseDeltaIterator's value in UpdateCurrent (#11947)Levi Tamasi
2023-10-09Clean up WriteBatchWithIndexInternal a bit (#11930)Levi Tamasi
2023-09-29test: WritableFile derived class: add missing GetFileSize() override (#11726)leipeng
2023-09-22Surface timestamp from db to the transaction iterator (#11847)Yu Zhang
2023-09-21Support compressed and local flash secondary cache stacking (#11812)anand76
2023-09-21Use *next_sequence -1 here (#11861)Peter (Stig) Edwards
2023-09-19Integrate FullMergeV3 into the query and compaction paths (#11858)Levi Tamasi
2023-09-18Inject retryable write IOError when writing to SST files in stress test (#11829)Changyu Bi
2023-09-15Fix CI failure due to transaction_test (#11843)Changyu Bi
2023-09-15Add Transaction::CollapseKey to collapse merge op chains ondemand (#11815)Sarang Masti
2023-09-13Track full_history_ts_low per SuperVersion (#11784)Yu Zhang
2023-09-05Added compaction read errors to `db_stress` (#11789)Andrew Kryczka
2023-08-29avoid find() -> insert() sequence (#11743)jsteemann
2023-08-18Add `CompressionOptions::checksum` for enabling ZSTD checksum (#11666)Changyu Bi
2023-08-18Implement a allow cache hits admission policy for the compressed secondary ca...anand76
2023-08-09Add missing status check when compiling with `ASSERT_STATUS_CHECKED=1` (#11686)Changyu Bi
2023-08-09Set default cf ts sz for a reused transaction (#11685)Yu Zhang
2023-08-08Group rocksdb.sst.read.micros stat by different user read IOActivity + misc (...Hui Xiao
2023-08-01Use C++17 [[fallthrough]] in transaction_test.cc (#11663)Jay Huh
2023-07-30db_stress: Reinstate Transaction::Rollback() calls before destruction (#11656)Peter Dillinger
2023-07-28Allow TryAgain in db_stress with optimistic txn, and refactoring (#11653)Peter Dillinger
2023-06-21Use FaultInjectionTestFS in transaction_test, clarify Close() APIs (#11499)Peter Dillinger
2023-05-31Flush option in WaitForCompact() (#11483)Jay Huh
2023-05-25Add WaitForCompact with WaitForCompactOptions to public API (#11436)Jay Huh
2023-05-24Improve memory efficiency of many OptimisticTransactionDBs (#11439)Peter Dillinger
2023-05-22Refactor WriteUnpreparedStressTest to be a unit test (#11424)Yu Zhang
2023-05-17Remove wait_unscheduled from waitForCompact internal API (#11443)Jay Huh
2023-05-17Change internal headers with duplicate names (#11408)Peter Dillinger
2023-04-28Deflake some old BlobDB test cases (#11417)Levi Tamasi
2023-04-21Group rocksdb.sst.read.micros stat by IOActivity flush and compaction (#11288)Hui Xiao
2023-04-11Initial add UDT in memtable only option (#11362)Yu Zhang
2023-03-17HyperClockCache support for SecondaryCache, with refactoring (#11301)Peter Dillinger
2023-03-15Misc cleanup of block cache code (#11291)Peter Dillinger