summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-30Bump version and update HISTORY.md for 6.16.4v6.16.4Jay Zhuang
2021-03-30Fix compilation against musl lib C (#7875)Adam Retter
2021-03-29range_tree requires GNU libc on ppc64 (#8070)Adam Retter
2021-02-05bump version and update HISTORY.md for 6.16.3v6.16.3Andrew Kryczka
2021-02-05Allow range deletions in `*TransactionDB` only when safe (#7929)Andrew Kryczka
2021-01-21update HISTORY.md and bump version for 6.16.2Andrew Kryczka
2021-01-21workaround race conditions during `PeriodicWorkScheduler` registration (#7888)Andrew Kryczka
2021-01-20bump to 6.16.1Cheng Chang
2021-01-20Update HISTORY.mdCheng Chang
2021-01-20Make it able to ignore WAL related VersionEdits in older versions (#7873)Cheng Chang
2021-01-20Update HISTORY.mdCheng Chang
2021-01-11Add note for PR 7789 in history (#7855)Cheng Chang
2021-01-09Fix checkpoint_test hang (#7849)Jay Zhuang
2021-01-08Get manifest size again after getting min_log_num during checkpoint (#7836)Cheng Chang
2021-01-08Treat File Scope Write IO Error the same as Retryable IO Error (#7840)Zhichao Cao
2021-01-04Attempt to fix build errors around missing compression library includes (#7803)Adam Retter
2020-12-23Skip WALs according to MinLogNumberToKeep when creating checkpoint (#7789)cheng-chang
2020-12-23Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V...Sergei Petrunia
2020-12-19Update release version to 6.16 (#7782)Jay Zhuang
2020-12-19aggregated-table-properties with GetMapProperty (#7779)Peter Dillinger
2020-12-18Track WAL obsoletion when updating empty CF's log number (#7781)Cheng Chang
2020-12-18Fix various small build issues, Java API naming (#7776)Adam Retter
2020-12-18Update code comment for options.ttl (#7775)sdong
2020-12-18Support optimize_filters_for_memory for Ribbon filter (#7774)Peter Dillinger
2020-12-17Inject the random write error to stress test (#7653)Zhichao Cao
2020-12-16Fix clang_analyze error (#7777)Akanksha Mahajan
2020-12-16Fix failing RocksJava test compilation and add CI (#7769)Adam Retter
2020-12-15Do not full scan obsolete files on compaction busy (#7739)Burton Li
2020-12-14Log sst number in Corruption status (#7767)Jay Zhuang
2020-12-14Add initial blob support to batched MultiGet (#7766)Levi Tamasi
2020-12-11Use size_t for filter APIs, protect against overflow (#7726)Peter Dillinger
2020-12-11Update SstFileWriter fuzzer to iterate and check all key-value pairs (#7761)Cheng Chang
2020-12-11Fix memory leak for ColumnFamily drop with live iterator (#7749)Peter Dillinger
2020-12-10Fix pyenv-version-name not found issue (#7768)Jay Zhuang
2020-12-10Do not log unnecessary WAL obsoletion events (#7765)Cheng Chang
2020-12-10Eliminate possible race between LockFile() vs UnlockFile() (#7721)Azat Khuzhin
2020-12-09Add further tests to ASSERT_STATUS_CHECKED (2) (#7698)Adam Retter
2020-12-09Fix use of positional args in BUCK rules (#7760)Michael Lee
2020-12-09Invalidate iterator on transaction clear (#7733)Manuel Ung
2020-12-09Carry over min_log_number_to_keep_2pc in new MANIFEST (#7747)Cheng Chang
2020-12-09Ensure that MultiGet works properly with compressed cache (#7756)anand76
2020-12-09Add a test for disabling tracking WAL (#7757)Cheng Chang
2020-12-09Add a new db_map_fuzzer (#7762)Cheng Chang
2020-12-09Always track WAL obsoletion (#7759)Cheng Chang
2020-12-09LockTree library, originally from PerconaFT (#7753)Sergei Petrunia
2020-12-08Add further tests to ASSERT_STATUS_CHECKED (1) (#7679)Adam Retter
2020-12-08Fix build on FreeBSD/powerpc64(le) (#7732)pkubaj
2020-12-08Adding ARM AT_HWCAP support for FreeBSD (#7750)Vincent Milum Jr
2020-12-08Do not track obsolete WALs in MANIFEST even if they are synced (#7725)Cheng Chang
2020-12-08Refactor ProcessManifestWrites a little bit (#7751)Yanqin Jin