summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_concern.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-211-0/+2
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-15/+9
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-4/+17
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-8/+1
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-1/+9
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-3/+4
* SERVER-37948 Satisfy linearizable read concern on getmore cursors.Jason Chan2019-02-141-1/+5
* Revert "SERVER-37948 Satisfy linearizable read concern on getMores"Louis Williams2019-02-141-5/+1
* SERVER-37948 Satisfy linearizable read concern on getMoresJason Chan2019-02-131-1/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37299 Remove dependency on s/grid from rw_concern_d.Henrik Edin2018-10-041-4/+7
* SERVER-31613 disallow afterClusterTime on some commandsMisha Tyulenev2017-10-261-2/+5
* SERVER-28797 move waitForReadConcern into separate fileMisha Tyulenev2017-04-181-0/+56
* SERVER-27772 Force noop write on primary when readConcern:afterClusterTime > ...Misha Tyulenev2017-04-071-56/+0
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-8/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-24497 Linearizable read concern implementedhari devaraj2016-08-101-1/+7
* SERVER-24939 Pull read concern extract, check and wait to separate utilityKaloian Manassiev2016-07-081-0/+58