summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67823 Update comments in extractWriteConcernHuayu Ouyang2022-08-121-8/+7
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-4/+2
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-17/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63989 Release the snapshot before pausing in the hangBeforeWaitingForW...Gregory Wlodarek2022-03-211-1/+8
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-7/+10
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-201-3/+3
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-191-2/+3
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-181-3/+2
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+0
* SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher2021-08-121-9/+4
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-1/+1
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-3/+8
* SERVER-56868 Fix semantics for write concern provenance when implicit default...Huayu Ouyang2021-05-251-3/+14
* SERVER-56607 Remove unused getLastErrorDefaultsWasApplied variableHuayu Ouyang2021-05-051-3/+0
* SERVER-55701 Ignore replica set config's getLastErrorDefaultsHuayu Ouyang2021-04-261-26/+2
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-1/+4
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-281-3/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-47043 Read concern set to default when it should be localMarcos José Grillo Ramírez2020-03-241-2/+3
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-2/+3
* SERVER-46186 Single voter replica set primaries for {j: true} writeConcern wr...Dianna Hohensee2020-02-271-0/+29
* SERVER-44555 Replicate Before JournalingDianna Hohensee2020-02-271-20/+26
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-3/+3
* SERVER-46297 make all primary durable timestamp updates go through the journa...Dianna Hohensee2020-02-221-9/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-201-2/+21
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-4/+28
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+14
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-6/+5
* SERVER-46095 Must wrap WriteConcernOptions::SyncMode::JOURNAL w/ repl::Replic...Dianna Hohensee2020-02-121-0/+9
* SERVER-45665 Make JournalFlusher flush on command and waitForWriteConcern asy...Dianna Hohensee2020-02-051-10/+2
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+4
* SERVER-45476 Don't consider applying RWC defaults on standalonesKevin Pulo2020-01-151-0/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-201-2/+23
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-1/+1
* SERVER-43126 Basic replset CWRWC passthrough suitesKevin Pulo2019-11-261-0/+2
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+18
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-2/+12
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-6/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-0/+1
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-1/+2
* SERVER-37856 Fix coverity analysis defect 105090: Wrong operator usedEsha Maharishi2018-12-051-3/+3