summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-041-0/+4
* SERVER-65319 Count explicit use of allowDiskUse:falseRomans Kasperovics2022-05-021-0/+4
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+1
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-1/+2
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-1/+2
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-0/+6
* SERVER-60321 Fix edge cases when setting up state for Lock-free readsHenrik Edin2022-03-041-4/+4
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-1/+2
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-1/+1
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-2/+13
* SERVER-62808 disable yielding feature by default and add evergreen builderIan Boros2022-01-211-4/+1
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-6/+11
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-11/+6
* SERVER-62654 Add `checkCollectionUUIDMismatch` helperGregory Noma2022-01-141-11/+2