summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* randomized testing worksdavish/SERVER-63099Davis Haupt2022-06-231-67/+15
* Merge remote-tracking branch 'origin/master' into davish/SERVER-63099Davis Haupt2022-06-239-34/+115
|\
| * SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-06-239-34/+115
* | Merge remote-tracking branch 'origin/master' into davish/SERVER-63099Davis Haupt2022-06-23271-3883/+3779
|\ \ | |/
| * SERVER-67143 Delete some unused internal client codeDavid Storch2022-06-234-331/+2
| * SERVER-59853 Simplify $lookup and $unionWith tests to avoid needing manual di...Henri Nikku2022-06-233-90/+94
| * SERVER-49971 Report current VectorClock time in serverStatusAntonio Fuschetto2022-06-232-4/+16
| * SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-12/+26
| * SERVER-66924 Avoid inserting to the change collection that is already dropped.Rishab Joshi2022-06-231-1/+27
| * SERVER-65948 Add 'changeStreams' cluster-wide parameterRomans Kasperovics2022-06-2310-23/+440
| * SERVER-67444 Eliminate legacy `requestMoveChunk` call from `Balancer::_moveCh...Pierlauro Sciarelli2022-06-231-9/+0
| * SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-2321-268/+98
| * SERVER-66736 Remove redefined startParallelShell() and fix testAbdul Qadeer2022-06-233-45/+19
| * SERVER-66919: Serialize all writes to tenant migration namespacesChristopher Caplinger2022-06-233-51/+1
| * SERVER-67069 added /Zc:lambda for windows in cxx17Alexander Neben2022-06-231-1/+2
| * SERVER-67134 Fixed assert logging (bugprone-lambda-function-name)Alexander Neben2022-06-231-6/+7
| * SERVER-67463 Increase election timeout in reconfig_fails_no_cwwc_set_sharding...Frederic Vitzikam2022-06-221-2/+2
| * Revert "SERVER-65943 Add logging to multiversionconstants.py"XueruiFa2022-06-222-13/+1
| * SERVER-60531 Remove try-catch block for ShardsvrDropCollectionIfUUIDNotMatchi...Abdul Qadeer2022-06-221-24/+2
| * SERVER-67445 Remove setting of setSingleBatch to 'true' in FLEQueryInterfaceI...Erwin Pe2022-06-221-1/+0
| * SERVER-23146 More verbose error messages for geoparserEmily Wang2022-06-222-44/+201
| * SERVER-65827: Using Milliseconds type in ThrottleCursorTestRichard Hausman2022-06-221-16/+11
| * SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-2232-1019/+298
| * SERVER-67380 Improve handling of partial schema requirementsSvilen Mihaylov2022-06-227-161/+173
| * SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ins...Gregory Noma2022-06-228-19/+25
| * SERVER-66933 Exclude API tests from sharded_retryable_writes_downgradeJoel Redman2022-06-223-3/+4
| * SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-2251-681/+494
| * SERVER-65943 Add logging to multiversionconstants.pyEvelyn Wu2022-06-222-1/+13
| * SERVER-67441 Disable multi_statement_transaction_atomicity_isolation_server_s...Israel Hsu2022-06-221-1/+3
| * SERVER-67399 collMod coordinator must block migrations on bucket nssTommaso Tocci2022-06-221-5/+8
| * SERVER-66842 Fix pcPointer for instructions that take arguments in CodeFragme...Parker Felix2022-06-224-10/+120
| * SERVER-32863 Delete core fileNaomie Gao2022-06-221-0/+0
| * SERVER-67334: Pass tenantId directly to onCommit hookChristopher Caplinger2022-06-221-5/+4
| * SERVER-67352 Skip identifying writes on orphaned documents in replica set dep...Antonio Fuschetto2022-06-222-12/+12
| * Import wiredtiger: f8635d2114e04b0eb12b1884c1f6d76013a3e3fc from branch mongo...Etienne Petrel2022-06-2211-23/+28
| * Import wiredtiger: 3a5e2b974eae2b5ebe2a7cc007b46aaea79516c0 from branch mongo...Etienne Petrel2022-06-222-3/+10
| * Import wiredtiger: 94bdf27918b476e5d6bb8189984223e60992d828 from branch mongo...Etienne Petrel2022-06-2211-28/+23
| * SERVER-67122 Add warning when requesting a module that doesn't exist or when ...Richard Samuels2022-06-222-9/+35
| * SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-2275-385/+1143
| * SERVER-65645 IDL-ify all commands on the chunk migration pathEnrico Golfieri2022-06-2215-566/+378
| * SERVER-66130 Do not detach from the balancer worker thread on config server s...Paolo Polato2022-06-221-8/+10
| * SERVER-65435 Increase fuzzer's min eviction_dirty_trigger to 50MBJosef Ahmad2022-06-221-1/+4
| * SERVER-67422 Have getAllRemovalFuturesForCoordinatorsForInternalTransactions ...Jason Zhang2022-06-221-0/+4
| * SERVER-67254 remove index3.jsBenety Goh2022-06-221-18/+0
| * Import wiredtiger: eabc335ef595d527a422d6545407a0a052899df3 from branch mongo...Etienne Petrel2022-06-217-26/+29
| * Import wiredtiger: 3fc284f1616134fae02adcc73288e95a06122899 from branch mongo...Etienne Petrel2022-06-212-3/+10
| * Import wiredtiger: 943eaf798d4ac2bf6f393326e9827e8fce0db572 from branch mongo...Etienne Petrel2022-06-212-2/+2
| * Import wiredtiger: 994aabd96c7c28ffd7c15e3b81bda3e41ca33005 from branch mongo...Etienne Petrel2022-06-214-54/+69
| * SERVER-66345: Add a MONGO_UNIMPLEMENTEDErin McNulty2022-06-212-0/+32
* | TEMP testingDavis Haupt2022-06-211-52/+160