summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69725 Ensure transactions succeed in multitenant environmentjannaerin2022-09-301-0/+4
* SERVER-68446 Unit testing of simple histogram CE with all data types6/0Milena Ivanova2022-09-309-33/+564
* 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-303-5/+39
* 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
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-3020-31/+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-294-10/+10
* SERVER-70093 VectorClockMongoDTest resets global cluster role during setup to...Benety Goh2022-09-291-0/+4
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-2922-14/+751
* 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-69969 Avoid pushing constant argument values on the VM stackMartin Neupauer2022-09-295-49/+100
* 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-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-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-2915-86/+116
* 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-69931 Adapt existing checks to allow distributed transactions into the...Paolo Polato2022-09-291-1/+2
* 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-293-5/+70
* SERVER-69387 Debug Selectively Restored Sharded CollectionsMatt Kneiser2022-09-291-11/+53
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-09-291-1/+2
* SERVER-70079 Remove optional_util::setOrAddBilly Donahue2022-09-292-5/+5
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-288-17/+11
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-2815-70/+1264
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-2818-120/+248
* SERVER-66737 performing reads for retryable writes should not be recorded in ...Sophia Tan2022-09-281-2/+12
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-282-1/+21
* SERVER-69139 Update link in FCV_AND_FEATURE_FLAG_READMEHuayu Ouyang2022-09-281-1/+1
* SERVER-68929 Define a new method to query historical placement data on a name...Enrico Golfieri2022-09-281-2/+210
* SERVER-67206 Generate tags from a FLE2 Range PayloadDavis Haupt2022-09-284-34/+39
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-285-24/+43
* SERVER-69094: Clean up TenantMigrationRecipientAccessBlockerRegistryChristopher Caplinger2022-09-285-138/+155
* SERVER-69934 Deprioritize TTL passesJordi Olivares Provencio2022-09-281-0/+2
* SERVER-54391 Implement $dateTrunc expression in SBERui Liu2022-09-287-6/+616
* Revert "SERVER-67206 Generate tags from a FLE2 Range Payload"Uladzimir Makouski2022-09-284-39/+34
* SERVER-70030: Fix memory leak in sbe_expression_bm.cppIvan Fefer2022-09-281-2/+5
* SERVER-70017 Use simple cursor for CSI filters when no nested arraysIrina Yatsenko2022-09-281-9/+25
* SERVER-69474 Add a helper for finding modified field names from pre and post ...Cheahuychou Mao2022-09-288-205/+639
* SERVER-66685 Fetch archived buckets from disk and handle complex metaFields f...Dan Larkin-York2022-09-278-145/+230
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-2710-131/+152