summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-1/+0
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+1
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-0/+2
* SERVER-33058 Add onTransactionCommit and onTransactionAbort opObserversMatthew Russotto2018-02-131-0/+2
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-4/+3
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-1/+5
* SERVER-30371 remove dropSource from renameCollection oplog entry formatBenety Goh2017-09-061-1/+0
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-1/+2
* SERVER-30212 OpObserver::onRenameCollection() returns rename op timeBenety Goh2017-08-151-8/+8
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+2
* SERVER-29904 don't generate convertToCapped oplog entriesGeert Bosch2017-07-031-5/+0
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+2
* SERVER-29274 OpObserver::onDropCollection() returns drop optimeBenety Goh2017-05-241-3/+3
* SERVER-28715 Create global UUID/collection catalogMaria van Keulen2017-04-281-0/+1
* SERVER-28205 SERVER-28740 Make collMod oplog entries reversibleWilliam Schultz2017-04-251-1/+3
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-8/+21
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-2/+2
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+15
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-0/+86