summaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2024-06-19Inject more errors to more files in stress test (#12713)Hui Xiao
2024-06-18Enable reading un-synced data in db stress test (#12752)Hui Xiao
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-06-12Ensure Close() before LinkFile() for WALs in Checkpoint (#12734)Peter Dillinger
2024-06-05Fix Checkpoint hard link of inactive but unsynced WAL (#12731)Peter Dillinger
2024-06-04FaultInjectionTestFS read unsynced data by default (#12729)Peter Dillinger
2024-05-31Add public API `WriteWithCallback` to support custom callbacks (#12603)Yu Zhang
2024-05-28Fix compile errors in C++23 (#12106)Jaepil Jeong
2024-05-28Rename, deprecate `LogFile` and `VectorLogPtr` (#12695)Peter Dillinger
2024-05-23Add timestamp support in dump_wal/dump/idump (#12690)Yu Zhang
2024-05-21Fix rebuilding transactions containing PutEntity (#12681)Levi Tamasi
2024-05-20Add GetEntityForUpdate to optimistic and WriteCommitted pessimistic transacti...Levi Tamasi
2024-05-18fix gcc warning about dangling-reference in backup_engine_test (#12637)raffertyyu
2024-05-10Allow disableWAL+recycle with WritePreparedTxnDB internals (#12639)Peter Dillinger
2024-05-09Support MultiGetEntity in optimistic and WriteCommitted pessimistic transacti...Levi Tamasi
2024-05-09Improve the sanity checks in (Multi)GetEntity and friends (#12630)Levi Tamasi
2024-05-07Add support for GetEntity in optimistic and WriteCommitted pessimistic transa...Levi Tamasi
2024-05-06Add PutEntity support for optimistic and WritePrepared pessimistic transactio...Levi Tamasi
2024-05-06Sync non-latest WALs during flush for 2PC, single-CF DBs (#12622)Andrew Kryczka
2024-04-18Retry DB::Open upon a corruption detected while reading the MANIFEST (#12518)anand76
2024-04-18Sanity check the keys parameter in MultiGetEntityFromBatchAndDB (#12564)Levi Tamasi
2024-04-18Reset user-facing wide-column stuctures upon deserialization failures (#12562)Levi Tamasi
2024-04-16Add MultiGetEntityFromBatchAndDB to WriteBatchWithIndex (#12539)Levi Tamasi
2024-04-15Add GetEntityFromBatchAndDB to WriteBatchWithIndex (#12533)Levi Tamasi
2024-04-12Add dump all keys for cache dumper impl (#12500)liuhu
2024-04-12Drop unsynced data in `TestFSWritableFile::Close()` (#12528)Andrew Kryczka
2024-04-11Cache dumper exit early due to deadline or max_dumped_size (#12491)liuhu
2024-04-05Add GetLiveFilesStorageInfo to legacy BlobDB (#12468)Andrew Kryczka
2024-04-04Provide an override ReuseWritableFile implementation for FaultInjectionTestFS...Yu Zhang
2024-04-03Fix CreateColumnFamilyWithImport for PessimisticTransactionDB (#12490)hasagi
2024-04-02Add support in SstFileReader to get a raw table iterator (#12385)Yu Zhang
2024-04-01Fix deprecated use of 0/NULL in internal_repo_rocksdb/repo/util/xxhash.h + 5Richard Barnes
2024-03-29Disallow refitting more than 1 file from non-L0 to L0 (#12481)Hui Xiao
2024-03-27Initialize `FaultInjectionTestFS::checksum_handoff_func_type_` to `kCRC32c` (...Andrew Kryczka
2024-03-22Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)Peter Dillinger
2024-03-19Remove extra semi colon from internal_repo_rocksdb/repo/util/filelock_test.ccRichard Barnes
2024-03-18Remove extra semi colon from internal_repo_rocksdb/repo/tools/ldb_cmd.ccRichard Barnes
2024-03-18Deduplicate WriteBatchWithIndex::{Get,GetEntity}FromBatch (#12442)Levi Tamasi
2024-03-14Add initial support for TimedPut API (#12419)Yu Zhang
2024-03-14Implement WriteBatchWithIndex::GetEntityFromBatch (#12424)Levi Tamasi
2024-03-13Disable `enable_checksum_handoff` in crash test (#12431)Changyu Bi
2024-03-12JNI get_helper code sharing / multiGet() use efficient batch C++ support (#12...Alan Paxton
2024-03-07Use do_validate flag to control timestamp based validation in WriteCommittedT...Yu Zhang
2024-03-05Fix/improve temperature handling for file ingestion (#12402)Peter Dillinger
2024-03-04Run internal cpp modernizer on RocksDB repo (#12398)yuzhangyu@fb.com
2024-03-01Access DBImpl* and CFD* by CFHImpl* in Iterators (#12395)Jay Huh
2024-02-27Remove `bottommost_temperature` (#12389)Peter Dillinger
2024-02-26Decouple `RateLimiter` burst size and refill period (#12379)Andrew Kryczka
2024-02-25Fix deprecated use of 0/NULL in internal_repo_rocksdb/repo/utilities/transact...Richard Barnes
2024-02-16Deprecate some variants of Get and MultiGet (#12327)anand76