summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/getmore_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-1/+1
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-1/+1
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-1/+1
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-3/+8
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-2/+2
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-221-0/+7
* Revert "SERVER-75470 Reject change stream getMore commands after a split or m...auto-revert-processor2023-04-201-7/+0
* SERVER-75470 Reject change stream getMore commands after a split or merge has...Mickey. J Winters2023-04-191-0/+7
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-4/+5
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-0/+2
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+6
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-7/+2
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-1/+1
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-3/+2
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-1/+1
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-1/+1
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-72736 Pull `Collection::makePlanExecutor` up into the query layerKaloian Manassiev2023-01-121-2/+1
* SERVER-67722 Add special handling for MaxTimeMSExpired in shard cursor lifecycleRomans Kasperovics2022-12-221-1/+0
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-0/+5
* SERVER-71315 Decide where to store the Telemetry keyjoshua2022-11-151-9/+2
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-0/+10
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-0/+2
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-4/+4
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-0/+5
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-5/+6
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-3/+2
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+1
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-021-37/+2
* 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