summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* third_partySERVER-68365_testing4Daniel Moody2022-10-0312032-0/+2136899
* adding configs to reviewDaniel Moody2022-10-0343-1/+10786
* some more final fixupsDaniel Moody2022-10-032-16/+44
* SERVER-68365 finishing up integrationDaniel Moody2022-10-0317-36/+3174
* SERVER-69150 implement configureQueryAnalyzer on mongodIsrael Hsu2022-10-0312-70/+401
* SERVER-67285 Provide context to errorCodeToStatus()Reo Kimura2022-10-036-27/+42
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-038-14/+10
* SERVER-70010 fix opCtx interruption checks in replication codebaseMatt Diener2022-10-034-11/+11
* SERVER-70010 fix opCtx interruption checks in query codebaseMatt Diener2022-10-031-3/+4
* SERVER-70105 change SBE releated test to run more frequentlyXiaochen Wu2022-10-032-6/+12
* SERVER-67819 Add logic in cascades optimizer to allow eqMember operation to u...Matt Boros2022-10-038-14/+266
* SERVER-70039 Implement optimization for $dateTruncRui Liu2022-10-0315-189/+401
* SERVER-70144 Run snapshot_reads benchmark in SBE and classic engine sys-perf ...David Storch2022-10-031-0/+1
* SERVER-69616 Use SBE expressions instead of PlanStages for logical MQL operatorsNikita Lapkov2022-10-032-1/+24
* SERVER-69949: appendCustomStats() for column store.Colin Stolley2022-10-034-40/+50
* SERVER-67226 Chunk Operations under sharding_catalog_manager should return Ch...Enrico Golfieri2022-10-038-243/+252
* Revert "SERVER-69672 Disable remaining failing debug mode tests"Uladzimir Makouski2022-10-036-139/+46
* SERVER-70133 Ensure that ShardingDDLCoordinators instantiate a fully owned do...Paolo Polato2022-10-031-1/+7
* SERVER-70152 Fix PeekableCursor#hasNext() in DataConsistencyChecker.Max Hirschhorn2022-10-012-1/+62
* SERVER-65978: Online column store index buildsWill Buerger2022-09-3018-213/+889
* SERVER-70136 Make loop variable a const referenceMilitsa Sotirova2022-09-301-1/+1
* SERVER-69232 Update comment in cqf suite definition to point to the correct t...Ben Shteinfeld2022-09-301-1/+1
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-3020-55/+51
* SERVER-70123 Avoid running 'startup_with_missing_id_index.js' on the in-memor...Faustoleyva542022-09-301-0/+1
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-3025-209/+379
* SERVER-69672 Disable remaining failing debug mode testsAlexander Neben2022-09-306-46/+139
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-3029-243/+723
* SERVER-69725 Ensure transactions succeed in multitenant environmentjannaerin2022-09-303-13/+77
* 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