summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-62986 moreMartin Neupauer2022-02-146-5/+223
* SERVER-62323 Swap destructor ordering in transport_layer_asio_test.cppMatt Diener2022-02-141-1/+1
* SERVER-63223 Relax data consistency checker to not check indexes.Vishnu Kaushik2022-02-141-7/+8
* SERVER-63601 Disable reshard_collection_failover_shutdown_basic.js on shardin...Haley Connelly2022-02-141-0/+1
* SERVER-63557 build csfle on larger instancesergey.galtsev2022-02-141-0/+4
* SERVER-63583 Address coverity issues in the new optimizer.Svilen Mihaylov2022-02-143-0/+3
* SERVER-61835 Fix how SBE plan cache deals with ShardFiltererRuoxin Xu2022-02-147-23/+133
* SERVER-63584 Avoid storing an OperationContext in the backup streaming cursorGregory Wlodarek2022-02-143-13/+14
* SERVER-63584 BackupBlock::_setNamespaceString() should get global lockGregory Wlodarek2022-02-142-0/+3
* SERVER-56578: Create Feature flag for PM-2290Kshitij Gupta2022-02-141-0/+4
* SERVER-60832 Readd and fix gcov code coverage variantRichard Samuels2022-02-146-12/+102
* SERVER-63505 Ensure arbiter recognizes primary node in rollback_views.jsali-mir2022-02-141-1/+1
* SERVER-63332 Log random parameters for defragment_large_collection jstestAllison Easton2022-02-142-7/+18
* SERVER-63576 Add clustered collection statistics to catalogStatsLouis Williams2022-02-145-8/+31
* SERVER-63334 fix invalid comparator assertion in windows debugPaolo Polato2022-02-141-2/+2
* SERVER-63240 Ensure only major and minor version is stored when clearing the ...Marcos José Grillo Ramirez2022-02-143-3/+10
* SERVER-60733 Test create collection after drop collectionAllison Easton2022-02-141-0/+69
* SERVER-63567 Flag a test with the requires_persistence tagSergi Mateo Bellido2022-02-141-2/+4
* SERVER-63199 Guard fle2 compact with feature flag & skip commands test unless...Erwin Pe2022-02-123-1/+5
* SERVER-63060 Coverity analysis defect 121404: Copy without assignSophia Tan2022-02-122-6/+13
* SERVER-63173 Add WriteBlockBypass decorator to OperationContextAdam Rayner2022-02-113-0/+106
* SERVER-63221 Delay ClusterToClusterReplication hook starting the replicator u...Vishnu Kaushik2022-02-112-40/+26
* SERVER-63579: Prevent initial sync from fasserting when shutting down replica...XueruiFa2022-02-111-1/+1
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto2022-02-113-9/+14
* SERVER-63535 Change CollectionCatalog::onCloseDatabase to take TenantDatabase...Sophia Tan2022-02-114-9/+8
* SERVER-57188 Remove mongos binVersion check in retryable_write_error_labels.jsSanika Phanse2022-02-111-6/+3
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-1119-123/+306
* SERVER-63464 Create Collection restrictions with encrypted fieldsErwin Pe2022-02-117-44/+134
* SERVER-63176 Create RPC serialization hook for WriteBlockBypassGabriel Marks2022-02-114-0/+133
* SERVER-63360 remove 6.0 from the LTS releases listJon Streets2022-02-111-1/+0
* SERVER-63220: Modify ContinuousStepdown hook to be compatible with ClusterToC...XueruiFa2022-02-111-1/+6
* SERVER-61426 Use 'db' parameter to speculativeAuthenticate.authenticate when ...Sara Golemon2022-02-111-2/+9
* SERVER-63244 Round up read timestamp for majority readsDaniel Gómez Ferro2022-02-112-53/+75
* SERVER-63188 Add AES-CTR support for macOSsergey.galtsev2022-02-112-29/+45
* SERVER-63199 Add new compact skeleton for mongodErwin Pe2022-02-1110-2/+377
* SERVER-61090 Make setFCV wait for all TransactionCoordinators of internal tra...Jason Zhang2022-02-116-1/+316
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-1117-39/+46
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-119-265/+137
* SERVER-51983 Create feature flag for Bucket unpacking with sortingJames Wahlin2022-02-111-0/+5
* SERVER-62350 Refactor refreshSnapshot to use WT->reset_snapshotJordi Olivares Provencio2022-02-115-52/+6
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-1129-288/+465
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-1146-1055/+928
* SERVER-63473 Create SetUserWriteBlockMode configsvr coordinatorJordi Serra Torrens2022-02-1119-0/+793
* SERVER-63530 Lowering error level of TTL tasks that fail on SSVSergi Mateo Bellido2022-02-111-38/+35
* SERVER-62427 Return namespace with backupCursorMatt Kneiser2022-02-1111-20/+123
* SERVER-63551 make encrypted_field_config dependency private in write_ops_parserBenety Goh2022-02-111-1/+3
* SERVER-63360 Add 6.0 for 5.3 branchJon Streets2022-02-111-0/+2
* SERVER-63496 Return `CollectionUUIDMismatch` even if command namespace does n...Gregory Noma2022-02-118-20/+76
* SERVER-63510: Fix apt packager for alpha nightly buildsDylan Richardson2022-02-102-1/+48
* SERVER-59958 implement multi-collection support for AutoGetCollectionForRead*...Dianna Hohensee2022-02-108-385/+500