summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern_options.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-171-1/+8
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-36/+28
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-201-0/+4
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-191-4/+0
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-181-0/+4
* SERVER-62016 support tagged write concernsMatt Broadstone2022-01-131-0/+5
* SERVER-62422 Consolidate WriteConcernOptions parsing logicMatt Broadstone2022-01-131-1/+0
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-8/+36
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-1/+1
* SERVER-51371 Strict IDL definition for WriteConcernGeorge Wangensteen2020-11-191-0/+2
* SERVER-46674 Compare WriteConcernOptions properly (without converting to BSON)Kevin Pulo2020-03-121-0/+6
* SERVER-46637 remove unused WriteConcernOptions::ConfigMajorityPavi Vetriselvan2020-03-051-1/+0
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-0/+1
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-2/+7
* SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan2020-02-251-1/+3
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+11
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-1/+1
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-16/+11
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-1/+1
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+4
* SERVER-39041 Revert "SERVER-38094 Add write concern that waits for majority c...Suganthi Mani2019-04-031-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39240 Make WriteConcernOptions timeout constants to be constexprKaloian Manassiev2019-01-301-7/+7
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-221-0/+3
* SERVER-37646 Create new IDL for config.system.indexBuilds collectionGWlodarek2018-11-151-0/+7
* SERVER-38094 Add write concern that waits for majority commit point but not c...Jack Mulrow2018-11-151-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+11
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-0/+5
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-3/+1
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-061-6/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-0/+3
* SERVER-25064 Make mongos upgrade w:1 to w:majority for auth writesKaloian Manassiev2016-07-171-0/+1
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+12
* SERVER-22598 ensure all default write concern options use sync unsetEric Milkie2016-02-171-3/+0
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-171-23/+6
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-2/+5
* SERVER-20891 User-initiated writes to the config server must use w:majority w...Spencer T Brody2015-10-131-0/+6
* SERVER-19934 waitForWriteConcern should take write concern parameterKaloian Manassiev2015-10-071-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-79/+73
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-101-0/+1
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-1/+2
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-301-0/+2
* Revert "SERVER-5218 Batch oplog writes always wait for journal."Siyuan Zhou2015-04-291-2/+0
* SERVER-5218 Batch oplog writes always wait for journal.Siyuan Zhou2015-04-291-0/+2
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-1/+0
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-1/+46
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-46/+1
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-1/+46
* SERVER-14370 Core functionality for setLastOptime and awaitReplication in Rep...Spencer T Brody2014-07-021-0/+2