summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/read_concern_args.h
Commit message (Expand)AuthorAgeFilesLines
* 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