summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-211-1/+2
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-4/+26
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-0/+1
* 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/+1
* 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-358/+2
* SERVER-37030 Make internal reads ignore prepare conflicts by defaultSamy Lanka2018-10-011-4/+8
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-1/+5
* SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on p...Samy Lanka2018-09-051-1/+6
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-7/+7
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-2/+1
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-18/+0
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-4/+4
* SERVER-34348 Add causally consistent core_txns passthroughTess Avitabile2018-05-301-1/+9
* SERVER-34348 Speculative transactions should not wait for afterClusterTime to...Tess Avitabile2018-05-301-15/+14
* SERVER-35017 Disable speculative behavior when using atClusterTime.Max Hirschhorn2018-05-171-2/+6
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-5/+7
* SERVER-34038 Make sure that commitTransaction waits for writeConcern after a ...Matthew Russotto2018-05-031-3/+3
* SERVER-34195 Support speculative readConcern behavior in transactions.Matthew Russotto2018-04-241-0/+11
* SERVER-33798 Fail atClusterTime reads at times newer than the current cluster...Spencer T Brody2018-03-151-7/+21
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-1/+1
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-1/+2
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-2/+5
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-10/+15
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-6/+18
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-8/+0
* SERVER-31916 wait for clusterTime on mongo connectionMisha Tyulenev2017-12-151-1/+1
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-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