summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/read_concern_args.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-111-18/+10
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-051-10/+18
* Revert "SERVER-47952 Shard selects timestamp for one-shard snapshot find"A. Jesse Jiryu Davis2020-06-021-18/+10
* SERVER-47952 Shard selects timestamp for one-shard snapshot findA. Jesse Jiryu Davis2020-06-011-10/+18
* SERVER-48038 mongos retries snapshot errors with new timestampA. Jesse Jiryu Davis2020-05-261-2/+2
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-291-0/+12
* SERVER-47572 Snapshot reads use majority committed timestampA. Jesse Jiryu Davis2020-04-271-0/+11
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+2
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+10
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-1/+7
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-6/+13
* SERVER-43120 SERVER-43121 SERVER-43122 ReadWriteConcernDefaults component, se...Kevin Pulo2019-09-261-5/+18
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-22/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot if...Jack Mulrow2019-02-081-1/+2
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-0/+5
* 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/+34
* 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-2/+3
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-0/+10
* SERVER-34073 Allow creating transactions with readConcerns other than 'snapsh...Tess Avitabile2018-04-131-0/+6
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-8/+1
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-11/+15
* SERVER-31352 Always skip OperationShardingState initialization if readConcern...Kaloian Manassiev2017-10-051-5/+0
* SERVER-31032 Make secondary requests default to 'available' rc-level when bot...Dianna Hohensee2017-09-201-0/+10
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-3/+8
* 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/+7
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-1/+1
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-2/+3
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-4/+27
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-0/+6
* SERVER-23010: improved logging readconcern usageScott Hernandez2016-03-271-0/+2
* SERVER-21169 Make internal CSRS config server reads retriableKaloian Manassiev2015-10-301-1/+1
* SERVER-20214 Stop supporting majority read concern level with MapReduce and A...Mathias Stearn2015-09-171-1/+11
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-3/+1
* SERVER-19390 Make read concern args accept optional parametersRandolph Tan2015-08-111-5/+5
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-061-6/+8
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+5
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-0/+78