summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48859 Implement db.sbe test command.Martin Neupauer2020-06-245-2/+1817
* Revert "SERVER-48860 Implement db.sbe test command."Martin Neupauer2020-06-245-1816/+2
* SERVER-48859 Implement db.sbe test command.Martin Neupauer2020-06-245-2/+1816
* SERVER-48463 Move SBE SlotAccessor code into its own fileDavid Storch2020-06-186-292/+401
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-1176-618/+13698
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-1017-45/+95
* SERVER-48410 Signed integer overflow fix for datetime libraryJacob Evans2020-06-101-3/+0
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-06-022-37/+2
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-2938-623/+351
* SERVER-48410 disable failing test (fix and enable later)Billy Donahue2020-05-281-6/+9
* SERVER-47830 Consolidate validation flags for update/upsert stagePierlauro Sciarelli2020-05-254-41/+22
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2020-05-232-3/+19
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-192-5/+5
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-192-5/+5
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-17/+11
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-164-55/+62
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-122-14/+8
* SERVER-47748 The update stage will not treat as "sharded" for the purposes of...Pierlauro Sciarelli2020-05-061-5/+2
* SERVER-47524 Update stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-292-28/+35
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2615-15/+15
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-232-38/+28
* Revert "SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_...Tommaso Tocci2020-04-151-1/+1
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-151-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-142-2/+2
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-138-30/+72
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-1/+2
* SERVER-47350 Add execution context as a decoration to OperationContextHenrik Edin2020-04-091-5/+7
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-082-2/+2
* SERVER-47104 Make upsert stage use OwnershipFilter instead of CollectionDescr...Tommaso Tocci2020-04-061-4/+5
* SERVER-45763 optimize sort key generationIan Boros2020-04-014-0/+281
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-2/+1
* SERVER-47105 Make update stage use OwnershipFilter instead of CollectionDescr...Tommaso Tocci2020-03-301-6/+18
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-257-103/+16
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-03-211-1/+1
* SERVER-46505 Restore requirement that full shard key must be in query to upda...Jack Mulrow2020-03-171-0/+16
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+0
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-034-29/+30
* SERVER-46520 Add mechanism to emit uassert as part of a logv2 log statementHenrik Edin2020-03-031-9/+2
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-2882-307/+326
* SERVER-46270 Optimize postBatchResumeToken and latestOpLogTimestamp retrieval...Anton Korshunov2020-02-261-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-46290 Skip evaluation of tautoligical MatchExpressionsJustin Seyster2020-02-223-7/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2117-16/+1
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-1/+1
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-202-9/+29
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-204-10/+25
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-205-22/+23
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-192-7/+11
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-139-57/+144
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-132-12/+15