summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/minvalid.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-169/+0
* SERVER-23010: do not update durable OpTime, and update commited snapshot, if ...Scott Hernandez2016-03-271-3/+5
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-0/+4
* SERVER-18983: enforce batch write durability in setMinvalid functionScott Hernandez2015-10-011-10/+20
* SERVER-20326: record apply batch boundariesScott Hernandez2015-09-251-8/+40
* SERVER-19905 consistently use t as the field name for the term portion of an ...matt dannenberg2015-09-171-1/+1
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-60/+62
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-7/+10
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-3/+2
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-0/+1
* SERVER-18219 hint to GCC that WCE loops will actually returnAdam Midvidy2015-04-281-0/+4
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-28/+40
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-16949 - Don't take exclusive lock on MinValid readsScott Hernandez2015-02-101-11/+16
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+5
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-20/+6
* fix txn read boundaries and lockingEliot Horowitz2014-10-171-7/+10
* SERVER-13635: better txn lines for replication syncEliot Horowitz2014-10-161-6/+17
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-3/+3
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-3/+3
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+0
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-3/+3
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-3/+3
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-3/+3
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-3/+3
* SERVER-15089 minvalid helper functions; move tryToGoLiveAsASecondary() to syn...Eric Milkie2014-09-191-0/+92