summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
AgeCommit message (Expand)Author
2024-07-21SERVER-87126 Skip waiting write concern for direct client (#24602)Rui Liu
2024-06-03SERVER-85791 Automatically chain generic argument structs to all IDL-generate...Patrick Freed
2024-05-30SERVER-86685 Upgrade clusters using j:false with w:majority writes to… (#22...Matthew Russotto
2024-02-14SERVER-82303 separate MetricsTree per Service (#17183)Billy Donahue
2024-02-01SERVER-80296 Refactor command request processing path to reduce BSON parsing ...Alex Li
2024-01-30SERVER-81782 Do not wait for journal flush completion for replicated writes. ...Wenbin Zhu
2023-12-26SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.hSilvia Surroca
2023-12-03SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variantVinod Kumar
2023-11-21SERVER-80363 server default writeConcern is not honored when wtimeout is setMoustafa Maher Khalil
2023-09-07SERVER-80355 Introduce Service to eliminate all global findCommand callsBilly Donahue
2023-08-10SERVER-79810 make JournalFlusher::waitForJournalFlush() interruptible when wa...Benety Goh
2023-07-21SERVER-34156 Consolidate to a single replication API method for checking if a...Kaitlin Mahar
2023-07-08SERVER-78358 Reduce lock contention in a couple places (part 2)Drew Paroski
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-03-31SERVER-74567 Remove ClusterRole equality operatorJack Mulrow
2023-03-14SERVER-67874: Remove config server code which upconverts all writeConcern to ...wenqinYe
2023-02-16SERVER-18067: Add time spent waiting for write concern into command loggingseanzimm
2022-12-16SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta
2022-09-29SERVER-69931 Adapt existing checks to allow distributed transactions into the...Paolo Polato
2022-09-20SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin
2022-08-12SERVER-67823 Update comments in extractWriteConcernHuayu Ouyang
2022-07-06SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park
2022-06-30SERVER-65987 ServerStatusMetric API refreshDaniel Morilha
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-03-21SERVER-63989 Release the snapshot before pausing in the hangBeforeWaitingForW...Gregory Wlodarek
2022-02-01SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone
2022-01-20SERVER-60817 Check write concern string for validityGabriel Marks
2022-01-19Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev
2022-01-18SERVER-60817 Check write concern string for validityGabriel Marks
2021-10-01SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch
2021-08-12SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher
2021-06-22SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan
2021-06-04SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher
2021-05-25SERVER-56868 Fix semantics for write concern provenance when implicit default...Huayu Ouyang
2021-05-05SERVER-56607 Remove unused getLastErrorDefaultsWasApplied variableHuayu Ouyang
2021-04-26SERVER-55701 Ignore replica set config's getLastErrorDefaultsHuayu Ouyang
2021-04-19SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang
2020-08-28SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-03-24SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin
2020-03-24SERVER-47043 Read concern set to default when it should be localMarcos José Grillo Ramírez
2020-03-17SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee
2020-02-27SERVER-46186 Single voter replica set primaries for {j: true} writeConcern wr...Dianna Hohensee
2020-02-27SERVER-44555 Replicate Before JournalingDianna Hohensee
2020-02-26SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev
2020-02-22SERVER-46297 make all primary durable timestamp updates go through the journa...Dianna Hohensee
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-20SERVER-45623 improve diagnosability of default writeConcernKevin Pulo
2020-02-16SERVER-45623 read/write concern provenanceKevin Pulo
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell