summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-28797 move waitForReadConcern into separate fileMisha Tyulenev2017-04-181-0/+223
* SERVER-27772 Force noop write on primary when readConcern:afterClusterTime > ...Misha Tyulenev2017-04-071-172/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-19/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-20/+20
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-26754 Disallow read concern majority reads with protocol version 0.Spencer T Brody2016-12-071-0/+6
* SERVER-26356 disable linearizable read concern with pv0Judah Schvimer2016-11-151-0/+8
* SERVER-27028 linearizable read concern checks if node is still primary before...Judah Schvimer2016-11-151-0/+6
* SERVER-26754 Allow readConcern majority reads with protocol version 0Spencer T Brody2016-10-251-6/+0
* SERVER-25888 remove majority-snapshot usage in linearizable readEric Milkie2016-09-151-9/+1
* SERVER-25355 Check majority ReadConcern settings in linearizable readsSiyuan Zhou2016-08-221-2/+17
* SERVER-24497 Linearizable read concern implementedhari devaraj2016-08-101-9/+45
* SERVER-24939 Pull read concern extract, check and wait to separate utilityKaloian Manassiev2016-07-081-0/+133