summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-101-3/+2
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-171-0/+16
* SERVER-31806 do not invariant on the error status in makeNoopWriteIfNeededMisha Tyulenev2017-11-141-2/+6
* SERVER-31613 disallow afterClusterTime on some commandsMisha Tyulenev2017-10-261-1/+7
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31609 fix request synchronization for makeNoopWriteIfNeededMisha Tyulenev2017-10-231-27/+83
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-31424 generate the keys in RS right after becoming a primaryMisha Tyulenev2017-10-061-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-14/+4
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-0/+2
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-0/+6
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-1/+0
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-5/+2
* SERVER-29654 Enable keys generation and logicalTime processing on shards and ...Jack Mulrow2017-06-221-0/+8
* SERVER-28639 Prevent multiple noopWrites to opLogMisha Tyulenev2017-06-211-11/+47
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-1/+1
* SERVER-28812: allow readConcern majority and afterClusterTime on standalone m...Misha Tyulenev2017-05-051-4/+9
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-1/+1
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-1/+1
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-1/+1
* 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