summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28819 fix typo in PlanExecutor invariantDavid Storch2017-04-171-1/+1
* SERVER-28657 Resolve missing edges and repair depsADAM David Alan Martin2017-04-141-4/+6
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-1310-388/+418
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-123-41/+43
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-059-57/+382
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-043-0/+97
* SERVER-28211 added InternalPlanner::updateWithIdHack()Benety Goh2017-04-033-5/+40
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+12
* SERVER-28425 fix QueryPlannerAccess invariantDavid Storch2017-03-221-1/+1
* SERVER-26113 explain() for aggregation request does not propogate to correspo...Nick Zolnierz2017-03-211-5/+4
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-12/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+12
* SERVER-28314 Remove unused PlanCache::_writeOperations memberGeert Bosch2017-03-162-5/+0
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-159-120/+104
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-6/+6
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-152-6/+10
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-1315-219/+362
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-108-33/+50
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-073-13/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0723-304/+312
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-071-4/+6
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-062-4/+5
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-062-5/+4
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-062-4/+5
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-1/+1
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-288-313/+948
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-1/+1
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-246-28/+26
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-1/+1
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-1713-107/+1598
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-02-072-1/+26
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-036-22/+58
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-183-2/+59
* Revert "SERVER-27438 Prevent mongos from dropping legacy $comment meta-operator"Mathias Stearn2017-01-183-59/+2
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-183-2/+59
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-4/+9
* SERVER-24027 Planner should consider reversing index scan direction in order ...Tess Avitabile2017-01-133-55/+154
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-133-12/+8
* SERVER-3173 use path-level multikey metadata to generate covered plans if pos...David Storch2017-01-133-6/+114
* SERVER-27586 Add some missing edges to build graphADAM David Alan Martin2017-01-051-3/+4
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-0516-69/+66
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+5
* SERVER-27175 Improve performance of planSummary string generationJames Wahlin2016-12-271-13/+21
* SERVER-27406 Reduce DocumentSourceCursor batch size from 16MB to 4MBJames Wahlin2016-12-272-0/+4
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-093-14/+11
* SERVER-26960 don't convert find to aggregation if sort contains $naturalKyle Suarez2016-12-091-1/+9
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-082-0/+49
* SERVER-27300 delete dead function shouldUseCollationIndexKey()David Storch2016-12-073-33/+12
* SERVER-27197 fix BSONType::Code comparison to not use collatorDavid Storch2016-12-061-0/+103