summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-2/+16
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-2/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-7/+0
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-241-1/+4
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-0/+19
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-1/+6
* SERVER-40089 $group optimized with DISTINCT_SCAN cannot use $$ROOTJustin Seyster2019-03-281-4/+8
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-2/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-1/+9
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-9/+1
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-1/+9
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-1/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-4/+29
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-0/+9
* SERVER-28524 remove group commandKyle Suarez2018-05-301-14/+0
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+8
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-201-11/+3
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+9
* SERVER-30438 Turn on OPLOG_REPLAY for the change notification query.Matthew Russotto2017-08-301-1/+2
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-20/+18
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-1/+1
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-061-3/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+5
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-0/+4
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-211-2/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-3/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* SERVER-20641 Equality query on _id with sort now works on mongosYunhe (John) Wang2015-10-011-19/+0
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-0/+2
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-63/+55
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-159/+159
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-1/+1
* SERVER-18791 Remove the explain field from CountRequestKaloian Manassiev2015-06-031-0/+1
* SERVER-15176 SERVER-17721 add oplogReplay support to find commandDavid Storch2015-03-271-0/+15
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-041-41/+9
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-27/+9
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-3/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-0/+9
* SERVER-14668 Do not pass Database into methods where Collection will sufficeKaloian Manassiev2014-09-251-1/+1
* SERVER-14100 explain for deleteDavid Storch2014-09-191-0/+2
* SERVER-14098 add CountStageDavid Storch2014-09-101-2/+2
* SERVER-14099 Add GroupStage query execution stageJason Rassi2014-09-081-0/+22
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+2
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-191-0/+2