summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_validation.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-301-0/+8
|
* SERVER-68214 move session_catalog*, session*, logical_session* to ↵Shin Yee Tan2022-08-171-1/+1
| | | | mongo/db/session directory
* SERVER-65101 Replace transaction and retryable write command allow lists ↵Randolph Tan2022-06-081-6/+0
| | | | with methods on Command
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-021-0/+5
|
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-2/+9
|
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-0/+5
|
* SERVER-42114 Allow single RS transactions to run on the config database in ↵Blake Oler2019-08-011-2/+3
| | | | sharded clusters
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-36260 Update function namesJack Mulrow2018-11-071-1/+1
|
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-071-0/+14
|
* 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/+40