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