summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/getmore_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-2/+5
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+3
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-7/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+4
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-241-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-4/+2
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors wh...Romans Kasperovics2022-03-151-53/+64
* SERVER-64111 Update 'getMore' command to take locks on secondary namespacesMihai Andrei2022-03-101-11/+24
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-10/+10
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-8/+11
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-0/+2
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+1
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-06-291-4/+1
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-281-1/+7
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-201-3/+1
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-12/+5
* Revert "SERVER-50549 transform state-changing errors returned by mongos"Sviatlana Zuiko2021-05-111-7/+1
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-101-1/+7
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-071-4/+18
* 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