summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-2/+9
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-011-1/+3
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+21
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+3
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-051-2/+6
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-3/+7
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-1/+2
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-22/+4
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-1/+3
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+3
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+3
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-4/+1
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-7/+33
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-1/+0
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-291-0/+6
* Revert "SERVER-21693 generate a summary after rollback via recover to timestamp"Kyle Suarez2018-03-291-6/+0
* SERVER-34099 Clear config version cache on rollback if neededJudah Schvimer2018-03-281-0/+3
* SERVER-21693 generate a summary after rollback via recover to timestampKyle Suarez2018-03-281-0/+6
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+9
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-211-0/+8
* Revert "SERVER-29051 create data files during rollback via recover to timestamp"Kyle Suarez2018-03-201-8/+0
* SERVER-29051 create data files during rollback via recover to timestampKyle Suarez2018-03-201-0/+8
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-26/+6
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-1/+65
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-0/+42
* SERVER-33058 Add onTransactionCommit and onTransactionAbort opObserversMatthew Russotto2018-02-131-0/+11
* SERVER-29602 Add invariant that delete documentKey is non-empty, remove about...Spencer T Brody2017-12-221-0/+1
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-10/+3
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-1/+1
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-1/+19
* 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/+9
* SERVER-30212 OpObserver::onRenameCollection() returns rename op timeBenety Goh2017-08-151-9/+16
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+3
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+4
* 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/+14
* 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/+40
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-7/+22
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-3/+3
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-2/+12
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+16
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-40/+44
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-1/+2
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-011-14/+5