summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_validation.cpp
AgeCommit message (Expand)Author
2024-05-22SERVER-90031: Replace command->getName() string compare with pointer compares...Ronald Steinke
2023-11-07SERVER-81189 Transform the `create` requests in sharded cluster to `_shardSvr...egol
2023-09-07SERVER-80355 Introduce Service to eliminate all global findCommand callsBilly Donahue
2023-08-03SERVER-79511: Support generic parameters in single op bulkWrite overrideseanzimm
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-04-18SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan
2022-08-30SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz
2022-08-17SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan
2022-06-08SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan
2022-04-19SERVER-65048 Support retryable writes in internal_transactions_test_commandSanika Phanse
2022-04-05SERVER-63870 Integrate replica set setClusterParameter into POS with replay p...Marcos José Grillo Ramirez
2022-03-30SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow
2022-03-29SERVER-64943 Ensure replay safety for _shardsvrSetUserWriteBlockMode commandJordi Serra Torrens
2022-03-23SERVER-61028 Implement granularity update for timeseries collectionRui Liu
2022-03-02SERVER-64105 Support stmtIds in the transaction APIJack Mulrow
2021-12-22SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu
2021-12-03Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala
2021-11-23SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu
2021-07-07SERVER-56650 Make createCollection resilient to network partitionsJordi Serra Torrens
2021-07-06SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer
2021-06-22SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens
2021-06-17SERVER-57488 Create command to remove tags matching a ns from config.tags tha...Jordi Serra Torrens
2021-06-04SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher
2020-07-29SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile
2020-06-09Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile
2020-06-04SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile
2020-02-04SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov
2019-11-29SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo
2019-11-06SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo
2019-09-03SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka
2019-08-01SERVER-42114 Allow single RS transactions to run on the config database in sh...Blake Oler
2019-07-02SERVER-39576 Remove the 'doTxn' commandWilliam Schultz
2019-05-16SERVER-40885 Disallow running commitTransaction/abortTransaction as the first...Randolph Tan
2019-05-16SERVER-41050 Ban txnNumbers outside of transactions and retryable writesTess Avitabile
2019-03-01SERVER-39880 Remove dead code remnants of voteCommitTransaction and voteAbort...Esha Maharishi
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-11SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn
2018-12-09SERVER-37458 Allow coordinateCommitTransaction command to accept writeConcernEsha Maharishi
2018-11-14SERVER-36587 Disallow the first operation in a transaction to be killCursorsSamy Lanka
2018-11-07SERVER-36260 Update function namesJack Mulrow
2018-11-07SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-09SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow