summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-181-1/+1
* 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
* SERVER-62443 Add `collectionUUID` parameter to `find` commandGregory Noma2022-01-131-0/+18
* Revert "SERVER-62443 Add `collectionUUID` parameter to `find` command"auto-revert-processor2022-01-131-18/+0
* SERVER-62443 Add `collectionUUID` parameter to `find` commandGregory Noma2022-01-121-0/+18
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+27
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-0/+17
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+34
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-2/+10
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-0/+1
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-53/+31
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-31/+53
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+2
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-9/+51
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-301-0/+1
* Revert "SERVER-55412 shardVersion propogated for mirrored reads"Alex Li2021-07-241-1/+0
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-231-0/+1
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ...Ruoxin Xu2021-06-161-3/+0
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-17/+19
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-0/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-58/+61
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-1/+3
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-2/+2
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-2/+2
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-2/+2
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-3/+10
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-2/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+4
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-081-0/+8
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-3/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+2
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-2/+2
* SERVER-51702 Log commands together with errors upon plan executor failuresPierlauro Sciarelli2020-10-201-8/+9
* SERVER-51707 Remove some lock asserts in query utilitiesDianna Hohensee2020-10-191-1/+9
* SERVER-51227 Make find/getMore cmd with $_requestResumeToken on oplog report ...Judah Schvimer2020-10-131-0/+9
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+2
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-2/+5
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-4/+4
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+2
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+1