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