summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24766 find command support for viewsKyle Suarez2016-07-191-5/+59
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+4
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-4/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+4
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-18/+18
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-1/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-2/+2
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-6/+3
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+5
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23434 Make find and getMore return InvalidNamespace on bad namespacesKaloian Manassiev2016-03-301-4/+2
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-42/+5
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-3/+3
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-2/+1
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-4/+3
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+4
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-4/+5
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-2/+2
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+2
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-4/+4
* SERVER-20763 delay creation of ClientCursor in find commandDavid Storch2015-10-091-63/+54
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-0/+4
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-4/+0
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-0/+4
* SERVER-20630 find command on mongod needs to wait until out of critical sectionMisha Tyulenev2015-09-291-3/+15
* SERVER-19568 omit ntoreturn and ntoskip fields from find command log lineDavid Storch2015-09-231-2/+7
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-081-1/+1
* SERVER-19940 extended auth checking for find and getMore commands to allow us...Benety Goh2015-09-041-8/+9
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-2/+2
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+1
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-19951 do not read unitialized variable in find commandDavid Storch2015-08-141-1/+1
* SERVER-19928 Find command should reject requests to read special command name...Qingyang Chen2015-08-141-1/+1
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-1/+1
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-1/+2
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-6/+12
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-301-1/+1
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-16/+8
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-6/+9
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+1
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-3/+3