summaryrefslogtreecommitdiff
path: root/unreleased_history
AgeCommit message (Expand)Author
2024-09-26Bug fix and test BuildDBOptions (#13038)Peter Dillinger
2024-09-25More accurate accounting of compressed cache memory (#13032)anand76
2024-09-25Respect lowest_used_cache_tier option for compressed blocks (#13030)anand76
2024-09-20Update HISTORY.md, version.h, and the format compatibility check script for t...Levi Tamasi
2024-09-20Steps toward deprecating implicit prefix seek, related fixes (#13026)Peter Dillinger
2024-09-20Make Cache a customizable class (#13024)anand76
2024-09-19Compact one file at a time for FIFO temperature change compactions (#13018)Changyu Bi
2024-09-19Change the semantics of blob_garbage_collection_force_threshold to provide be...Levi Tamasi
2024-09-19Steps toward making IDENTITY file obsolete (#13019)Peter Dillinger
2024-09-18Fix orphaned files in SstFileManager (#13015)Nick Brekhus
2024-09-17Fix a bug with auto recovery on WAL write error (#12995)Changyu Bi
2024-09-12Fix a bug in ReFitLevel() where `FileMetaData::being_compacted` is not cleare...Changyu Bi
2024-09-03Add a new file ingestion option `link_files` (#12980)Changyu Bi
2024-08-26Support ingesting db generated files using hard link (#12959)Changyu Bi
2024-08-21Record largest seqno in table properties and verify in file ingestion (#12951)Changyu Bi
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-15Do not add unprep_seqs when WriteImpl() fails in unprepared txn (#12927)Jay Huh
2024-08-12Add ticker stats for read corruption retries (#12923)anand76
2024-08-08Fix MultiGet dropping memtable kv checksum corruption (#12842)Changyu Bi
2024-08-02Fix file deletions in DestroyDB not rate limited (#12891)Yu Zhang
2024-08-02Fix a data race affecting the background error status (#12910)Levi Tamasi
2024-08-01Use compensated file size for intra-L0 compaction (#12878)Changyu Bi
2024-07-30Make transaction name conflict check more robust (#12895)anand76
2024-07-29Add entry for bug fix in #12882 (#12892)Yu Zhang
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-17Fix major bug with prefixes, SeekForPrev, and partitioned filters (#12872)Peter Dillinger
2024-07-15Fix unhandled MANIFEST write errors (#12865)anand76
2024-07-15Fix a bug where `OnErrorRecoveryBegin()` is not called before auto-recovery (...Hui Xiao
2024-07-09Create C API function to iterate over WriteBatch for custom Column Families (...Konstantin Ilin
2024-07-01Avoid unnecessary work in internal calls to GetSortedWalFiles (#12831)Peter Dillinger
2024-06-28Don't take archived log size into account when calculating log size for flush...HypenZou
2024-06-24Add entry for #12803: fix race between event listener and error handler (#12809)Yu Zhang
2024-06-24Update main branch for 9.4 release (#12802)Changyu Bi
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-06-12Propagate more ReadOptions to ApproximateOffsetOf/Sizes (#12764)Peter Dillinger
2024-06-12Ensure Close() before LinkFile() for WALs in Checkpoint (#12734)Peter Dillinger
2024-06-06Revert PR 12684 and 12556 (#12738)Hui Xiao
2024-06-05Fix Checkpoint hard link of inactive but unsynced WAL (#12731)Peter Dillinger
2024-06-03Mention two fixes (#12677 and #12681) in the changelog (#12730)Levi Tamasi
2024-06-02Update the main branch for the 9.3 release (#12726)Andrew Kryczka
2024-05-30Fix stale memory access with FSBuffer and tiered sec cache (#12712)anand76
2024-05-30Optimizations in notify-one (#12545)Rulin Huang