summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-016-64/+34
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-266-16/+16
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-203-7/+7
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-3/+3
* SERVER-16159 MMAP v1 does timing-based yields for insertsDavid Storch2014-11-173-3/+14
* SERVER-16038 Manage CanonicalQuery with auto_ptr in newRunQuery()Jason Rassi2014-11-171-15/+21
* SERVER-16038 Clean up ns local vars in newRunQuery()Jason Rassi2014-11-171-21/+15
* SERVER-8514 return error on invalid count query on empty collectionMichael Ivanov2014-11-141-27/+37
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-122-13/+10
* SERVER-15235 regular expressions with the '|' character must be classified as...David Storch2014-11-122-4/+44
* SERVER-16050: Do not sleep when yieldingGeert Bosch2014-11-103-49/+3
* SERVER-15541 MMAP v1 only takes LockMongoFilesShared for yielding plan executorsDavid Storch2014-11-102-8/+13
* SERVER-7676 make sort memory limit configurableDavid Storch2014-11-072-0/+8
* SERVER-15541 Move yield.cpp out of the LockManager library and fix warningKaloian Manassiev2014-11-054-2/+166
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-044-11/+39
* SERVER-15948 Fast OplogStart impl for RSs supporting arbitrary DiskLocsMathias Stearn2014-11-041-21/+44
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-0/+1
* SERVER-15696 don't drop filters while creating a SORT_MERGE planDavid Storch2014-11-042-0/+25
* SERVER-14860 Handle duplicate key/value in btree, for background indexingEric Milkie2014-11-032-2/+4
* SERVER-15898 yielding impl checks for interrupt even if doc-level locking is ...David Storch2014-10-311-8/+14
* SERVER-14425: handle deadlocks in the middle up a multi-updateEliot Horowitz2014-10-314-4/+23
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-293-18/+20
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-281-0/+16
* SERVER-15527 change default explain verbosity on the server to allPlansExecutionDavid Storch2014-10-281-4/+4
* SERVER-15541 Remove PlanYieldPolicy::yield() unused default argJason Rassi2014-10-282-10/+2
* SERVER-15527 rename find command 'query' field to 'filter'David Storch2014-10-282-30/+30
* SERVER-15527 fix compileDavid Storch2014-10-271-1/+1
* query comment cleanupEric Milkie2014-10-272-9/+9
* SERVER-15527 change explain index bounds format from verbose string format to...David Storch2014-10-273-68/+16
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-218-225/+390
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-10/+28
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-171-1/+1
* SERVER-15639 Correctly handle >1 pred on same text index prefix fieldJason Rassi2014-10-162-2/+15
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-156-16/+72
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-143-6/+4
* SERVER-15527 add more execution stats to explainDavid Storch2014-10-144-41/+12
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-23/+30
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-147-1/+14
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-144-54/+97
* SERVER-15527 remove OS info from explainDavid Storch2014-10-141-9/+0
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-132-2/+5
* SERVER-15527 Always collect opdebug stats for queriesJason Rassi2014-10-131-10/+10
* SERVER-15227 Fix uninitialized PlanSummaryStats memberJason Rassi2014-10-131-0/+1
* SERVER-15527 Explain cleanup: use getPlanSummary/indexName helpersJason Rassi2014-10-133-3/+7
* SERVER-15526 commands which create cursors must save state during getmoreDavid Storch2014-10-101-3/+2
* SERVER-15485 CanonicalQuery::canonicalize() manage lpq with auto_ptrJason Rassi2014-10-071-4/+5
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-12/+15
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-038-45/+293
* SERVER-15019 propagate kill and invalidate for agg cursors to the nested Plan...David Storch2014-10-021-0/+17
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-026-50/+135