summaryrefslogtreecommitdiff
path: root/db/db_with_timestamp_basic_test.cc
AgeCommit message (Expand)Author
2024-09-20Steps toward deprecating implicit prefix seek, related fixes (#13026)Peter Dillinger
2024-08-23Fix MultiGet with timestamps (#12943)eniac1024
2024-02-16Deprecate some variants of Get and MultiGet (#12327)anand76
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-29Add support for range deletion when user timestamps are not persisted (#12254)Yu Zhang
2024-01-05Automated modernization (#12210)Andrew Kryczka
2023-11-21Fix rowcache get returning incorrect timestamp (#11952)cz2h
2023-10-18Enforce status checking after Valid() returns false for IteratorWrapper (#11975)Changyu Bi
2023-09-20Fix row cache falsely return kNotFound when timestamp enabled (#11816)chuhao zeng
2023-09-13Track full_history_ts_low per SuperVersion (#11784)Yu Zhang
2023-08-11Add UDT support in API DB::GetApproximateMemTableStats (#11689)Yu Zhang
2023-07-26Support switching on / off UDT together with in-Memtable-only feature (#11623)Yu Zhang
2023-07-26Respect cutoff timestamp during flush (#11599)Yu Zhang
2023-07-10Handle file boundaries when timestamps should not be persisted (#11578)Yu Zhang
2023-04-06Filter table files by timestamp: Get operator (#11332)Wentian Guo
2023-02-21Fix an assertion failure in DBIter::SeekToLast() when user-defined timestamp ...Changyu Bi
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-18Fix asan failure caused by range tombstone start key use-after-free (#11106)Changyu Bi
2022-11-03Fix a bug in range scan with merge and deletion with timestamp (#10915)Yanqin Jin
2022-10-31Basic Support for Merge with user-defined timestamp (#10819)Yanqin Jin
2022-09-30User-defined timestamp support for `DeleteRange()` (#10661)Changyu Bi
2022-06-30Fix assertion error with read_opts.iter_start_ts (#10279)Yanqin Jin
2022-06-28Support `iter_start_ts` for backward iteration (#10200)Yanqin Jin
2022-06-10Return try again when full_history_ts_low is higher than requested ts (#10126)Yu Zhang
2022-06-06Return "invalid argument" when read timestamp is too old (#10109)Yu Zhang
2022-06-03Point-lookup returns timestamps of Delete and SingleDelete (#10056)Yanqin Jin
2022-05-19Add timestamp support to DBImplReadOnly (#10004)Yu Zhang
2022-05-06Remove own ToString() (#9955)sdong
2022-03-11Add OpenAndTrimHistory API to support trimming data with specified timestamp ...slk
2022-02-08Use the comparator from the sst file table properties in sst_dump_tool (#9491)satyajanga
2022-02-03Fix spelling in public API (#9490)Yanqin Jin
2022-02-01Revise APIs related to user-defined timestamp (#8946)Yanqin Jin
2022-01-28Remove iter_start_seqnum and preserve_deletes (#9430)Yanqin Jin
2021-12-23Make IncreaseFullHistoryTsLow to a public API (#9221)slk
2021-12-21Add NewMetaDataIterator method (#8692)mrambacher
2021-11-19Track each SST's timestamp information as user properties (#9093)slk
2021-11-09Fix a bug in timestamp-related GC (#9116)Yanqin Jin
2021-11-08Enable a few unit tests to use custom Env objects (#9087)anand76
2021-11-05Deflake DBBasicTestWithTimestampCompressionSettings.PutAndGetWithComp… (#9136)Jay Zhuang
2021-09-27Support SingleDelete for user-defined timestamps (#8921)Akanksha Mahajan
2021-09-12Allow WriteBatch to have keys with different timestamp sizes (#8725)Yanqin Jin
2021-09-08Make MemTableRepFactory into a Customizable class (#8419)mrambacher
2021-07-07Move slow valgrind tests behind -DROCKSDB_FULL_VALGRIND_RUN (#8475)Andrew Kryczka
2021-03-15Fix a bug in key comparison when index type is kBinarySearchWithFirstKey (#8062)Yanqin Jin
2021-03-10Enable backward iterator for keys with user-defined timestamp (#8035)Yanqin Jin
2021-02-08Add full_history_ts_low option to compaction (#7884)Jay Zhuang
2021-01-06Add more tests to ASSERT_STATUS_CHECKED (3), API change (#7715)Adam Retter
2020-12-02Make CompactRange and GetApproximateSizes work with timestamp (#7684)Jay Zhuang
2020-12-01Exclude timestamp from prefix extractor (#7668)Jay Zhuang
2020-11-10Fix a seek issue with prefix extractor and timestamp (#7644)Jay Zhuang