summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-09-30Add comment for memory usage in BeginTransaction() and WriteBatch::Clear() (#...HEADmainChangyu Bi
2024-09-25Remove unnecessary semi-colon (#13034)Jay Huh
2024-09-25More info in CompactionServiceJobInfo and CompactionJobStats (#13029)Jay Huh
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-20Load latest options from OPTIONS file in Remote host (#13025)Jay Huh
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 and generalize framework for filtering range queries, etc. (#13005)Peter Dillinger
2024-09-06Provide a way to invoke a callback for a Cache handle (#12987)anand76
2024-09-04Fix and clarify ignore_unknown_options (#12989)Peter Dillinger
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-23Add Temperature to FileAttributes (#12965)Peter Dillinger
2024-08-23Options for file temperature for more files (#12957)Peter Dillinger
2024-08-21Record largest seqno in table properties and verify in file ingestion (#12951)Changyu Bi
2024-08-21Fix build for macos-arm64-macosx-clang17-no-san (#12949)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-14Optimize, simplify filter block building (fix regression) (#12931)Peter Dillinger
2024-08-12Add ticker stats for read corruption retries (#12923)anand76
2024-08-05Add a TransactionOptions to enable tracking timestamp size info inside WriteB...Yu Zhang
2024-07-31Add some checks at property block creation side (#12898)Yu Zhang
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-22Update history and version for 9.5.fb release (#12880)Hui Xiao
2024-07-19Support ingesting SST files generated by a live DB (#12750)Changyu Bi
2024-07-09Create C API function to iterate over WriteBatch for custom Column Families (...Konstantin Ilin
2024-07-09Expose SizeApproximationFlags to C API (#12836)w41ter
2024-07-02Clarify GetProperty API doc (#12829)Hui Xiao
2024-06-28Add some documentation for Env related interfaces (#12813)Yu Zhang
2024-06-28Don't take archived log size into account when calculating log size for flush...HypenZou
2024-06-26Add info logging via callback to C api. (#12537)Jason Volk
2024-06-24Fix "no new line at end of file" (#12806)Changyu Bi
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-17Add AttributeGroupIterator to Stress Test (#12776)Jay Huh
2024-06-14Verify public headers do not reference internal ones (#12774)Peter Dillinger
2024-06-14Fix manual flush hanging on waiting for no stall for UDT in memtable … (#12...Yu Zhang
2024-06-12Ensure Close() before LinkFile() for WALs in Checkpoint (#12734)Peter Dillinger
2024-06-10c.h: Add set_track_and_verify_wals_in_manifest to C API (#12749)Evan Jones
2024-06-07c.h: Add GetDbIdentity, Options::write_dbid_to_manifest (#12736)Evan Jones
2024-06-07Support pro-actively erasing obsolete block cache entries (#12694)Peter Dillinger
2024-06-06Add a OnManualFlushScheduled callback in event listener (#12631)Yu Zhang
2024-06-06Revert PR 12684 and 12556 (#12738)Hui Xiao