summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-23/+92
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-1/+1
* SERVER-30212 OpObserver::onRenameCollection() returns rename op timeBenety Goh2017-08-151-9/+13
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-17/+9
* Revert "SERVER-29136 Op log deletions get shard keys"Nathan Myers2017-08-091-8/+16
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-091-16/+8
* SERVER-30499 Only update sessions with a transaction numberJack Mulrow2017-08-031-2/+2
* Revert "SERVER-29136 Op log deletes get shard key"Nathan Myers2017-08-021-9/+17
* SERVER-29136 Op log deletes get shard keyNathan Myers2017-08-021-17/+9
* SERVER-30406 Test view catalog invalidation due to renaming to/from system.viewsGeert Bosch2017-07-311-5/+4
* SERVER-30282 Update transaction progress to sessions tableRandolph Tan2017-07-281-10/+33
* SERVER-30117 Only update featureCompatibilityVersion parameter on commitMaria van Keulen2017-07-261-5/+5
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-251-0/+23
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-13/+30
* SERVER-30036 Make m/s replication work with collection UUIDsGeert Bosch2017-07-171-3/+11
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-6/+7
* SERVER-29904 don't generate convertToCapped oplog entriesGeert Bosch2017-07-031-34/+0
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-10/+48
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-1/+1
* SERVER-29274 OpObserver::onDropCollection() returns drop optimeBenety Goh2017-05-241-4/+7
* Revert "Revert "SERVER-29224 Unify apply_ops and oplog libraries""Andrew Morrow2017-05-171-16/+0
* Revert "SERVER-29224 Unify apply_ops and oplog libraries"Spencer Jackson2017-05-171-0/+16
* SERVER-29224 Unify apply_ops and oplog librariesAndrew Morrow2017-05-171-16/+0
* SERVER-28715 Create global UUID/collection catalogMaria van Keulen2017-04-281-0/+22
* SERVER-28205 SERVER-28740 Make collMod oplog entries reversibleWilliam Schultz2017-04-251-3/+51
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-31/+70
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-65/+63
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-6/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-78/+78
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-021-0/+8
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-0/+318