summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-222-22/+28
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-224-32/+28
* SERVER-20370: simplify capped insert notifierScott Hernandez2015-09-221-2/+1
* SERVER-20334 Added readConcern forwarding to mongos findYunhe (John) Wang2015-09-183-3/+38
* SERVER-19996 Keep Mutations no longer added on ntoreturn hackYunhe (John) Wang2015-09-182-4/+24
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject whe...Spencer T Brody2015-09-171-1/+1
* SERVER-19855 Advance catalog manager optime on shards based on information se...Spencer T Brody2015-09-171-1/+3
* SERVER-20347 $in containing a regex element cannot use a hashed indexDan Pasette2015-09-142-1/+24
* SERVER-19649 don't log awaitData queries that exceed slowms while waitingYunhe (John) Wang2015-09-041-0/+4
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-035-17/+71
* SERVER-19566 convert OP_QUERY profiler entries to look like the find commandDavid Storch2015-09-031-3/+3
* SERVER-19842 rename 'partial' find command parameter to 'allowPartialResults'David Storch2015-09-033-20/+20
* SERVER-19355 omit $-prefixed fields from plan cache projection encodingDavid Storch2015-09-021-7/+22
* SERVER-19355 allow simultaneous returnKey and sortKey meta-projectionsDavid Storch2015-09-021-2/+2
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-013-14/+11
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-311-2/+1
* SERVER-19569 CursorResponse::toBSON() ability to return first batchJason Rassi2015-08-283-10/+46
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-286-193/+118
* SERVER-12015 Re-enable use of covering indices in an aggregation pipelineCharlie Swanson2015-08-272-0/+11
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-5/+4
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-246-11/+11
* SERVER-20051 check return value of PlanYieldPolicy::yield()David Storch2015-08-242-4/+7
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-2410-17/+118
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-2/+13
* SERVER-18773 Use ClusterClientCursor for op getMore on mongosMisha Tyulenev2015-08-212-3/+11
* SERVER-20042 removed unnecessary using statementBenety Goh2015-08-211-1/+0
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-213-10/+33
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-203-33/+10
* SERVER-19946 support the tailable option for unsharded capped collections in ...David Storch2015-08-203-10/+33
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-1811-132/+285
* SERVER-19947 fix distributed deadlock by preventing agg cursors from making a...David Storch2015-08-171-1/+8
* SERVER-19480 Meaningful geoNear specific statistics after eliminating duplica...Brandon Zhang2015-08-141-0/+2
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-132-21/+106
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-129-45/+190
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-115-9/+115
* SERVER-15020 Added missing explain stats for distinct commandQingyang Chen2015-08-111-0/+21
* SERVER-19557 Add text index v3Adam Chelminski2015-08-116-2/+27
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-112-1/+15
* SERVER-19838 Remove member DeleteStageParams::shouldCallLogOpJason Rassi2015-08-101-2/+1
* SERVER-19511 Fast distinct w/ no predicate shouldn't use partial indexJason Rassi2015-08-101-15/+17
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-069-68/+138
* SERVER-19807 remove dead method LiteParsedQuery::isRecordIdMeta()David Storch2015-08-062-36/+0
* SERVER-19593 snapshot default to collscan except when using MMAPv1Qingyang Chen2015-08-064-14/+63
* SERVER-18767 make find command shard version awareDavid Storch2015-08-062-25/+30
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-054-0/+165
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-043-25/+30
* SERVER-19725 Fix nullptr crash in QueryPlanner::plan with $near operatorQingyang Chen2015-08-042-1/+7
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-312-14/+26
* SERVER-19609 add shard version as a decoration on OperationContextDavid Storch2015-07-312-4/+16
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-305-101/+214