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