summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54909 Report last durable and last applied operation wall times for al...r4.4.11-rc0Vesselina Ratcheva2021-11-191-0/+5
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-11-197-0/+126
* SERVER-56919: Add validation for memberIndex to reconfigToPSASet() shell helperXueruiFa2021-11-171-2/+35
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-11-177-20/+162
* SERVER-61466 SERVER-59409 BACKPORT-10659 Fix race between reconfig replicatio...Andrew Shuvalov2021-11-1416-160/+343
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2021-11-134-5/+25
* SERVER-60946 Retry NotWritablePrimary error when initiating replset to handle...Wenbin Zhu2021-11-121-5/+26
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-123-6/+11
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-11-1026-12/+538
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2021-11-094-9/+69
* SERVER-59329: Make sure that withTemporaryOperationContext throw an error if ...Kshitij Gupta2021-11-091-82/+104
* SERVER-59409 Reverted: Fix race between reconfig replication and stepupAndrew Shuvalov2021-11-0815-332/+160
* SERVER-59409 Fix race between reconfig replication and stepupAndrew Shuvalov2021-11-0715-160/+332
* SERVER-59409 BACKPORT-10659 part 3, make the ElectionIdSetVersionPair compari...Andrew Shuvalov2021-11-055-81/+112
* SERVER-59409 BACKPORT-10659 part 2 no op change in tests to require term and ...Andrew Shuvalov2021-11-0535-13/+201
* SERVER-59409 BACKPORT-10659 part 1, add class ElectionIdSetVersionPairAndrew Shuvalov2021-11-057-1/+292
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-11-031-5/+9
* SERVER-59924 Error executing aggregate with with available read concern on s...Eric Cox2021-10-296-100/+32
* SERVER-60511 getPinnedOplog return value should always be std::min compared w...Dianna Hohensee2021-10-291-1/+1
* SERVER-60550 use getStatusFromWriteCommandReply() in migration_util.cppPaolo Polato2021-10-281-8/+9
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-10-2712-21/+160
* SERVER-58406: Enable WT debug table logging when the test proctor is enabled.Daniel Gottlieb2021-10-251-7/+11
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-255-13/+87
* SERVER-60652 Backport the autoSplitVector logic to v4.4Pierlauro Sciarelli2021-10-2214-46/+993
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-10-226-27/+81
* SERVER-60877: Correct an unintended heavy object copy.Daniel Gottlieb2021-10-211-16/+16
* 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