summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcherJason Rassi2015-03-122-7/+8
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-112-19/+17
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-112-2/+2
* SERVER-17403 Fix StageDebugCmd command registrationJason Rassi2015-02-271-7/+14
* SERVER-17395: Add FSM tests to stress yielding.Charlie Swanson2015-02-261-1/+1
* SERVER-17280 geo near must propagate saveState()/restoreState() to the Densit...David Storch2015-02-254-7/+82
* SERVER-17280 geo near must propagate invalidate messages to IndexScan used by...David Storch2015-02-254-0/+56
* SERVER-4494 add index version to explain outputDavid Storch2015-02-205-6/+18
* SERVER-17303 findAndModify upsert calls Collection::insertDocument() directlyDavid Storch2015-02-192-42/+97
* SERVER-14071 do not cache plans which return zero resultsDavid Storch2015-02-191-5/+23
* SERVER-17281 IDHackStage::invalidate() dereference correct OpCtx ptrJason Rassi2015-02-171-1/+1
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-1632-121/+111
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-1328-472/+737
* SERVER-17236 remove invalid invariant() from CachedPlanStage::isEOF()David Storch2015-02-091-1/+4
* SERVER-17198 prevent invalid logOp rollback in findAndModifyDavid Storch2015-02-092-1/+22
* SERVER-15944: Make single-update write conflict path same as multi-updateEliot Horowitz2015-02-061-6/+10
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-17117 propagate kill notifications to CachedPlanStageDavid Storch2015-02-052-4/+22
* SERVER-17132 Need to restoreState on early return in UpdateStageMathias Stearn2015-02-031-0/+2
* SERVER-17132 use snapshot id in DeleteStage, and re-check predicateDavid Storch2015-02-032-4/+18
* SERVER-17132: fix debug build includeEliot Horowitz2015-02-021-0/+1
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-0221-101/+90
* SERVER-17132 Update and Delete stages need to forceFetchAllLocs after saveStateMathias Stearn2015-02-022-0/+10
* SERVER-17012 Increase timeouts on group JS executionJonathan Balsano2015-01-261-4/+4
* SERVER-16954 fix invalidation handling in NearStageDavid Storch2015-01-211-3/+18
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-1/+2
* SERVER-16437 fix bug in IndexScan::restoreState() for the optimized end checkerDavid Storch2015-01-162-10/+25
* SERVER-16437 Revert "Revert "SERVER-16437 IndexScan optimize end checker for ...David Storch2015-01-162-21/+126
* SERVER-16512 add comment explaining 'docsExamined' tracking in the FetchStageDavid Storch2015-01-151-0/+14
* SERVER-16807 update and delete stages should skip over invalidated documents ...David Storch2015-01-154-10/+33
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1536-1/+107
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-154-5/+5
* SERVER-14497 fix incorrect error message in UpdateStageDavid Storch2015-01-121-1/+1
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-125-39/+41
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-122-2/+2
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-37/+43
* SERVER-16772 Only examine indexes on update when necessaryAndrew Morrow2015-01-081-1/+1
* SERVER-16772 Don't re-acquire object in updateAndrew Morrow2015-01-081-5/+5
* SERVER-16671: fit attempt rollover, sync6 failureEliot Horowitz2015-01-071-3/+11
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-0713-41/+378
* SERVER-16671: yielding portabilityEliot Horowitz2015-01-071-1/+5
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-7/+13
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-052-0/+4
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-0518-22/+56
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-052-3/+6
* SERVER-16483 add namespace to warning message in CollectionScan::restoreStateBenety Goh2015-01-021-1/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* SERVER-16522 listCollections leave cursor open if >1 batch neededJason Rassi2014-12-231-13/+1
* SERVER-16617: respect deep during update validationScott Hernandez2014-12-231-18/+22