summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: e1bbf9dee97b40a57383a74c6a0c12422c2bf9a8 from branch mongo...r4.2.4-rc0r4.2.4Luke Chen2020-03-028-138/+119
* SERVER-44839 Make ConnectionPoolStats ordered and filteredBen Caimano2020-03-022-8/+22
* SERVER-45546 Do not create HostPools for passive membersBen Caimano2020-03-022-9/+18
* SERVER-46121 Make separate Controllers with taskExecutorPoolSize > 1Ben Caimano2020-03-024-6/+43
* SERVER-42930 Pools for hosts can outlive their groupsBen Caimano2020-03-021-4/+23
* SERVER-45726 Allow empty firstBatch with TaskExecutorCursorCheahuychou Mao2020-03-023-49/+149
* SERVER-37148 Remove mr_shard_version.js and mr_during_migrate.js in favor of ...Nick Zolnierz2020-03-0219-200/+118
* SERVER-46488 Fix mergeGregory Wlodarek2020-02-281-2/+0
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-282-19/+12
* SERVER-46488 queryableBackupMode should recover from the journal files on sta...Gregory Wlodarek2020-02-282-21/+19
* SERVER-46001 Move checkShardingIndex outside shardCollection's read critical ...Cheahuychou Mao2020-02-281-14/+16
* Import tools: f8447b92a52fe0b57b62f557e9d2956298fb17c4 from branch v4.2Tim Fogarty2020-02-27264-1151/+72476
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2020-02-272-7/+9
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2020-02-279-79/+349
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-276-8/+73
* SERVER-44853 MSI Should skip install MongoD service dialog when mongod is not...Mathew Robinson2020-02-271-3/+19
* SERVER-43867 Move check_log.js inside src/mongo/shell/ SERVER-43867 Work arou...Vesselina Ratcheva2020-02-2796-113/+154
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-264-32/+88
* SERVER-46375 Include the offset, length pair for files as part of the first f...Gregory Wlodarek2020-02-251-0/+5
* SERVER-45821 Re-enable disabled incremental backup cursor tests and add addit...Gregory Wlodarek2020-02-251-9/+18
* SERVER-44410 Change backup cursor results to include a file sizeGregory Wlodarek2020-02-251-2/+7
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-02-2510-43/+99
* SERVER-45581 Configure the incremental backup API to allow block size granula...Gregory Wlodarek2020-02-2516-57/+36
* SERVER-44406 Add $backupCursor API to forcefully disable incremental backupsGregory Wlodarek2020-02-2514-28/+64
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-02-259-11/+65
* SERVER-44370 Have openBackupCursor accept inputs for incremental backup requestsGregory Wlodarek2020-02-257-8/+31
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2020-02-2510-29/+72
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-252-19/+112
* SERVER-45611 lazily enforce that collection validators are validIan Boros2020-02-243-28/+129
* SERVER-46188 Blacklist write_conflicts_with_non_txns.js from sharded core tra...William Schultz2020-02-214-0/+11
* SERVER-45840 Blacklist tests that run emptycapped from replica_sets_kill_seco...Tess Avitabile2020-02-214-0/+6
* SERVER-46218 Fix removal/shutdown race in arbiterA. Jesse Jiryu Davis2020-02-212-1/+57
* Import wiredtiger: 1769920fecd262b69d454dcd023712ea76cfcbfa from branch mongo...Luke Chen2020-02-21792-888/+1057
* SERVER-42830: Wrap all of renameCollectionWithinDBForApplyOps into one WUOW.Daniel Gottlieb2020-02-191-46/+59
* SERVER-41968 remove locks from IndexBuildTest.waitForIndexBuildToScanCollecti...Benety Goh2020-02-193-12/+2
* SERVER-41968 wait for collection scan phase to start in hybrid index testsBenety Goh2020-02-195-5/+5
* SERVER-41968 fix db.currentOp() query in index build tests to work with Index...Benety Goh2020-02-195-9/+21
* SERVER-45007 PBWM lock acquisition in GlobalLock supports deadlineBenety Goh2020-02-192-1/+19
* SERVER-41968 fix db.currentOp() query in index build killop testsBenety Goh2020-02-193-3/+3
* SERVER-45007 ResourceLock::lock() supports deadlineBenety Goh2020-02-192-3/+5
* SERVER-41968 add IndexBuildTest.waitForIndexBuildToScanCollection()Benety Goh2020-02-191-0/+17
* SERVER-45007 ResourceLock::lock() always requires OperationContextBenety Goh2020-02-194-10/+13
* SERVER-41968 IndexBuildTest.getIndexBuildOpId() accepts optional db.currentOp...Benety Goh2020-02-191-2/+7
* SERVER-43339 Make PBWM respect MaxTimeMSXiangyu Yao2020-02-196-3/+81
* SERVER-45273 Remove the mongos version check in allow_partial_results.js and ...Cheahuychou Mao2020-02-182-12/+6
* SERVER-42617 Race in CloneDocumentsCatchesInsertErrors can causes it to retur...Tommaso Tocci2020-02-171-16/+20
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-151-4/+4
* Import tools: fb0afa9a9d92f48a8f497d02ca9f176a90ba3b76 from branch v4.2Varsha Subrahmanyam2020-02-13261-72371/+1148
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2020-02-1311-42/+62
* SERVER-46082 Use bin/analysis.py for performance projectsHenrik Ingo2020-02-132-50/+39