summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49061 Command base class changes for Versioned APIPV992020-07-152-0/+14
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-1511-363/+419
* SERVER-48866 Parse Versioned API parametersPV992020-07-155-0/+157
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-148-8/+587
* SERVER-49216 rlimit warning does not say which setting it refers toAdam Cooper2020-07-141-15/+17
* SERVER-49043 Fix code after returnJacob Evans2020-07-141-2/+2
* SERVER-49014 Add additional timestamping tests to the KVEngine test harnessBynn Lee2020-07-141-0/+762
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-144-11/+16
* SERVER-48937 Add IDL types for the donor and recipient state machineLuis Osta2020-07-143-14/+57
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-07-141-0/+16
* SERVER-46811 multi=true updates can modify the shard key of orphan documents ...Haley Connelly2020-07-141-5/+6
* SERVER-49155 Remove mock objects from MultiIndexBlockTest and test the onRoll...Gregory Wlodarek2020-07-141-54/+77
* SERVER-49155 Fix typo in MultiIndexBlock::init()Gregory Wlodarek2020-07-141-2/+2
* SERVER-49155 MultiIndexBlock::init() should clear _indexes on a WriteConflict...Gregory Wlodarek2020-07-141-0/+1
* SERVER-49182 Make the op observer for "start blocking" write update Migrating...Cheahuychou Mao2020-07-146-12/+115
* SERVER-48304 Use intrusive_ptr instead of shared_ptr in biggie radix treeBynn Lee2020-07-142-44/+70
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-1410-28/+110
* SERVER-47845 Remove obsolete logic related to storing and updating the stable...William Schultz2020-07-143-429/+4
* SERVER-44349 Clean up some logging in replication recoveryWilliam Schultz2020-07-142-13/+10
* SERVER-49043 Begin CST -> Pipeline translationJacob Evans2020-07-1316-428/+1001
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-137-213/+335
* SERVER-48936 Add stubs for the donor commandsLuis Osta2020-07-134-0/+259
* SERVER-49284 Fix oplog visibility and replication for BiggieHenrik Edin2020-07-137-3/+67
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-07-135-16/+8
* SERVER-49424 Fix so restoring biggie cursors on unique indexes cannot be posi...Henrik Edin2020-07-131-2/+2
* SERVER-48981 Remove invariant to guard against negative fastcount for biggie.Henrik Edin2020-07-131-1/+5
* SERVER-49283 Fixing issues in merge3 when previous operation has resulted in ...Henrik Edin2020-07-132-17/+165
* SERVER-48530 Relax invariant around timestamping for nodes in REMOVEDMatthew Russotto2020-07-132-4/+9
* SERVER-49042 Add all BSON types to CSTJacob Evans2020-07-133-5/+112
* SERVER-49472 Add 'holdStableTimestampAtSpecificTimestamp' failpoint back to r...William Schultz2020-07-132-7/+14
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-07-132-0/+157
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-07-115-8/+16
* SERVER-21254 Get rid of the DuplicateKeyValue error codeBynn Lee2020-07-102-32/+2
* SERVER-33966 Removed Redundant SortRibhav Jain2020-07-102-0/+249
* Revert "SERVER-33966 Removed Redundant Sort"Ribhav Jain2020-07-102-249/+0
* SERVER-48631 Do not allow renameCollection to create collection which begins ...Katherine Wu2020-07-101-2/+2
* SERVER-33966 Removed Redundant SortBen Caimano2020-07-102-0/+249
* SERVER-48165 add warning comments about changing replicated temporary collect...Eric Milkie2020-07-102-0/+5
* SERVER-48602 Improve DocumentDiff serialization implementation and testingArun Banala2020-07-107-373/+526
* SERVER-49086 follow-up: exclude system unsharded collections from MovePrimary...Misha Tyulenev2020-07-101-0/+4
* SERVER-49091 fail with MovePrimaryInProgress on create drop collMod renameCol...Misha Tyulenev2020-07-101-0/+23
* SERVER-47296: Add link to oplog visibility in repl architecture guideXueruiFa2020-07-101-4/+4
* SERVER-47293 Execution Architecture Guide: CheckpointsGregory Wlodarek2020-07-101-0/+35
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-0924-394/+579
* SERVER-46541 remove enableAutomaticReconfig parameterJudah Schvimer2020-07-093-24/+0
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-097-32/+137
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-0914-232/+66
* SERVER-49366 Allow presence of 'recordPreImages' in collection metadata in st...Dianna Hohensee2020-07-091-6/+0
* SERVER-48617 do not hold global lock while waiting for index build thread res...Benety Goh2020-07-091-11/+17
* SERVER-49099 Remove the Node::swap() function in BiggieYuhong Zhang2020-07-091-21/+0