summaryrefslogtreecommitdiff
path: root/utilities/transactions
AgeCommit message (Expand)Author
2017-05-19Suppress clang-analyzer false positiveYi Wu
2017-05-10Blob storage prAnirban Rahut
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-20StackableDB should pass ResetStats()Siying Dong
2017-04-10Fix shared lock upgradesManuel Ung
2017-04-10Limit maximum memory used in the WriteBatch representationManuel Ung
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-04-04Refactor WriteImpl (pipeline write part 1)Yi Wu
2017-02-06Windows threadDmitri Smirnov
2017-01-19Fix for 2PC causing WAL to grow too largeReid Horuff
2017-01-09Fix Windows environment issuesDmitri Smirnov
2017-01-09Fix the error in ColumnFamiliesTestMaysam Yabandeh
2016-12-16gcc-7 requires include <functional> for std::functionDaniel Black
2016-12-14Gcc-7 buffer size insufficientDaniel Black
2016-12-06Fix compile error in trasaction_lock_mgr.ccYi Wu
2016-12-05Implement non-exclusive locksManuel Ung
2016-11-19Use more efficient hash map for deadlock detectionManuel Ung
2016-11-10Fix 2PC Recovery SeqId MiscountReid Horuff
2016-11-09Use correct sequence number when creating memtableReid Horuff
2016-10-21Make IsDeadlockDetect() virtual member of TransactionReid Horuff
2016-10-19Implement deadlock detectionManuel Ung
2016-10-07Make Lock Info test multiple column familiesReid Horuff
2016-10-07Expose Transaction State PubliclyReid Horuff
2016-10-07Add facility to write only a portion of WriteBatch to WALReid Horuff
2016-09-30Expose transaction id, lock state information and transaction wait informationManuel Ung
2016-08-19TableBuilder / TableReader support for range deletionWanning Jiang
2016-08-11support stackableDB as the baseDB of transactionDBAaron Gao
2016-07-07delete unnessary pointer cast in beginInternalTransaction() functionAaron Gao
2016-06-27make transaction WriteOptions modifiableReid Horuff
2016-05-18Fix buildIslam AbdelRahman
2016-05-17Long outstanding prepare testReid Horuff
2016-05-17Fix TransactionTest.TwoPhaseMultiThreadTest under TSANIslam AbdelRahman
2016-05-16Fix Transaction memory leakIslam AbdelRahman
2016-05-11signed vs unsigned comparison fixReid Horuff
2016-05-10[rocksdb] 2PC double recovery bug fixReid Horuff
2016-05-10[rocksdb] Recovery path sequence miscount fixReid Horuff
2016-05-10[rocksdb] Two Phase TransactionReid Horuff
2016-04-28Merge pull request #1101 from flyd1005/wip-fix-typoLi Peng
2016-03-15Fix AppVeyor build errorSherlockNoMad
2016-03-11Add multithreaded transaction testagiardullo
2016-03-07optimistic transactions support for reinitializationagiardullo
2016-03-07Improve snapshot handling for Transaction reinitializationagiardullo
2016-02-29TransactionDB:ReinitializeTransactionagiardullo
2016-02-16Fix transaction lockingagiardullo
2016-02-16Fix WriteImpl empty batch hanging issuereid horuff
2016-02-16can_unlock set but not usedIgor Canadi
2016-02-10Fix an ASAN error in transaction_test.ccYueh-Hsuan Chiang
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-02-09Transaction::UndoGetForUpdateagiardullo
2016-02-05Improve perf of Pessimistic Transaction expirations (and optimistic transacti...reid horuff