summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56650 Make createCollection resilient to network partitionsJordi Serra Torrens2021-07-231-0/+2
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-231-10/+11
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-07-221-8/+11
* SERVER-57488 Create command to remove tags matching a ns from config.tags tha...Jordi Serra Torrens2021-07-201-1/+2
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-091-1/+1
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-2/+2
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-2/+2
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-041-2/+2
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-3/+8
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-4/+14
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-3/+6
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-0/+5
* SERVER-42114 Allow single RS transactions to run on the config database in sh...Blake Oler2019-08-011-2/+3
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-021-1/+1
* SERVER-40885 Disallow running commitTransaction/abortTransaction as the first...Randolph Tan2019-05-161-0/+9
* SERVER-41050 Ban txnNumbers outside of transactions and retryable writesTess Avitabile2019-05-161-32/+13
* SERVER-39880 Remove dead code remnants of voteCommitTransaction and voteAbort...Esha Maharishi2019-03-011-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-1/+0
* SERVER-37458 Allow coordinateCommitTransaction command to accept writeConcernEsha Maharishi2018-12-091-2/+2
* SERVER-36587 Disallow the first operation in a transaction to be killCursorsSamy Lanka2018-11-141-0/+6
* SERVER-36260 Update function namesJack Mulrow2018-11-071-3/+3
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-071-0/+61
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-0/+45