summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-20Fix UDT in memtable only assertions (#12946)Yu Zhang
2024-08-19Fix HISTORY.md file for 9.6 release (#12947)Jay Huh
2024-08-19Update main branch for 9.6 release (#12945)Jay Huh
2024-08-19Add an option to verify memtable key order during reads (#12889)Changyu Bi
2024-08-19Add Remote Compaction Installation Callback Function (#12940)Jay Huh
2024-08-16Best efforts recovery recover seqno prefix (#12938)Yu Zhang
2024-08-16Option to decouple index and filter partitions (#12939)Peter Dillinger
2024-08-15Fix improper ExpectedValute::Exists() usages and disable compaction during Ve...Hui Xiao
2024-08-15Attempt fix valgrind FP on std::optional (#12936)Peter Dillinger
2024-08-15Do not add unprep_seqs when WriteImpl() fails in unprepared txn (#12927)Jay Huh
2024-08-14Optimize, simplify filter block building (fix regression) (#12931)Peter Dillinger
2024-08-12Move file tracking in VersionEditHandlerPointInTime to VersionBuilder (#12928)Yu Zhang
2024-08-12Add ticker stats for read corruption retries (#12923)anand76
2024-08-12Loosen a strong assertion in ExpectedValue::Exists() (#12932)Hui Xiao
2024-08-09fix compaction_picker_test asan heap use after free (#12908)SGZW
2024-08-09fix compaction speedup for marked files ut (#12912)SGZW
2024-08-09Fix false-positive TestBackupRestore corruption (#12917)Hui Xiao
2024-08-08Fix failure to clean the temporary directory due to NotFound in crash test ch...Hui Xiao
2024-08-08Fix MultiGet dropping memtable kv checksum corruption (#12842)Changyu Bi
2024-08-07Disable WAL recycling in crash test; reproducer for recovery data loss (#12918)Peter Dillinger
2024-08-07Refactor db_bloom_filter_test (#12911)Peter Dillinger
2024-08-06Fix CreateCheckpoint not handling failed CleanStagingDirectory well (#12894)Hui Xiao
2024-08-05Add a TransactionOptions to enable tracking timestamp size info inside WriteB...Yu Zhang
2024-08-05Fix test breakage (#12915)Yu Zhang
2024-08-02Fix file deletions in DestroyDB not rate limited (#12891)Yu Zhang
2024-08-02Fix filter partition size logic (#12904)Peter Dillinger
2024-08-02Fix a data race affecting the background error status (#12910)Levi Tamasi
2024-08-02Clean up/refactor (Partitioned)FilterBlockBuilder (#12903)Peter Dillinger
2024-08-02SyncWAL() before Close() when FLAGS_avoid_flush_during_shutdown=true in crash...Hui Xiao
2024-08-01Use compensated file size for intra-L0 compaction (#12878)Changyu Bi
2024-08-01Fix same user collected property being re-added in stress tests (#12907)Yu Zhang
2024-08-01Attempt to fix the nightly build-linux-clang-13-asan-ubsan-with-folly buildLevi Tamasi
2024-07-31Add some checks at property block creation side (#12898)Yu Zhang
2024-07-30Fix rare WAL handling crash (#12899)Peter Dillinger
2024-07-30Make transaction name conflict check more robust (#12895)anand76
2024-07-29Small CPU optimization to experimental range filters (#12893)Peter Dillinger
2024-07-29Add an option to toggle timestamp based validation for the whole DB (#12857)Yu Zhang
2024-07-29Handle injected write error after successful WAL write in crash test + misc (...Hui Xiao
2024-07-29Add entry for bug fix in #12882 (#12892)Yu Zhang
2024-07-24Fix manifest_number_ point to invalid file (#12882)Yu Zhang
2024-07-24Fix race between test and recovery flush switch memtable (#12884)Yu Zhang
2024-07-24Properly disable MultiCFIterator in WritePrepared/UnPreparedTxnDBs (#12883)Jay Huh
2024-07-22Refactor IndexBuilder::AddIndexEntry (#12867)Peter Dillinger
2024-07-22Update history and version for 9.5.fb release (#12880)Hui Xiao
2024-07-22Fix duplicate WAL entries caused by write after error recovery (#12873)Hui Xiao
2024-07-19Avoid opening table files and reading table properties under mutex (#12879)Changyu Bi
2024-07-19Support ingesting SST files generated by a live DB (#12750)Changyu Bi
2024-07-19Fix race between manifest error recovery and file ingestion (#12871)anand76
2024-07-17Reduce cases of impacted performance from bug fix (#12874)Peter Dillinger
2024-07-17Fix major bug with prefixes, SeekForPrev, and partitioned filters (#12872)Peter Dillinger