summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-171-1/+3
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2021-05-272-6/+43
* SERVER-53760 Improved document size approximation for spilling to diskMohammad Dashti2021-05-204-9/+105
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-05-101-1/+2
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-081-3/+18
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2021-01-292-3/+19
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring pr...Louis Williams2020-12-171-1/+6
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-258-13/+135
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-11-201-2/+5
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-11-192-37/+2
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-042-1/+45
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-09-113-4/+36
* SERVER-49718 Log message reporting corruption doesn't mention namespaceMilena Ivanova2020-09-111-5/+8
* SERVER-39392 Remove tautological invariantAndrew Morrow2020-08-171-1/+0
* SERVER-46811 multi=true updates can modify the shard key of orphan documents ...Haley Connelly2020-08-121-3/+10
* SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-021-1/+1
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-305-42/+65
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-297-34/+20
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-267-20/+34
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-0315-15/+15
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-302-2/+2
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-04-021-1/+1
* SERVER-45763 optimize sort key generationIan Boros2020-04-024-0/+281
* SERVER-46505 Restore requirement that full shard key must be in query to upda...Jack Mulrow2020-03-301-0/+16
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-261-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
* 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