summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-2912-83/+190
* SERVER-50916 use long long instead of uint64 for BSONLouis Williams2020-09-291-8/+8
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-299-10/+312
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-296-79/+86
* SERVER-50916 Add $operationMetrics aggregation stage to return resource consu...Louis Williams2020-09-297-8/+372
* SERVER-50801 Rearrange resharding PrimaryOnlyService instances to be forward-...Blake Oler2020-09-296-185/+207
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-297-34/+53
* SERVER-48889 Make it so the critical section is never entered with UNKNOWN sh...Pierlauro Sciarelli2020-09-292-104/+97
* SERVER-50877 Coverity analysis defect 115362: Uninitialized scalar fieldSergi Mateo Bellido2020-09-291-1/+1
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-2812-5787/+6623
* SERVER-48940 Make replication rollback clear and recover a tenant migration d...Cheahuychou Mao2020-09-281-0/+4
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-287-97/+126
* SERVER-48869 implement agg date expression operators in grammarGeorge Wangensteen2020-09-2811-2854/+6728
* SERVER-50783 Coverity analysis defect 116260: Unsafe assignment operatorDrew Paroski2020-09-281-0/+4
* SERVER-51167 Fix incorrect TypeTag in "sbe_coerce_to_string_test.cpp"Drew Paroski2020-09-281-1/+1
* SERVER-50874 Remove const qualifier from return type in api_parameters.hSamy Lanka2020-09-281-1/+1
* SERVER-51096 Use interruptible wait in PrimaryOnlyService::getOrCreateInstanceSpencer T Brody2020-09-286-88/+158
* SERVER-51161 Fix race in PrimaryOnlyServiceTest::ReportCurOpInfoSpencer T Brody2020-09-281-1/+4
* SERVER-51154: Generate a new collection UUID for importLingzhi Deng2020-09-282-16/+20
* SERVER-47616: changed auto made by the linter, no opAndrew Shuvalov2020-09-282-8/+10
* SERVER-47616: improve error message plus testsAndrew Shuvalov2020-09-282-2/+10
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-2841-1113/+1577
* SERVER-51165 faster ServiceContext getters via AtomicWordBilly Donahue2020-09-281-6/+22
* SERVER-51134 ensure that RSASR has no services when destroyed, and embedded m...Kevin Pulo2020-09-281-1/+3
* SERVER-50304 fix use-after-moveBenety Goh2020-09-261-8/+8
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-26272-1015/+1343
* SERVER-50907 Make Shard objects cache their own connection stringsKevin Pulo2020-09-262-9/+1
* SERVER-50897 Fix Sort/Limit/Sort optimizationEric Cox2020-09-253-13/+48
* SERVER-50304 Write resharding state and catalog updates in transactionsjannaerin2020-09-256-86/+1292
* SERVER-51155 Relax invariant in runAggregate requiring PlanExecutor to use kL...Anton Korshunov2020-09-251-4/+4
* SERVER-49159: Return NotPrimaryOrSecondary if currentTime is uninitialized in...XueruiFa2020-09-251-3/+20
* SERVER-50892 Mirrored reads tests should excuse retriable errorsBen Caimano2020-09-251-1/+6
* SERVER-50958 add index build UUID to fail point log messageBenety Goh2020-09-251-1/+3
* SERVER-51095 Track OpCtxs used by PrimaryOnlyServices and interrupt them at s...Spencer T Brody2020-09-253-35/+123
* SERVER-51150 Ensure that PrimaryOnlyService states are updated correctly when...Cheahuychou Mao2020-09-251-5/+1
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-258-21/+130
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-2521-28/+28
* SERVER-48850 Implement element and $comment operators in CSTGeorge Wangensteen2020-09-2510-2589/+3272
* SERVER-50826 fix unchecked return value in index tagGeorge Wangensteen2020-09-251-1/+1
* SERVER-50432: In at least one instance (4615603) log index keys as strings in...Eric Cox2020-09-251-3/+6
* SERVER-51107 Suffix index build external sort files with a random number gene...Gregory Noma2020-09-251-2/+5
* SERVER-51103 Allow ShardRegistry to distinguish between complete/partial conn...Kevin Pulo2020-09-251-2/+8
* Revert "SERVER-50304 Write resharding state and catalog updates in transactions"Louis Williams2020-09-256-1287/+86
* SERVER-50676 Improve makeVector to deduce type argumentTed Tuckman2020-09-2517-1205/+1221
* SERVER-50951: Implement skeleton of importCollectionLingzhi Deng2020-09-259-0/+349
* SERVER-50955 oplog_rollover.js pauses the OplogCapMaintainerThread until trun...Gregory Wlodarek2020-09-251-0/+12
* SERVER-50304 Write resharding state and catalog updates in transactionsjannaerin2020-09-256-86/+1287
* SERVER-51109 Add resharding fields to ShardCollectionTypejannaerin2020-09-241-1/+5
* SERVER-49444 Fix compile_no_archive by using stdx::variant instead of std::va...Mihai Andrei2020-09-241-4/+4
* SERVER-50986 Implement PrimaryOnlyService::interrupt on resharding primary on...jannaerin2020-09-249-16/+224