summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/working_set_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-211-1/+1
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring pr...Louis Williams2020-11-181-1/+6
* Revert "SERVER-48002 Do not enforce DataCorruptionDetected assertion when ign...Louis Williams2020-11-111-6/+1
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring pr...Louis Williams2020-11-111-1/+6
* SERVER-50432: In at least one instance (4615603) log index keys as strings in...Eric Cox2020-09-251-3/+6
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-4/+0
* SERVER-49718 Log message reporting corruption doesn't mention namespaceMilena Ivanova2020-08-131-5/+8
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-73/+0
* 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-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-03-211-1/+1
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+0
* SERVER-46520 Add mechanism to emit uassert as part of a logv2 log statementHenrik Edin2020-03-031-9/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-0/+1
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-3/+23
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-1/+2
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-171-1/+45
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+1
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-3/+3
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-8/+18
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-27/+17
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-5/+7
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-25/+12
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-8/+14
* 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
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-3/+0
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-31/+0
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-1/+2
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ErrorExtra...Mathias Stearn2018-01-171-5/+8
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-1/+4
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-4/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-1/+4
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-1/+4
* SERVER-22793 clear buffered WorkingSetIDs on storage engines without document...David Storch2016-02-241-1/+7
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-2/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-10/+10
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-4/+0
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-29/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-147/+148
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-2/+5
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-40/+42