summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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