summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50734 Fix clang-tidy error for immediately destroyed objectNick Zolnierz2020-11-241-2/+2
* Import wiredtiger: 3e0f17b1697b1b010d9519387d4f11a84d94d972 from branch mongo...Luke Chen2020-11-243-21/+30
* SERVER-51287 check socket() call for failureBilly Donahue2020-11-241-0/+6
* SERVER-52968 Fix unowned memory bug in SBEIan Boros2020-11-231-1/+1
* SERVER-51862 Generate a C++ base class for each V1 commandSamy Lanka2020-11-235-28/+91
* SERVER-52962 Fix mapreduce "inline" syntax in API version testA. Jesse Jiryu Davis2020-11-231-2/+2
* SERVER-52543 Remove listCollections.comment from IDLA. Jesse Jiryu Davis2020-11-231-4/+0
* SERVER-52977 ReshardingDonorService transition to kDonatingOplogEntries doesn...Alex Taskov2020-11-231-1/+1
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-2311-37/+129
* SERVER-52884 Remove race in reconstruct_prepared_transactions_initial_sync.jsGeorge Wangensteen2020-11-231-0/+2
* SERVER-49232 improving failCommand loggingGabriel Russell2020-11-231-1/+1
* SERVER-49901 Implement ordinary insert rule for resharding's oplog applicationjannaerin2020-11-237-8/+682
* SERVER-51534 Support concatArrays in SBEAlya Berciu2020-11-238-136/+488
* SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell2020-11-236-36/+63
* SERVER-50734 Support regexp expressions in SBEMilena Ivanova2020-11-2312-53/+813
* SERVER-51694 Add a resharding utility function to determine whether a write s...Vishnu Kaushik2020-11-234-4/+92
* Import wiredtiger: f5c56624e1367fa4dd105d43ffc244084e9069f9 from branch mongo...Luke Chen2020-11-2311-83/+47
* SERVER-53012 Fix initial_sync_drop_collection.js when run with EMRC=falseHenrik Edin2020-11-211-2/+2
* SERVER-52529 enable schema validation on time-series bucket collectionsBenety Goh2020-11-213-10/+66
* SERVER-51468 ignore use-after-move clang-tidy errorBenety Goh2020-11-211-3/+4
* SERVER-52529 time-series upserts should bypass document validationBenety Goh2020-11-211-2/+3
* SERVER-52974 Avoid extra calls to _doc.getObject() in update codepath.Max Hirschhorn2020-11-212-15/+39
* SERVER-52525 validate expireAfterSeconds time-series optionBenety Goh2020-11-212-1/+3
* SERVER-52983 Assertions in initial_sync_replSetGetStatus.js have to account f...Jason Chan2020-11-211-2/+5
* SERVER-52529 add test case for schema validation on time-series bucket collec...Benety Goh2020-11-211-0/+25
* SERVER-52557 Publishing a writable Collection to the catalog is done with a s...Henrik Edin2020-11-216-62/+118
* SERVER-51468 [SBE] Fix bug with $in operatorMelodee Li2020-11-202-9/+20
* SERVER-47963 Support intermediate certs in the ca file on WindowsMark Benvenuto2020-11-205-1/+177
* SERVER-52525 support expireAfterSeconds for time-series collectionsBenety Goh2020-11-202-1/+85
* SERVER-52525 extract index_key_validate::validateIndexSpecTTL() from createIn...Benety Goh2020-11-204-44/+62
* SERVER-51680 Remove non-test usages of ScanningReplicaSetMonitor from the cod...Matthew Saltz2020-11-2015-4336/+13
* SERVER-50026 Coverity analysis defect 114245: Uninitialized scalar fieldGregory Noma2020-11-201-2/+4
* SERVER-50202 Coverity analysis defect 116125: Explicit null dereferencedGregory Noma2020-11-201-1/+1
* SERVER-52960 Fix "elemmatch_value.js" testDrew Paroski2020-11-201-1/+1
* SERVER-52613 Support Enterprise module imports in IDLMark Benvenuto2020-11-202-2/+9
* SERVER-52710: fix build when SSL is offAndrew Shuvalov2020-11-202-2/+2
* SERVER-51656 Make CollectionBulkLoader::init retry on write conflictsGeorge Wangensteen2020-11-201-33/+42
* SERVER-52775 Specify py-tpcc branch in sys perf and reorganize revisionsRichard Samuels2020-11-202-68/+10
* SERVER-51174 Implement access control for $operationMetrics stageLouis Williams2020-11-204-1/+27
* SERVER-49904 Handle retryable write oplog entries in the resharding oplog app...Randolph Tan2020-11-204-16/+695
* SERVER-52850: Remove assertion from initial_sync_nodes_maintain_and_gossip_co...XueruiFa2020-11-201-8/+1
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-2020-46/+325
* SERVER-49291 Exclude reshardCollection from eMRC=off in tests.Max Hirschhorn2020-11-202-2/+15
* Import wiredtiger: b22e16b7643e0e07c784962899b3a45728536947 from branch mongo...Luke Chen2020-11-2013-41/+639
* SERVER-52540 Specify "drop" in IDLA. Jesse Jiryu Davis2020-11-204-6/+53
* SERVER-52737 Collect resource consumption metrics for capped deletesBrian DeLeonardis2020-11-202-2/+124
* SERVER-50494 Implement proxy’s retry logic for batch write commandsJason Zhang2020-11-204-108/+583
* SERVER-51506 TenantMigrationDonorInstance should be removed from TenantMigrat...Cheahuychou Mao2020-11-204-10/+89
* SERVER-52834 Migrate sys-perf and perf tasks to use the new run_workload DSI ...vrachev2020-11-202-6/+18
* SERVER-48691 added workaround for ninja response files line to longDaniel Moody2020-11-202-4/+89