summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-62986 moreMartin Neupauer2022-02-145-3/+220
* SERVER-62323 Swap destructor ordering in transport_layer_asio_test.cppMatt Diener2022-02-141-1/+1
* 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-146-23/+82
* 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-142-1/+8
* SERVER-63576 Add clustered collection statistics to catalogStatsLouis Williams2022-02-144-1/+12
* 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-142-3/+4
* SERVER-63199 Guard fle2 compact with feature flag & skip commands test unless...Erwin Pe2022-02-122-0/+4
* 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-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-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-1117-123/+180
* SERVER-63464 Create Collection restrictions with encrypted fieldsErwin Pe2022-02-112-1/+13
* 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-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-111-1/+11
* SERVER-63188 Add AES-CTR support for macOSsergey.galtsev2022-02-112-29/+45
* SERVER-63199 Add new compact skeleton for mongodErwin Pe2022-02-116-2/+331
* SERVER-61090 Make setFCV wait for all TransactionCoordinators of internal tra...Jason Zhang2022-02-115-1/+77
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-115-18/+24
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-118-265/+71
* 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-1114-0/+788
* 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-114-20/+26
* SERVER-59958 implement multi-collection support for AutoGetCollectionForRead*...Dianna Hohensee2022-02-108-385/+500
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-109-8/+82
* SERVER-59839 Fix inconsistecy in BSON format between sharded and non-sharded ...Rishab Joshi2022-02-101-7/+17
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-1026-126/+290
* SERVER-63174 Add AuthorizationSession::mayBypassWriteBlockingMode()Gabriel Marks2022-02-1010-31/+135
* SERVER-63268 Remove the code in ApplyOps::extractOperationsTo() for storing a...Cheahuychou Mao2022-02-103-44/+19
* SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman2022-02-105-25/+261
* SERVER-63143 Operation can be interrupted by maxTimeMS timeout while waiting ...Matthew Russotto2022-02-103-6/+82
* SERVER-62827 Prevent rpc::upconvertRequest from erroneously duplicating top-l...Blake Oler2022-02-102-0/+16
* SERVER-63474 Do not recompute the ShardKeyPatternSergi Mateo Bellido2022-02-102-14/+9
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-02-103-16/+15
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-107-47/+61