summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-091-10/+9
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-082-23/+16
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-083-10/+18
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-074-8/+14
* SERVER-42177 Implement cheap metadata transfer between Document and WorkingSe...David Storch2019-08-012-8/+59
* SERVER-41963 Create an API to apply an $elemMatch projection on a Document pathAnton Korshunov2019-08-013-0/+139
* SERVER-41962 Create an API to apply a positional projection on a Document pathAnton Korshunov2019-07-304-0/+293
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2712-32/+25
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-2620-331/+71
* SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch2019-07-243-54/+5
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-243-11/+35
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-233-0/+283
* SERVER-12916 ensure find on _id field obeys min/max.Misha Ivkov2019-07-221-0/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-122-0/+6
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-122-0/+3
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-113-8/+24
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-111-30/+0
* SERVER-40620 fassert during document fetch when there is evidence of index co...Misha Ivkov2019-07-111-0/+30
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-103-24/+8
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-102-3/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-102-0/+3
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-103-8/+24
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-4/+8
* SERVER-41825 Remove FCV checks related to mutable shard key fieldsjannaerin2019-06-271-18/+5
* SERVER-41214 Fix data race in restoring PlanStages which require a collection.David Storch2019-06-261-10/+20
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-3/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-53/+13
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-172-3/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1419-68/+75
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1036-154/+152
* SERVER-41294 shard filtering for $sbIan Boros2019-06-075-32/+197
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-313-12/+1
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-222-34/+43
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-162-17/+67
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-2/+2
* SERVER-40812 Allow replica set secondary node to batch apply same-node docume...Blake Oler2019-04-301-2/+5
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-303-2/+4
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-252-20/+13
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-242-7/+22
* SERVER-39845 Create targeted concurrency test that updates the shard key and ...jannaerin2019-04-161-7/+15
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-112-7/+6
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-112-12/+6
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0916-32/+32
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-7/+7
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-286-11/+16
* SERVER-40200 remove query_exec lib dependency on transaction libraryjannaerin2019-03-271-10/+4
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-7/+7
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-3/+2