summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_concern_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-2/+8
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-22/+28
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-4/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+5
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-10/+24
* SERVER-41091 Check ShardingState::enabled before calling ShardingState::shard...Jamie Heppenstall2019-06-071-0/+6
* SERVER-39293 Correct string literals for oplog collection namespaceJudah Schvimer2019-06-041-8/+12
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-14/+4
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-9/+41
* SERVER-39356 Make speculative majority change stream reads utilize the `kNoOv...William Schultz2019-03-151-8/+13
* SERVER-39942 Extract transaction library from catalog_raii library.Siyuan Zhou2019-03-151-1/+0
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-061-19/+19
* SERVER-39539 IDL'ify waitForSecondaryBeforeNoopWriteMS server parameterHenrik Edin2019-02-251-14/+11
* SERVER-37948 Satisfy linearizable read concern on getmore cursors.Jason Chan2019-02-141-3/+3
* SERVER-38855 Perform noop writes on config servers to reach requested at/afte...Blake Oler2019-02-141-3/+6
* Revert "SERVER-37948 Satisfy linearizable read concern on getMores"Louis Williams2019-02-141-3/+3
* SERVER-37948 Satisfy linearizable read concern on getMoresJason Chan2019-02-131-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38727 Remove TODO and update comment about speculative majority read t...William Schultz2019-01-231-4/+6
* SERVER-38755 Stop closing connections on stepdown gated by server parameter "...Matthew Russotto2019-01-151-0/+10
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+52
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-20/+6
* SERVER-36311 Add stepdowns, crashes, and shutdowns to replica_sets_multi_stmt...jannaerin2018-11-151-1/+2
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-10/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37514 Snapshot readConcern without atClusterTime should always be spec...Tess Avitabile2018-10-111-3/+5
* SERVER-37299 Remove dependency on s/grid from rw_concern_d.Henrik Edin2018-10-041-0/+385