summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/getmore_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-2/+2
* 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-9/+4
* SERVER-21997 periodically drop locks while keepCursorPinnedDuringGetMore fail...David Storch2015-12-221-1/+9
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-111-0/+6
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-081-0/+4
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+7
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-5/+8
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+2
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-10/+10
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+6
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-0/+4
* SERVER-20800 block AwaitData if no lastCommitOpTime provided in query paramet...Eric Milkie2015-10-081-1/+2
* 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-20708 make getMore and killCursors commands ignore the slaveOk bitDavid Storch2015-10-071-4/+0
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-21/+32
* SERVER-20749: Race during getmore batch creation and cappedInsertNotification...Scott Hernandez2015-10-051-7/+12
* SERVER-20370: simplify capped insert notifierScott Hernandez2015-09-221-5/+1
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-081-1/+1
* SERVER-19649 don't log awaitData queries that exceed slowms while waitingYunhe (John) Wang2015-09-041-0/+4
* SERVER-19940 extended auth checking for find and getMore commands to allow us...Benety Goh2015-09-041-1/+1
* SERVER-19608 Send shard initialization data when talking through NetworkInter...Spencer T Brody2015-09-021-0/+5
* SERVER-18022 Fix places relying on old $readMajorityTemporaryNameMathias Stearn2015-08-281-1/+1
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-2/+1
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-1/+2
* SERVER-19665 Find/getMore cmd use default maxTimeMS of 1s for tailable+awaitD...Qingyang Chen2015-07-311-13/+13
* 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/+6
* SERVER-19307 added rsStopGetMoreCmd fail point to make noPassthrough/server67...Benety Goh2015-07-161-0/+13
* SERVER-18841 awaitData cursors block rather than busy wait in OP_GET_MORE pathQingyang Chen2015-07-161-1/+1
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-2/+2
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-2/+11
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+5
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-5/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-289/+301
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-8/+5
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+5
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-1/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-4/+2
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-2/+4
* SERVER-17575 find and getMore commands respect BSONObj max user size limitDavid Storch2015-05-281-9/+9
* SERVER-18184 add awaitData support to the getMore command for any capped coll...David Storch2015-05-211-13/+20
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-1/+2
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-48/+165
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-3/+3
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-3/+3
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-3/+3