summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29602 Add invariant that delete documentKey is non-empty, remove about...Spencer T Brody2017-12-221-7/+1
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-35/+17
* SERVER-32055 Do not take ShardingState mutex when updating config.transactionsRandolph Tan2017-11-281-13/+19
* SERVER-29453 Disallow removing featureCompatibilityVersion document and renam...Xiangyu Yao2017-11-221-2/+5
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-10/+21
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-15/+125
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-125/+15
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-15/+125
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-125/+15
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-21/+10
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-10/+21
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-15/+125
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-10-181-0/+17
* SERVER-30532 Remove IDL-generated parser for the findAndModify resultKaloian Manassiev2017-10-171-1/+1
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-20/+14
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-32/+63
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-63/+32
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-32/+63
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-63/+32
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-32/+63
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-1/+1
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-12/+15
* Revert "SERVER-31114 Perform targeted session invalidation on direct writes t...Kaloian Manassiev2017-09-201-15/+12
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-12/+15
* SERVER-30325 Cleanup the logging/retryable writes glue codeKaloian Manassiev2017-09-191-79/+91
* SERVER-30325 Add cache of committed statement idsKaloian Manassiev2017-09-151-6/+6
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-2/+7
* SERVER-30325 Simplify session transaction state maintenanceKaloian Manassiev2017-09-131-56/+65
* SERVER-30895 Make repl::logOp accept an OperationSessionInfo, instead of extr...Randolph Tan2017-09-121-24/+62
* SERVER-30371 remove dropSource from renameCollection oplog entry formatBenety Goh2017-09-061-4/+0
* SERVER-30212 UUIDCatalog::onRenameCollection() defers registering UUID until ...Benety Goh2017-08-221-4/+7
* 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