summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-301-0/+13
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-47/+11
* SERVER-65048 Support retryable writes in internal_transactions_test_commandSanika Phanse2022-04-191-0/+1
* SERVER-63870 Integrate replica set setClusterParameter into POS with replay p...Marcos José Grillo Ramirez2022-04-051-0/+1
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-301-3/+11
* SERVER-64943 Ensure replay safety for _shardsvrSetUserWriteBlockMode commandJordi Serra Torrens2022-03-291-1/+2
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-231-0/+2
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-021-2/+2
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-1/+2
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-2/+1
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-1/+2
* SERVER-56650 Make createCollection resilient to network partitionsJordi Serra Torrens2021-07-071-0/+2
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-10/+11
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-8/+11
* SERVER-57488 Create command to remove tags matching a ns from config.tags tha...Jordi Serra Torrens2021-06-171-1/+2
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-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