summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37676 Remove unsafe inMultiDocumentTransaction()Tess Avitabile2018-11-121-7/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-26/+28
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-25/+25
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-181-6/+5
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-191-18/+37
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-1/+1
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-071-7/+37
* SERVER-34425 generate applyOps oplog entry with admin dbPavi Vetriselvan2018-05-011-2/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-16/+10
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-4/+13
* SERVER-33534 Re-enable non-replication opObserver functionality within transa...Matthew Russotto2018-04-131-39/+54
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-0/+7
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-1/+1
* SERVER-34196 omit dropTarget field from generated oplog entry when it is falseBenety Goh2018-03-301-2/+0
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-2/+1
* SERVER-34011 Concurrency between transaction and other threads that can abort...Tess Avitabile2018-03-301-1/+1
* Revert "SERVER-34011 Concurrency between transaction and other threads that c...Esha Maharishi2018-03-291-1/+1
* SERVER-34011 Concurrency between transaction and other threads that can abort...Tess Avitabile2018-03-281-1/+1
* SERVER-34068 Unify commit machinery between snapshot read and multi-document ...Matthew Russotto2018-03-251-1/+0
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+9
* SERVER-33928 Don't assert system.indexes or system.namespaces have UUIDsMaria van Keulen2018-03-181-3/+6
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-8/+11
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-10/+2
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-10/+1
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-1/+2
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-4/+4
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-178/+210
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-13/+79
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op obser...Dianna Hohensee2018-02-231-5/+9
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-0/+31
* SERVER-33058 Add onTransactionCommit and onTransactionAbort opObserversMatthew Russotto2018-02-131-0/+8
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-3/+3
* 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