summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52544 Update IDL for listDatabases4.4A. Jesse Jiryu Davis2020-11-254-55/+80
* SERVER-52810 Create the _shardsvrDropDatabase commandJaume Moragues2020-11-258-23/+196
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-2513-698/+663
* SERVER-53052 Review some recent changes introduced in setFCV commandSergi Mateo Bellido2020-11-257-58/+60
* SERVER-52567 added basic functions for graph analyzer CLI tool and improved g...Daniel Moody2020-11-254-37/+570
* SERVER-52978: Correct ordered batch inserts code path for document validation...Daniel Gottlieb2020-11-253-3/+74
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-2513-663/+698
* SERVER-52952 Enable more jstests under SBE modeMelodee Li2020-11-2563-101/+1
* SERVER-52971 Correct spelling for 'nofity' in ParticipantsToNofityEnumSarah Zhou2020-11-251-18/+18
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-249-168/+252
* SERVER-52885 Update authZN architecture guideSara Golemon2020-11-241-101/+251
* SERVER-53069 Disable death tests on address and memory sanitizer variantsBen Caimano2020-11-241-1/+4
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from des...Andrew Shuvalov2020-11-246-5/+18
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour2020-11-246-0/+125
* SERVER-52802 Remove kDropping from the ReshardingCoordinatorBlake Oler2020-11-246-51/+39
* SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl2020-11-244-4/+12
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2020-11-244-39/+36
* SERVER-53002 tassert if command mirroring failsBen Caimano2020-11-241-2/+1
* SERVER-51903 Avoid VectorClockPersistCommand deadlock upon fast replica state...Pierlauro Sciarelli2020-11-243-151/+23
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-246-754/+1073
* SERVER-53035 ThreadAssertionMonitorBilly Donahue2020-11-244-76/+332
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-2453-192/+182
* 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