summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/stitch_support/stitch_support.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-13/+15
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-6/+14
* SERVER-45699 - Set LogicalClock on Stitch support library ServiceContextEric Daniels2020-01-251-1/+5
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-1/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-2/+2
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-2/+2
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-33/+26
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-2/+2
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-4/+1
* SERVER-40185 Replacement upsert in Stitch Lib takes '_id' from query.Justin Seyster2019-04-121-1/+4
* SERVER-39768 API to check if Stitch Support objects need a matcherJustin Seyster2019-03-281-0/+13
* SERVER-39523 Run validity checking before allowing Stitch lib projectionJacob Evans2019-03-011-4/+21
* SERVER-39280 Robustify upsert in Stitch libraryJacob Evans2019-02-141-4/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-281-0/+34
* SERVER-39104 Use uint8_t for stitch lib BSON typesJacob Evans2019-01-231-22/+41
* SERVER-37828 Add Stitch library projection functionsJacob Evans2019-01-181-13/+107
* SERVER-37829 Fix unittest on Windows debug due to StringData lifetime bugNick Zolnierz2019-01-091-1/+1
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-091-0/+168
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-071-168/+0
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-041-0/+168
* SERVER-37830 Fix undefined behavior when using NULL status objects.Justin Seyster2018-12-211-5/+9
* SERVER-37830 Common Status objects for C APIsJustin Seyster2018-12-201-134/+48
* SERVER-37827 fix lintGregory Wlodarek2018-12-171-8/+7
* SERVER-37827 Add Stitch library matcher functionsJacob Evans2018-12-171-5/+105
* SERVER-37826 Add build target for stitch_support lib and test binaryJustin Seyster2018-12-031-0/+322