summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28811 Resolve satisfiable dependenciesADAM David Alan Martin2017-04-201-0/+1
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-203-3/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-136-13/+52
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-122-2/+6
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-2/+2
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-241-42/+124
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+8
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-108-41/+69
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0759-223/+228
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-062-2/+2
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-062-2/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-062-2/+2
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-242-4/+48
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-1/+1
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-2/+10
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-053-6/+6
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-092-3/+3
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-173-21/+0
* Revert "SERVER-14662 fix duplicate uassert error code"Tess Avitabile2016-11-171-1/+1
* SERVER-26492 terminate density estimation after exceeding $maxDistanceDavid Storch2016-11-161-6/+84
* Revert "SERVER-26492 terminate density estimation after exceeding $maxDistance"David Storch2016-11-141-84/+6
* SERVER-26492 terminate density estimation after exceeding $maxDistanceDavid Storch2016-11-111-6/+84
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-1/+4
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-4/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-1/+4
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+14
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-2/+2
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-155-10/+24
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-074-5/+5
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-027-40/+39
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-1/+1
* SERVER-25377 check type of ixscan 'name' field in stageDebug commandDavid Storch2016-08-291-0/+3
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-1/+1
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-234-6/+11
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-183-9/+11
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-042-31/+0
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-283-9/+28
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-221-1/+1
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-146-5/+18
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-121-1/+1
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-082-6/+8
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-073-9/+7
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-054-0/+21
* SERVER-24242 Stop applying the MatchExpression to OplogReplay queries after f...Mathias Stearn2016-06-232-7/+11
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-222-9/+25