summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-1/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-1/+0
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-13/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-673/+0
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-2/+2
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-54891 Set read source before AutoGetCollectionForRead so we don't aban...Henrik Edin2021-04-011-10/+10
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-2/+2
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-16/+21
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-1/+0
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-2/+2
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-081-2/+18
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-2/+6
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-2/+2
* SERVER-47752 Refactor kMajorityCommitted to not receive special treatmentBrian DeLeonardis2020-10-261-1/+1
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-10/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-9/+18
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-11/+17
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+13
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-2/+2
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-41/+12
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-3/+3
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+1
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-13/+9
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-17/+10
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-3/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-23/+43
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-91/+61
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-7/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46091 Add new failpoint to support driver testing of ResumableChangeSt...Bernard Gorman2020-02-201-0/+16
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+42
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-2/+2
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-10/+17
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-10/+6
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-13/+21
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-0/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+5
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-2/+1
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-1/+1