summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17328 add invariant that collection is non-null to planning stages (Ca...David Storch2015-04-146-5/+14
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-145-46/+160
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+1
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-134-207/+378
* SERVER-17496 Remove unused code and includes in shardingKaloian Manassiev2015-04-091-1/+0
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-093-10/+6
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-092-46/+35
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-097-674/+213
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-033-7/+7
* SERVER-17119 relax no-dups invariant in AND_HASH stage to accommodate WTDavid Storch2015-03-301-4/+8
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+5
* SERVER-17469 Enable density estimator for 2d nearSphere.Siyuan Zhou2015-03-251-6/+21
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-197-93/+60
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-193-3/+0
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-0/+3
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-134-18/+23
* 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