summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-221-12/+80
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+28
* SERVER-26191 OplogBufferCollection supports batch reads from collectionBenety Goh2016-10-231-13/+44
* SERVER-26191 renamed _peekOneSide to _peek_inlock and changed it to read the ...Benety Goh2016-10-221-27/+26
* SERVER-26666 OplogBufferCollection saves sentinels in collectionBenety Goh2016-10-211-33/+0
* SERVER-26666 added sentinel support to addIdToDocumentBenety Goh2016-10-211-15/+28
* SERVER-26666 store key of last popped documentBenety Goh2016-10-211-10/+38
* SERVER-26631 Implement multiple document support for StorageInterface::findDo...Benety Goh2016-10-171-10/+7
* SERVER-26631 replaced StorageInterface::findOne/deleteOne with findDocuments/...Benety Goh2016-10-171-3/+5
* SERVER-25268 OplogBufferCollection no longer deletes documents from collectio...Benety Goh2016-09-201-11/+17
* SERVER-25268 added StorageInterfaceImpl::findOne and deleteOne support for st...Benety Goh2016-09-201-2/+4
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-4/+2
* SERVER-25268 OplogBufferCollection enforces order of timestamps in documents ...Benety Goh2016-09-151-0/+2
* SERVER-25268 OplogBufferCollection::startup drops existing collectionBenety Goh2016-09-151-1/+1
* SERVER-25268 OplogBufferCollection::pushAllNonBlocking returns early when no ...Benety Goh2016-09-151-0/+3
* SERVER-25268 renamed OplogBufferCollection::_doPop_inlock to _pop_inlockBenety Goh2016-09-151-4/+5
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-151-2/+1
* SERVER-25949 Don't hang if BGSync::consume() is called after shutdown()Mathias Stearn2016-09-081-8/+0
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-3/+3
* SERVER-24752 OplogBufferCollection saves sentinel documents outside of collec...Judah Schvimer2016-06-281-4/+41
* SERVER-24728 replace NoSuchKey error code with CollectionIsEmpty where approp...Judah Schvimer2016-06-231-2/+2
* SERVER-24490 Implemented blocking pop and peek in OplogBufferCollectionJudah Schvimer2016-06-221-31/+55
* SERVER-24706 default namespace in OplogBufferCollection cannot start with loc...Benety Goh2016-06-221-1/+1
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-108/+51
* SERVER-24490 implement OplogBufferCollectionJudah Schvimer2016-06-171-23/+166
* 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-26/+19
* SERVER-24560 replaced references to BlockingQueue in BackgroundSync with Oplo...Benety Goh2016-06-141-0/+24
* SERVER-24490 added OplogBufferCollection (incomplete)Benety Goh2016-06-131-0/+115