summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34540 Remove sleeptest from dbtestJonathan Reams2018-05-231-68/+0
* SERVER-29812 RangeDeleter no longer unnecessarily waits for 'majority' write ...Kevin Pulo2018-02-281-2/+6
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2018-01-301-5/+7
* SERVER-30875 add requireOwnedObjects() to scoper3.4.8-rc1r3.4.8Jason Carey2017-08-301-0/+44
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-171-6/+6
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itEddie Louie2017-05-021-1/+1
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-04-064-29/+29
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-055-64/+15
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-04-042-0/+99
* Revert "SERVER-28347 enforce storage depth limit for user documents"Randolph Tan2017-03-282-99/+0
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-282-0/+99
* SERVER-28013 Ensure that last op for client only moves forwardSpencer T Brody2017-03-021-0/+6
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2017-03-012-2/+4
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-282-504/+0
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-281-30/+46
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-202-0/+136
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2017-01-053-1/+5
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-222-7/+7
* SERVER-27459 set featureCompatibilityVersion to 3.4 in dbtest initializationDavid Storch2016-12-212-7/+8
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-081-307/+119
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-091-5/+18
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-0/+1
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-25/+5
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-26709 Move thread_safe_string.cpp to library of its only consumer, pro...Andy Schwerin2016-10-261-5/+6
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-242-1/+2
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-5/+5
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-5/+5
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-5/+5
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-032-48/+47
* SERVER-26334 fix mongos handling of ntoreturn:1Charlie Swanson2016-09-281-26/+0
* SERVER-26018 Add more invariants in LockManagerKaloian Manassiev2016-09-271-159/+0
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-8/+8
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-158-53/+54
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-149-45/+163
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-024-17/+37
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-022-14/+18
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-1/+1
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-012-16/+16
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-2/+6
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-0/+71
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-233-46/+78
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-4/+4
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-5/+4
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-1819-169/+174
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-153-4/+5
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-7/+124
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-043-5/+7
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-042-20/+30