summaryrefslogtreecommitdiff
path: root/db/write_batch_test.cc
AgeCommit message (Expand)Author
2024-09-20Steps toward deprecating implicit prefix seek, related fixes (#13026)Peter Dillinger
2024-03-22Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)Peter Dillinger
2024-03-21Follow ups for TimedPut and write time property (#12455)Yu Zhang
2024-03-15Support returning write unix time in iterator property (#12428)Yu Zhang
2024-03-14Add initial support for TimedPut API (#12419)Yu Zhang
2023-11-09Stubs for piping write time (#12043)Yu Zhang
2023-11-06AttributeGroups - PutEntity Implementation (#11977)Jay Huh
2023-05-26add WriteBatch::Release() (#11482)Andrew Kryczka
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-10-31Basic Support for Merge with user-defined timestamp (#10819)Yanqin Jin
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-09-30User-defined timestamp support for `DeleteRange()` (#10661)Changyu Bi
2022-08-05Fragment memtable range tombstone in the write path (#10380)Changyu Bi
2022-05-06Remove own ToString() (#9955)sdong
2022-02-22Support WBWI for keys having timestamps (#9603)Yanqin Jin
2022-02-08Use the comparator from the sst file table properties in sst_dump_tool (#9491)satyajanga
2022-02-01Revise APIs related to user-defined timestamp (#8946)Yanqin Jin
2021-12-10Add commit marker with timestamp (#9266)Yanqin Jin
2021-11-30Update WriteBatch::AssignTimestamp() and Add (#9205)Yanqin Jin
2021-09-01Remove some unneeded code (#8736)Peter Dillinger
2021-05-05Make ImmutableOptions struct that inherits from ImmutableCFOptions and Immuta...mrambacher
2020-12-08Add further tests to ASSERT_STATUS_CHECKED (1) (#7679)Adam Retter
2020-11-16Fail early when `merge_operator` not configured (#7667)Andrew Kryczka
2020-10-28In ParseInternalKey(), include corrupt key info in Status (#7515)Ramkumar Vadivelu
2020-10-20Fix write_batch_test when ASSERT_STATUS_CHECKED=1 (#7575)Cheng Chang
2020-09-30Change ParseInternalKey() to return Status instead of bool (#7457)Ramkumar Vadivelu
2020-09-23Add and fix clang -Wshift-sign-overflow (#7431)Peter Dillinger
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-18Return NotSupported from WriteBatchWithIndex::DeleteRange (#5393)Andrew Kryczka
2019-09-09upgrade gtest 1.7.0 => 1.8.1 for json result writingWilfried Goesgens
2019-08-23Refactor trimming logic for immutable memtables (#5022)Zhongyi Xie
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-02-19Apply modernize-use-override (3)Michael Liu
2018-11-28Clean up FragmentedRangeTombstoneList (#4692)Abhishek Madan
2018-07-06WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078)Manuel Ung
2018-03-05Comment out unused variablesAndrew Kryczka
2018-02-22Back out "[codemod] - comment out unused parameters"Igor Sugak
2018-02-22- comment out unused parametersDavid Lai
2017-10-19Enable MSVC W4 with a few exceptions. Fix warnings and bugsDmitri Smirnov
2017-09-28WritePrepared Txn: RecoveryMaysam Yabandeh
2017-09-18WritePrepared Txn: Advance seq one per batchMaysam Yabandeh
2017-07-24Gcc 7 ParsedInternalKey replace memset with clear function.Daniel Black
2017-07-21Revert "comment out unused parameters"Sagar Vemuri
2017-07-21comment out unused parametersVictor Gao
2017-07-16CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et ceteraYedidya Feldblum
2017-07-15Change RocksDB LicenseSiying Dong
2017-06-02Pass CF ID to MemTableRepFactoryAndrew Kryczka
2017-05-03support PopSavePoint for WriteBatchsiddontang