summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/getmore_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+8
* SERVER-41996 Improve PlanExecutor error loggingAnton Korshunov2019-07-011-5/+6
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-8/+4
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-2/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41461 waitWithPinnedCursorDuringGetMoreBatch fail point should save an...Gregory Wlodarek2019-06-051-11/+15
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-19/+43
* SERVER-39321 add setIgnorePrepared(false) to dbHash, find and getMoreGregory Wlodarek2019-04-251-0/+4
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-1/+14
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-03-281-0/+11
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-0/+4
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-4/+0
* SERVER-39356 Make speculative majority change stream reads utilize the `kNoOv...William Schultz2019-03-151-1/+13
* SERVER-39670 Fix initial_sync_during step down to prevent deadlock for epheme...Suganthi Mani2019-03-061-8/+7
* SERVER-37948 Satisfy linearizable read concern on getmore cursors.Jason Chan2019-02-141-23/+46
* Revert "SERVER-37948 Satisfy linearizable read concern on getMores"Louis Williams2019-02-141-45/+23
* SERVER-37948 Satisfy linearizable read concern on getMoresJason Chan2019-02-131-23/+45
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-111-0/+26
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-1/+1
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-081-22/+20
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-2/+9
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-081-13/+22
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-071-22/+13
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-061-3/+10
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-5/+5
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-61/+52
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-1/+6
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-9/+28
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-201-0/+6
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-2/+6
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-1/+2
* SERVER-37650 Add test for $currentOp interaction with exhaust cursorsBernard Gorman2018-11-091-42/+22
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-111-2/+1
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-3/+4
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+3
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-2/+2
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+2
* SERVER-35911 Upgraded GetMoreCmd and ClusterGetMoreCmd to use TypedCommandAnthony Roy2018-07-111-371/+374
* SERVER-34517 do not check for userId in cursors within sessions during getMor...Misha Tyulenev2018-06-011-1/+2
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-2/+2
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-8/+3
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-33/+16
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3