summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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