summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-2/+22
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-1/+10
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-221-2/+9
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-2/+2
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-2/+2
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-2/+2
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-281-4/+5
* Revert "SERVER-21031: Vectorize logOps"Martin Bligh2015-10-271-5/+4
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-271-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-52/+49
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-6/+10
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-0/+88