summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-139-57/+144
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-132-12/+15
* SERVER-45918 Add SortStageSimple.David Storch2020-02-136-83/+255
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-121-2/+2
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-1/+1
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-051-2/+1
* SERVER-45854 Hold WorkingSetMembers at a distance for sorting.David Storch2020-02-057-30/+85
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-034-13/+13
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-1/+2
* SERVER-44773 Optimise queries to cover on sharded clusters when using compoun...Arun Banala2020-01-224-16/+39
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-218-43/+107
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-176-6/+54
* SERVER-45507 Add context around planning failuresCharlie Swanson2020-01-141-7/+12
* SERVER-37791 Prevent exclusion of non-existent field from affecting field order.David Storch2020-01-103-19/+1
* SERVER-45192 don't allocate during WSM::clearIan Boros2020-01-082-1/+13
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-063-7/+16
* SERVER-45263 Don't rely on Document::size when determining space to allocate ...Ian Boros2020-01-031-2/+6
* SERVER-45176 apply "early return" optimization for normal projection pathIan Boros2019-12-193-0/+41
* SERVER-45193 avoid needless allocation in ProjectionStageSimpleIan Boros2019-12-181-1/+5
* SERVER-40358 Add assertion helpers like 'StatusOKWithContext' to all macrosEric Cox2019-12-131-3/+3
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-139-34/+110
* SERVER-26066 Fix dependency analysis for projections with expressions on dott...Ian Boros2019-12-122-4/+30
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-1018-222/+712
* SERVER-43270 Propagate $_resumeAfter from QueryRequest to CollectionScanParam...Vesselina Ratcheva2019-11-292-2/+5
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-283-0/+134
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-1524-839/+4772
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-144-362/+451
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-135-29/+44
* SERVER-44487 Only construct Values in DocumentStorage cache for looked-up fie...David Storch2019-11-132-12/+2
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-112-25/+0
* SERVER-44382 Allow upserting documents with missing shard key fieldsJack Mulrow2019-11-061-5/+13
* SERVER-44380 Update computation of _boundsIncrement in GeoNear2DStage::initia...Mihai Andrei2019-11-061-2/+2
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-052-64/+32
* SERVER-44175 Reject shard key array descendantsBlake Oler2019-11-041-0/+4
* SERVER-43269 Implement resumeAfterRecordId in CollectionScan and CollectionSc...Vesselina Ratcheva2019-11-043-2/+42
* SERVER-44324 Template the SortExecutor.David Storch2019-11-044-134/+95
* SERVER-44383 Use trivial BSON conversion for sort key generationJustin Seyster2019-11-022-0/+17
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-291-26/+5
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-242-9/+4
* SERVER-42435 fix unit testsIan Boros2019-10-241-4/+4
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-236-1064/+54
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-224-39/+30
* SERVER-44065 Call optimize() on ParsedAggregationProjection when building pro...Anton Korshunov2019-10-222-0/+8
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-14/+30
* SERVER-42836 Count bytes in _totalDataSizeBytes after adding to SorterJustin Seyster2019-10-211-2/+2
* SERVER-43629 Improve Document/Value performanceMartin Neupauer2019-10-211-0/+8
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-172-8/+11