summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/read_concern_args.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77123 Make the readConcern for TransactionResources come from prerequi...Kaloian Manassiev2023-05-161-7/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62214 Replace some internal uses of ImplicitDefault read concernGabriel Marks2022-01-181-0/+4
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-0/+4
* SERVER-55578: Disallow atClusterTime reads and afterClusterTime majority read...Lingzhi Deng2021-05-071-0/+10
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-011-2/+2
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-111-19/+17
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-051-17/+19
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-021-19/+17
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-011-17/+19
* SERVER-47779: Clearer error message when both “atClusterTime” and “afte...Lingzhi Deng2020-05-141-2/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+5
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+9
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-7/+15
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-50/+66
* SERVER-43698 Don't allow atClusterTime whwere number of seconds in Timestamp ...Samyukta Lanka2019-10-181-4/+7
* SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...Kevin Pulo2019-09-261-21/+12
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-30/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-24/+14
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39672: default to local if no read concern specified for a multi-statm...Lingzhi Deng2019-03-271-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-1/+6
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+5
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-141-0/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33679 Forward declare OperationContext in read_concern_args.hDewal Gupta2018-06-281-1/+11
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-0/+5
* SERVER-34073 Allow creating transactions with readConcerns other than 'snapsh...Tess Avitabile2018-04-131-0/+20
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-1/+1
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-42/+82
* SERVER-31352 Always skip OperationShardingState initialization if readConcern...Kaloian Manassiev2017-10-051-4/+0
* SERVER-31032 Make secondary requests default to 'available' rc-level when bot...Dianna Hohensee2017-09-201-0/+8
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-1/+15
* SERVER-30592 Place ReadConcernArgs as a decoration on the OperationContextDianna Hohensee2017-08-221-0/+3
* SERVER-30593 Add 'available' as a valid read concern levelDianna Hohensee2017-08-171-2/+14
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-5/+10
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-071-0/+5
* Revert "SERVER-29434 Don't accept empty timestamps for readConcern afterClust...Judah Schvimer2017-06-061-5/+0
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-061-0/+5
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-4/+44
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-0/+4
* SERVER-24494 Implemented parsing for linearizable read concernhari devaraj2016-07-051-4/+6
* Revert "SERVER-24494 Implemented parsing for linearizable read concern."r3.3.9Eric Milkie2016-06-271-6/+4
* SERVER-24494 Implemented parsing for linearizable read concern.hari devaraj2016-06-231-4/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23010: improved logging readconcern usageScott Hernandez2016-03-271-0/+10