summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/classic_stage_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-1/+1
* SERVER-66101 Rename COLUMN_IXSCAN to COLUMN_SCAN to match designCharlie Swanson2022-05-091-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-181-18/+19
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-021-0/+1
* SERVER-62984 Rudimentary query planning for columnar indexesIan Boros2022-02-041-0/+1
* SERVER-62597 Add EqLookupNode to QuerySolutionAnna Wawrzyniak2022-01-251-1/+2
* SERVER-61374 Support min/max with clustered hintHaley Connelly2021-11-121-0/+1
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-0/+2
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-7/+0
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+0
* SERVER-55215 Handle small measurement counts in buckets for ARHASHEric Cox2021-04-091-0/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-16/+19
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-19/+39
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-4/+4
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-53080 generate optimized covered shard filtering plans in SBEDavid Storch2021-02-121-1/+5
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-111-0/+24
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-2/+2
* SERVER-50744 Support generation of summaryStats in SBEAnton Korshunov2020-10-241-1/+4
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-0/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-4/+1
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-2/+0
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+379