summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-18Add a FS flag to detect and correct corruption (#12408)v9.0.0anand76
2024-03-15Fix regression for Javadoc jar build (#12404)Radek Hubner
2024-03-15Fix windows build and CI (#12426)Peter Dillinger
2024-03-15Correct CMake Javadoc and source jar builds (#12371)Adam Retter
2024-02-16Update HISTORY.md for 9.0.0Yu Zhang
2024-02-16Export GetSequenceNumber functionality for Snapshots (#12354)Alex Wied
2024-02-16Update ZLib to 1.3.1 (#12358)Adam Retter
2024-02-16Deprecate some variants of Get and MultiGet (#12327)anand76
2024-02-16Change ReadAsync callback API to remove const from FSReadRequest (#11649)Akanksha Mahajan
2024-02-15Sync tickers and histograms across C++ and Java (#12355)anand76
2024-02-15KeySegmentsExtractor and prototype higher-dimensional filtering (#12075)Peter Dillinger
2024-02-15Use format_version=6 by default (#12352)Peter Dillinger
2024-02-15Add a changelog entry for PR 12322 (#12353)Changyu Bi
2024-02-14Update llvm-fb to 15 (#12342)Gilbert Liu
2024-02-13Add support in SstFileWriter to not persist user defined timestamps (#12348)Yu Zhang
2024-02-13Remove the force mode for EnableFileDeletions API (#12337)Yu Zhang
2024-02-13Minor refactor with printing stdout in blackbox tests (#12350)Jay Huh
2024-02-13Add support to bulk load external files with user-defined timestamps (#12343)Yu Zhang
2024-02-13add unit test for compactRangeWithNullBoundaries java api (#12333)马越
2024-02-12Fix a data race in DBImpl::RenameTempFileToOptionsFile (#12347)Levi Tamasi
2024-02-12Fix build on alpine 3.19 (#12345)Yaroslav Stepanchuk
2024-02-09Continue format script when changes detected by clang-format-diff.py (#12329)chuhao zeng
2024-02-07Fix unexpected keyword argument 'print_as_stderr' in crash test (#12339)Changyu Bi
2024-02-07Mark wal_compression feature as production-ready (#12336)Peter Dillinger
2024-02-07Print zstd warning to stdout in stress test (#12338)Changyu Bi
2024-02-07Print stderr in crash test script and exit on stderr (#12335)Akanksha Mahajan
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-02-06Add a separate range classes for internal usage (#12071)Yu Zhang
2024-02-05Multiget LDB Followup (#12332)Jay Huh
2024-02-05Remove deprecated Options::access_hint_on_compaction_start (#11654)Hui Xiao
2024-02-05Fix the problem that wrong Key may be passed when using CompactRange JAVA API...马越
2024-02-05Don't log an error when an auxiliary dir is missing (#12326)Peter Dillinger
2024-02-02Refactor external sst file ingestion job (#12305)Yu Zhang
2024-02-02Remove deprecated option `ignore_max_compaction_bytes_for_input` (#12323)Changyu Bi
2024-02-02Remove deprecated option `level_compaction_dynamic_file_size` (#12325)Changyu Bi
2024-02-02Rename IntTblPropCollector -> InternalTblPropColl (#12320)Peter Dillinger
2024-02-02Fix potential incorrect result for duplicate key in MultiGet (#12295)anand76
2024-02-01Mark destructors as overridden (#12324)Sanket Sanjeev Karnik
2024-02-01Augment sst_dump tool to verify num_entries in table property (#12322)Changyu Bi
2024-01-31Removed `check_flush_compaction_key_order` (#12311)Andrew Kryczka
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2024-01-31Enable io_uring in stress test (#12313)Akanksha Mahajan
2024-01-31Be consistent in key range overlap check (#12315)Yu Zhang
2024-01-30Fix possible crash test segfault in FileExpectedStateManager::Restore() (#12314)Peter Dillinger
2024-01-30Fix race condition for accessing file size in TestFSWritableFile (#12312)Yu Zhang
2024-01-30Don't warn on (recursive) disable file deletion (#12310)Peter Dillinger
2024-01-30Remove WritableFile(FSWritableFile)::GetFileSize default implementation (#12303)Yu Zhang
2024-01-29Speedup based on number of files marked for compaction (#12306)Andrew Kryczka
2024-01-29Add more detail to some statuses (#12307)Peter Dillinger
2024-01-29Fix build on OpenBSD i386 (#12142)Radek Hubner