summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65273 Enhance waiting API of oplog buffer.Matthew Russotto2022-05-121-1/+2
* SERVER-53509 Create an oplog chain and update config.transactions for retryab...Matthew Russotto2021-03-111-0/+20
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-1/+2
* SERVER-48812 Start oplog application in MigrationServiceInstanceMatthew Russotto2020-10-151-4/+6
* SERVER-49401 Extend OplogBufferCollection to support random accessMatthew Russotto2020-08-271-23/+27
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-42236 Rename pushAllNonBlocking to "push"A. Jesse Jiryu Davis2019-07-181-3/+3
* SERVER-42236 Remove dead oplog applier codeA. Jesse Jiryu Davis2019-07-181-6/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-221-0/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-14/+14
* SERVER-26191 OplogBufferCollection supports batch reads from collectionBenety Goh2016-10-231-4/+29
* SERVER-26191 renamed _peekOneSide to _peek_inlock and changed it to read the ...Benety Goh2016-10-221-7/+3
* SERVER-26666 OplogBufferCollection saves sentinels in collectionBenety Goh2016-10-211-5/+0
* SERVER-26666 added sentinel support to addIdToDocumentBenety Goh2016-10-211-5/+31
* SERVER-26666 store key of last popped documentBenety Goh2016-10-211-2/+10
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-1/+1
* SERVER-25268 renamed OplogBufferCollection::_doPop_inlock to _pop_inlockBenety Goh2016-09-151-1/+1
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-151-1/+1
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-081-1/+0
* SERVER-24752 OplogBufferCollection saves sentinel documents outside of collec...Judah Schvimer2016-06-281-4/+17
* SERVER-24490 Implemented blocking pop and peek in OplogBufferCollectionJudah Schvimer2016-06-221-2/+11
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-2/+7
* SERVER-24490 implement OplogBufferCollectionJudah Schvimer2016-06-171-1/+42
* SERVER-24577 removed OperationContext argument from some OplogBuffer function...Benety Goh2016-06-161-3/+3
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-15/+17
* SERVER-24560 replaced references to BlockingQueue in BackgroundSync with Oplo...Benety Goh2016-06-141-0/+7
* SERVER-24490 added OplogBufferCollection (incomplete)Benety Goh2016-06-131-0/+72