summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/getmore_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-0/+13
* SERVER-55658 Out-of-order destruction of AutoGet* objects can lead to transac...Mihai Andrei2021-04-161-5/+7
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-6/+7
* SERVER-54891 Set read source before AutoGetCollectionForRead so we don't aban...Henrik Edin2021-04-011-14/+14
* SERVER-54624 make SBE check for a change in catalog epoch during yield recoveryDavid Storch2021-03-251-8/+8
* SERVER-54840 [SBE] Allow SBE getMores to generate execStats for profiler entriesMihai Andrei2021-03-241-7/+5
* SERVER-55085 [SBE] Segmentation fault inMartin Neupauer2021-03-151-1/+1
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-54/+71
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-71/+54
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-54/+71
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-71/+54
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-54/+71
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-2/+3
* SERVER-53723 Prevent failpoint from mistakenly acquiring db_raii helper durin...David Storch2021-02-021-4/+9
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-2/+0
* SERVER-49867 Add server status metrics to track how often a cursor has more t...Vishnu Kaushik2021-01-141-2/+2
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-081-2/+12
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-1/+1
* SERVER-47752 Refactor kMajorityCommitted to not receive special treatmentBrian DeLeonardis2020-10-261-1/+1
* SERVER-51702 Log commands together with errors upon plan executor failuresPierlauro Sciarelli2020-10-201-2/+3
* SERVER-51227 Make find/getMore cmd with $_requestResumeToken on oplog report ...Judah Schvimer2020-10-131-0/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-3/+3
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-5/+11
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-1/+1
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+1
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+6
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-7/+5
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-6/+2
* SERVER-47783 Use atClusterTime instead of $_internalReadAtClusterTime in testsAli Mir2020-06-181-27/+0
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-151-1/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-4/+6
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2020-06-031-2/+11
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-42/+38
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-13/+12
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-9/+8
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-0/+3
* SERVER-47576 Include atClusterTime in snapshot read replyA. Jesse Jiryu Davis2020-04-281-2/+3
* SERVER-47572 Snapshot reads use majority committed timestampA. Jesse Jiryu Davis2020-04-271-0/+9
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-4/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+16
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+12
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-2/+2
* SERVER-44711: Add metrics.repl.network.oplogGetMoresProcessedLingzhi Deng2020-01-281-1/+5
* SERVER-44707: Store lastKnownCommittedOpTime in ClientCursor for exhaust getMoreLingzhi Deng2020-01-061-3/+15