summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60326 Windows server fails to start when X509 certificate has empty su...Erwin Pe2021-10-211-0/+4
* SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue2021-10-211-0/+1
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-212-0/+20
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-10-203-13/+42
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-202-1/+25
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-10-206-37/+159
* SERVER-46521 Extend mirrored reads generation testsAmirsaman Memaripour2021-10-201-23/+288
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-10-201-4/+10
* SERVER-46533 Persist underlying BSON in CmdUpdate invocationAmirsaman Memaripour2021-10-193-50/+64
* SERVER-60606 Abort index builds conflicting with emptycapped during initial syncYuhong Zhang2021-10-191-0/+1
* SERVER-58888 Account for pushed down stages in union explain with mode 'execu...Nick Zolnierz2021-10-191-0/+8
* SERVER-60738 Update metadata manager tests for non-existing collectionsAllison Easton2021-10-191-0/+9
* Import wiredtiger: c45301668c5fd6856fffe99a1ed766e23977c517 from branch mongo...Luke Chen2021-10-1957-803/+1625
* SERVER-60218-44: SERVER-60218 add initialize helper function for document_sou...Mickey. J Winters2021-10-152-3/+14
* SERVER-56887 setIndexCommitQuorum command does not return {ok: 1} when run ag...Haley Connelly2021-10-141-37/+50
* SERVER-60096: Add rollbackHangCommonPointBeforeReplCommitPoint failpoint to RVRXueruiFa2021-10-142-4/+14
* SERVER-58385 StorageInterfaceImpl::setIndexIsMultikey() looks up collection b...Benety Goh2021-10-132-2/+2
* SERVER-58385 add SetIndexIsMultikeyLooksUpCollectionByUUID test case to Stora...Benety Goh2021-10-111-0/+12
* SERVER-58385 StorageInterface::setIndexIsMultikey() accepts collection UUIDBenety Goh2021-10-116-17/+37
* SERVER-60552 Separate test for non-existing collection in metadata_manager_testAllison Easton2021-10-111-13/+19
* SERVER-60520 Allow $searchMeta by defaultCharlie Swanson2021-10-092-2/+4
* SERVER-34597 Wait for sharding initialization in ShardingTestKshitij Gupta2021-10-081-0/+66
* SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala2021-10-082-0/+18
* Import wiredtiger: e8bf2e5fcb33197b73c7bb550742926f59e22218 from branch mongo...r4.4.10-rc0r4.4.10Luke Chen2021-10-07112-1100/+3278
* SERVER-60153 Replenish INFO level logging for elections and repl startup.Wenbin Zhu2021-10-065-7/+69
* SERVER-54064: Periodically clear out the logical session cache on arbiters.Daniel Gottlieb2021-10-062-14/+10
* SERVER-60419 Make CleanUpForMigrateIn deterministicAllison Easton2021-10-061-3/+1
* SERVER-59294 Check action type for oidResetErwin Pe2021-10-053-1/+9
* SERVER-58183 Ensure that we ignore prepare conflicts when applying prepare tr...Samy Lanka2021-10-051-0/+4
* SERVER-59866 Stop FCV from waiting for majority when currentCommitted…Matthew Russotto2021-10-053-2/+15
* SERVER-50241 PeriodicShardedIndexConsistencyChecker should skip dropped colle...jaume.moragues2021-10-051-0/+5
* SERVER-60406 Harden $searchMeta implementation in unsharded collectionCharlie Swanson2021-10-054-6/+30
* Revert "SERVER-58385 StorageInterface::setIndexIsMultikey() accepts collectio...Benety Goh2021-10-046-37/+17
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-10-043-3/+82
* SERVER-58385 StorageInterface::setIndexIsMultikey() accepts collection UUIDBenety Goh2021-10-046-17/+37
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-10-017-26/+182
* SERVER-58385 add collection UUID to MultikeyPathInfoBenety Goh2021-10-012-2/+8
* SERVER-53332 Change ShardRegistry::_connStringLookup to store connection stri...Pierlauro Sciarelli2021-09-302-12/+11
* SERVER-56416 Remove non-portable cpuFeatures check from macOSMatthew Saltz2021-09-291-3/+1
* SERVER-50050 Fix non-ssl buildMark Benvenuto2021-09-294-1/+9
* SERVER-59010 Fix SSL off build, OCSPManager shouldn't be used when ssl = offRenan Castro2021-09-293-0/+6
* SERVER-53242 Log line added to collMod commandReo Kimura2021-09-281-0/+4
* SERVER-60142 Fix MigrationDestinationManager's check for overlapping rangeDel...Jordi Serra Torrens2021-09-281-2/+8
* SERVER-60025 BSON ownership in DocumentSourceQueue fixRuslan Abdulkhalikov2021-09-271-1/+1
* SERVER-57321 Make $mod match expression handle NaN, Infinity and large valuesMihai Andrei2021-09-276-23/+144
* SERVER-51806 Enable lock yielding during the bulk load phase of index buildsYuhong Zhang2021-09-274-3/+58
* SERVER-59867 Split horizon mappings in ReplSetConfig/MemberConfig should be s...Matthew Russotto2021-09-274-5/+74
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-09-243-0/+181
* Revert "SERVER-55376: Ensure reconfig cannot roll back committed writes in PS...Vishnu Kaushik2021-09-247-162/+20
* Revert "SERVER-56919: Add validation for memberIndex to reconfigToPSASet() sh...Vishnu Kaushik2021-09-241-35/+2