summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/getmore_cmd.cpp
Commit message (Collapse)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
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-1/+1
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* 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 ↵Mickey. J Winters2023-04-221-0/+7
| | | | has been committed
* Revert "SERVER-75470 Reject change stream getMore commands after a split or ↵auto-revert-processor2023-04-201-7/+0
| | | | | | merge has been committed" This reverts commit d674d78896b572797df816a093ab8682ab860eca.
* SERVER-75470 Reject change stream getMore commands after a split or merge ↵Mickey. J Winters2023-04-191-0/+7
| | | | has been committed
* SERVER-74486 Always include tenant in collection name attributes in error ↵Sophia Tan2023-04-181-4/+5
| | | | messages
* 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 ↵Will Buerger2023-03-271-7/+2
| | | | OpDebug::AdditiveMetrics
* 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 ↵Patrick Freed2023-02-171-1/+1
| | | | | | (#10536) This also ensures base lock stats are properly subtracted out when getting the lock stats for a given sub operation (fixes SERVER-73571).
* Revert "SERVER-73307 Ensure CurOpStack always has access to its ↵liubov.molchanova2023-02-151-1/+1
| | | | | | OperationContext (#10536)" This reverts commit ff7fcd42e84317e2a34e0b413ee4cc1d9be66884.
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext ↵Patrick Freed2023-02-151-1/+1
| | | | | | (#10536) This also ensures base lock stats are properly subtracted out when getting the lock stats for a given sub operation (fixes SERVER-73571).
* 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
| | | | Since we do not support ticket upgrades, this effectively bans global lock upgrades
* 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 ↵Haley Connelly2022-10-311-4/+4
| | | | SetAdmissionPriorityForLock
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-0/+5
|
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects ↵jannaerin2022-10-211-5/+6
| | | | correctly in multitenant environment
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its ↵Faustoleyva542022-09-151-3/+2
| | | | optional parameters
* 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
| | | | ensure read operations are interruptible
* SERVER-67657 Change mongod commands that override CommandInvocation to use ↵Fernando Lisboa2022-08-171-2/+5
| | | | tenantId in request
* 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 ↵Randolph Tan2022-06-081-0/+4
| | | | with methods on Command
* 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 ↵Sophia Tan2022-05-191-2/+2
| | | | by DatabaseName
* 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 ↵Ian Boros2022-04-071-1/+1
| | | | the sort option
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors ↵Romans Kasperovics2022-03-151-53/+64
| | | | when maxTimeMs is exceeded
* 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 ↵Ian Boros2021-11-181-10/+10
| | | | across getMores
* 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 ↵Billy Donahue2021-06-291-4/+1
| | | | injected by `failCommand`.
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-281-1/+7
|