summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45697 unlock RSTL based on requested index build method rather than fe...r4.3.3r4.3.2Benety Goh2020-01-251-1/+1
* SERVER-45762 Also use AutoGetDb to take DBLock and higher-level locksEsha Maharishi2020-01-251-0/+1
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-251-61/+50
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-255-49/+173
* SERVER-45639 Use safeNumberLong() to parse wTimeout from commandJason Chan2020-01-252-1/+23
* SERVER-45762 Take collection lock before calling CollectionShardingRuntime::s...Esha Maharishi2020-01-241-0/+1
* SERVER-45760 Clarify the required lock modes for MultiIndexBlock::init() and ...Gregory Wlodarek2020-01-242-2/+9
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-241-4/+4
* Revert "SERVER-45080 ignore voteRequest from nodes with lower configs"William Schultz2020-01-245-173/+49
* SERVER-45370 Fix oplog hole and test parallel createCollection txnsMaria van Keulen2020-01-241-1/+5
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-2410-42/+98
* SERVER-45749 Tests in range_deletion_util_test.cpp that insert into config.ra...Esha Maharishi2020-01-242-4/+31
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-2410-98/+42
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-2410-42/+98
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-247-69/+240
* SERVER-44083 Update Initial Sync Section of the Architecture Guide after Resu...Matthew Russotto2020-01-231-13/+32
* SERVER-44813 Implement streamable isMaster for standalonesTess Avitabile2020-01-231-22/+48
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata i...Esha Maharishi2020-01-234-109/+160
* SERVER-45716 protect call to getTerm() with mutex in replSetReconfig commandPavithra Vetriselvan2020-01-231-2/+2
* SERVER-45650 Allow exceptions during storage commit for unprepared txnsMaria van Keulen2020-01-233-100/+88
* SERVER-45662 Update Flow Control timeAcquiringMicros in currentOpMaria van Keulen2020-01-231-1/+3
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-235-2/+53
* SERVER-44851 Add the TLA+ spec of replication safe reconfig.Siyuan Zhou2020-01-233-0/+543
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-233-5/+235
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-235-49/+173
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-233-27/+46
* SERVER-45704 Guard $unionWith behind testCommandsEnabled flagNicholas Zolnierz2020-01-231-3/+3
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-233-4/+281
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-01-222-1/+21
* SERVER-45174 do not abort single phased index builds on rollbackBenety Goh2020-01-221-0/+6
* SERVER-45220 Complete TODO listed in SERVER-44716Esha Maharishi2020-01-221-2/+0
* SERVER-45423 Use isRetriableError instead of isNetworkError for transient err...Matthew Russotto2020-01-224-18/+18
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-01-222-8/+21
* SERVER-45467 Make the 'find' query for the new oplog fetcherSamyukta Lanka2020-01-224-3/+93
* SERVER-45616 Initial syncer should only connect to nodes in primary or second...Matthew Russotto2020-01-222-1/+58
* SERVER-44773 Optimise queries to cover on sharded clusters when using compoun...Arun Banala2020-01-2211-117/+301
* SERVER-45347 Primaries should generate createIndexes oplog entry (single phas...Suganthi Mani2020-01-222-49/+23
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-2121-115/+185
* SERVER-44518 Add TopologyVersion to State Change Errors.Jason Chan2020-01-2110-11/+88
* SERVER-43280 Implement new initial sync statisticsMatthew Russotto2020-01-214-9/+197
* SERVER-45399 Stack variable comparator lifetime fix v2Jacob Evans2020-01-211-2/+4
* SERVER-45086 Record the last committed optime in the previous config on repli...William Schultz2020-01-214-0/+60
* SERVER-43832 Expose readConcern and writeConcern defaults in serverStatusJack Mulrow2020-01-219-3/+94
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-2112-138/+173
* SERVER-44260 New transaction should wait for previous txn table update to be ...Pavithra Vetriselvan2020-01-211-0/+6
* SERVER-45657 Ensure DBClientCursor includes resume fields in find command req...Vesselina Ratcheva2020-01-211-0/+1
* SERVER-45625 MigrationSourceManager should only attempt to set a decision on ...Esha Maharishi2020-01-211-1/+2
* SERVER-43719 Load RWC defaults from persisted values during startupJack Mulrow2020-01-212-0/+18
* SERVER-45078 Ignore term in configs provided by replSetReconfig commandPavithra Vetriselvan2020-01-216-19/+86
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-01-2116-57/+36