summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-2/+3
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-4/+4
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-021-0/+7
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+2
* SERVER-50054 Advance logicalClock on transactionParticipant to commitTimestam...Tommaso Tocci2020-08-261-3/+9
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-1/+24
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-0/+3
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-3/+0
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-041-0/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-1/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-24/+24
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-20/+28
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-3/+10
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-0/+5
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-26/+89
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-5/+10
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-1/+1
* SERVER-46072 Improve log attributes for transaction_participant.cppTess Avitabile2020-02-251-20/+18
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+1
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-0/+1
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-2/+4
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-02-181-5/+19
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-1/+1
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-7/+85
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-26/+47
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-3/+9
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-4/+9
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-9/+4
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-4/+9
* SERVER-45800: Set client lastOp to max(prepareOpTime, lastAppliedOpTime, curr...Lingzhi Deng2020-01-301-0/+2
* SERVER-45650 Allow exceptions during storage commit for unprepared txnsMaria van Keulen2020-01-231-22/+8
* SERVER-44138 Stash uncommitted collections with other transaction stateMaria van Keulen2019-12-181-0/+5
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+3
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2019-11-121-7/+0
* SERVER-43018 Transactions that perform untimestamped reads should check min v...Suganthi Mani2019-11-061-0/+12
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-2/+2
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-011-5/+14
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42540 Remove TODO from SERVER-40013Jason Chan2019-10-021-1/+0
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+2
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-09-111-17/+46
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-13/+11
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-1/+1
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-08-261-55/+9
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-63/+27
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+0