summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-1/+2
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-2/+1
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-4/+4
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-101-1/+3
* SERVER-76741 Split prepared transactions should be aborted after reserving ab...Wenbin Zhu2023-05-031-35/+32
* SERVER-75821 Only end session in onPrimaryTransactionalWrite if client has oneJack Mulrow2023-05-031-1/+3
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-2/+21
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-21/+2
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+2
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-2/+21
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-1/+2
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-24/+15
* SERVER-71443 Remove or document instances of UninterruptibleLockGuard in repl...Ali Mir2023-04-191-4/+3
* SERVER-73681 Remove catalog conflicting timestampGregory Wlodarek2023-04-191-12/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-18/+23
* SERVER-73695 Add JS test for primary crashing in the middle of committing spl...Lingzhi Deng2023-04-061-0/+11
* SERVER-75264 Add queryableEncryptionLatencyMicros to opLatency in serverStatusMark Benvenuto2023-04-051-0/+1
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* Revert "SERVER-73695 Add JS test for primary crashing in the middle of commit...liubov.molchanova2023-03-311-11/+0
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-3/+3
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-21/+2
* SERVER-73695 Add JS test for primary crashing in the middle of committing spl...Frederic Vitzikam2023-03-301-0/+11
* SERVER-73119 Update top-level prepared txn states during secondary oplog appl...Wenbin Zhu2023-03-291-1/+2
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-2/+21
* SERVER-73603 Optimize fetchActiveTransactionHistoryMark Benvenuto2023-02-241-14/+27
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-3/+3
* SERVER-72745: Allow for primaries with split prepared sessions to abort trans...Daniel Gottlieb2023-02-161-6/+55
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-2/+1
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-101-17/+0
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-101-3/+1
* SERVER-72762 Split commit and abort entries during secondary oplog application.Wenbin Zhu2023-02-091-1/+2
* SERVER-72744: Introduce code path for a primary to commit a split prepared tr...Daniel Gottlieb2023-02-061-8/+77
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-2/+2
* SERVER-71287 Stash CollectionCatalog when starting multi-document transactionsHenrik Edin2022-12-141-6/+31
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-081-1/+1
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-081-1/+1
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-081-2/+1
* SERVER-71657 add TransactionOperations::getOperationsForOpObserver()Benety Goh2022-12-081-2/+2
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-3/+5
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-2/+2
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-7/+12
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-7/+25
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-9/+0
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-1/+1
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-4/+1
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-4/+1
* SERVER-69749 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-10-121-27/+24
* SERVER-69749 rename TransactionOperations::getMutableOperationsForTransaction...Benety Goh2022-10-111-1/+1
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-301-5/+1