summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68446 Unit testing of simple histogram CE with all data types6/0Milena Ivanova2022-09-309-33/+564
* SERVER-70128 Make drop_database_sharded_setFCV.js resilient to ErrorCodes::In...Paolo Polato2022-09-301-0/+23
* SERVER-63833 Refactor CollectionBulkLoaderImpl locksJordi Olivares Provencio2022-09-303-116/+101
* SERVER-63604 Optimize detection of the need to produce/propagate RecordId slo...Alberto Massari2022-09-3019-113/+129
* SERVER-51562: Support $subtract in SBEIvan Fefer2022-09-305-5/+74
* SERVER-69704 remove unused StatusWith::andThen, StatusWith::transformBilly Donahue2022-09-302-534/+0
* SERVER-69898 Wait for the critical section catch-up phase before refreshing t...Antonio Fuschetto2022-09-302-2/+2
* SERVER-69704 clean up one recent use of .transformBilly Donahue2022-09-301-35/+34
* Import wiredtiger: 01f71212d36e8f49ff9d2e59266c82231fa5b8d9 from branch mongo...Luke Chen2022-09-302-2/+4
* Import wiredtiger: 440964001da03f8081c6a134fe10e0be2318d081 from branch mongo...Luke Chen2022-09-3018-121/+277
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-3021-32/+5
* SERVER-70081 [CQF] Rename rule enum for index fetchingSvilen Mihaylov2022-09-293-4/+4
* SERVER-70093 add unit test executable for db/op_observerBenety Goh2022-09-292-16/+40
* SERVER-69976 Remove unused JournalFlusher::triggerJournalFlush() functionGregory Wlodarek2022-09-293-19/+1
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-2911-26/+25
* SERVER-70093 VectorClockMongoDTest resets global cluster role during setup to...Benety Goh2022-09-291-0/+4
* SERVER-70086 remove extraneous include of boost/optional/optional_io.hppBilly Donahue2022-09-291-1/+0
* SERVER-70114 Fix the feature flag check in 'null_query_semantics.js'Arun Banala2022-09-291-2/+8
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-2944-54/+1856
* SERVER-69216 [CQF] Remove need to use filter with const trueSvilen Mihaylov2022-09-2914-136/+95
* SERVER-68774 Simplify `RangeDeleterService::registerTask` by removing `blockU...Pierlauro Sciarelli2022-09-291-61/+33
* SERVER-69927 Fix benchmark analysisRyan Egesdahl2022-09-291-8/+8
* SERVER-69969 Avoid pushing constant argument values on the VM stackMartin Neupauer2022-09-296-53/+104
* SERVER-66525 Fix errexit prevents printing pip logRyan Egesdahl2022-09-291-3/+2
* SERVER-70093 InternalSessionPoolTest resets global cluster role when tearing ...Benety Goh2022-09-291-0/+4
* SERVER-69888 update comment in EqLookupNode::providedSorts()Kyle Suarez2022-09-291-3/+2
* SERVER-70104 Avoid unnecessary atomicity of range deleter service statePierlauro Sciarelli2022-09-292-11/+10
* SERVER-66840 Adjust TODOs for the disabled change stream multitenant testsDenis Grebennicov2022-09-292-2/+4
* SERVER-51562: Add common arithmetic expressions benchmarkIvan Fefer2022-09-292-2/+263
* SERVER-70094 Synchronize shutdown with resuming of range deletionsPierlauro Sciarelli2022-09-293-77/+77
* SERVER-66928 convert ABT pipeline tests to golden testingMilitsa Sotirova2022-09-299-2681/+4001
* SERVER-68947 Test that dropCollection works in multitenant environmentjannaerin2022-09-292-14/+43
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-2917-86/+128
* SERVER-68289 Use new, faster, API from timelibAlberto Massari2022-09-291-5/+9
* SERVER-70087 RangeDeleterService::getOverlappingRangeDeletionsFuture() misses...Silvia Surroca2022-09-292-5/+48
* SERVER-70047 Add linter rule that checks CollectionSharingRuntime is not used...Jordi Serra Torrens2022-09-291-0/+11
* SERVER-69931 Adapt existing checks to allow distributed transactions into the...Paolo Polato2022-09-292-2/+4
* SERVER-70034 Fix potential deadlock on step downSilvia Surroca2022-09-292-2/+20
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-09-294-12/+86
* SERVER-69387 Debug Selectively Restored Sharded CollectionsMatt Kneiser2022-09-293-14/+68
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-09-293-4/+7
* Import wiredtiger: 7e38deff7bff0f2cdad1b8760b123bcf0a476456 from branch mongo...Will Korteland2022-09-294-1/+52
* SERVER-70079 Remove optional_util::setOrAddBilly Donahue2022-09-293-16/+5
* SERVER-67682 Enable -fdiagnostics-color by default with ninja for all build t...Juan Gu2022-09-281-0/+1
* SERVER-68767 Make RemoteCommandRunner use owning IDL parserGeorge Wangensteen2022-09-283-5/+35
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-2810-26/+20
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-2816-70/+1279
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-2823-217/+341
* SERVER-66737 performing reads for retryable writes should not be recorded in ...Sophia Tan2022-09-282-2/+158
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-2814-145/+278