summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-301-2/+5
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-7/+3
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-241-8/+12
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-211-0/+1
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-3/+5
* SERVER-74849: Don't re-parse NamespaceString and copy it repeatedlyColin Stolley2023-03-161-7/+6
* SERVER-74063 Delete plan executor ASAP to release cursorsIvan Fefer2023-03-101-0/+3
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-2/+2
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-011-0/+3
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-7/+5
* SERVER-72094 fix findCmd checks the bool value of an optional incorrectlyAdityavardhan Agrawal2023-01-271-7/+6
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-4/+4
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-71382 Do not collect telemetry for queryable encryption enabled collec...Jennifer Peshansky2023-01-201-2/+5
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-1/+2
* SERVER-72416 Find and findAndModify commands' ExpressionContext should inheri...Arun Banala2023-01-051-14/+19
* SERVER-70921 Do not drop off tenant information when running find, count and ...Sophia Tan2022-12-161-4/+5
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-211-1/+1
* SERVER-71315 Decide where to store the Telemetry keyjoshua2022-11-151-11/+6
* SERVER-71244 Do not collect telemetry for FLE2 requestsDavis Haupt2022-11-141-26/+35
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-0/+10
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+1
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-011-0/+11
* SERVER-70853 Time series namespace string should have tenant information in m...Sophia Tan2022-11-011-4/+4
* SERVER-62034 Prevent hybrid CQF for pipeline prefixes and subpiplinesBen Shteinfeld2022-10-311-0/+4
* SERVER-70103 Add mirroredReads succeeded and processed server status metricsAlex Li2022-10-311-0/+1
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-4/+4
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-1/+3
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+1
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-4/+4
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-5/+5
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+2
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-131-4/+0
* SERVER-69406 Place an InterruptibleLockGuard in the find cmd path because it ...Dianna Hohensee2022-09-071-0/+18
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+1
* SERVER-69159 Enable positioned cursors across find cmd for snapshot read concernDianna Hohensee2022-08-311-3/+1
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-7/+8
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-9/+14
* SERVER-68598 Change CommandHelpers::parseNsOrUUID to take in DatabaseNameSophia Tan2022-08-061-2/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67475 Enable use of securityToken for the basic CRUD operationsjannaerin2022-07-271-0/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67173 Enable new SBE yielding logic by default to get test coverageDianna Hohensee2022-07-131-1/+1
* SERVER-67621 Add CQF passthrough suite for core testsNicholas Zolnierz2022-07-011-6/+2
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-0/+5
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic o...Nicholas Zolnierz2022-06-161-6/+5
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+4
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-39/+1
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-241-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+1