summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-0332-506/+901
* SERVER-44578 Remove references to unused libs in storage_wiredtiger_coreMaria van Keulen2019-12-021-2/+0
* SERVER-44612 recoverFromOplogAsStandalone with takeUnstableCheckpointOnShutdo...Judah Schvimer2019-12-029-30/+255
* SERVER-44617 $regexFind crash when one of the capture group doesn't match the...Arun Banala2019-11-281-5/+37
* Import wiredtiger: 1311372125d14fe97b07d0f4c165b1ad9efb4e9a from branch mongo...Luke Chen2019-11-2847-953/+1465
* SERVER-44476 Include number of jumbo chunks remaining in output of removeShardMarcos José Grillo Ramírez2019-11-274-43/+80
* SERVER-43882 startBuildingIndexForRecovery needs to own record data prior to ...Eric Milkie2019-11-251-0/+5
* SERVER-43880 renameBetweenDBs needs to own record data prior to yieldingEric Milkie2019-11-251-0/+6
* SERVER-39574 Support intermediate certificates in PEMKeyFile on WindowsMark Benvenuto2019-11-221-50/+124
* SERVER-41372 Constrain callback-taking methods on FuturesBen Caimano2019-11-222-47/+106
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-11-216-88/+48
* Import tools: c3d21876c39e136a5573356ddde1bc5ec5069ffb from branch v4.2Tim Fogarty2019-11-204-4/+175
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-208-20/+100
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-2023-27/+149
* SERVER-44025 Ensure isNamedCode specializations have internal linakageMark Benvenuto2019-11-191-1/+1
* SERVER-44721 Parse AWS responses as non-strict, ignore unexpected fieldsMark Benvenuto2019-11-192-6/+24
* SERVER-44270 Compilation fails with --libc++ and clang 8.0+Mark Benvenuto2019-11-191-1/+3
* SERVER-44348 Add deprecation warning for , in mapReduceMihai Andrei2019-11-191-1/+29
* SERVER-44027 Remove global X lock for renameCollection between DBsGregory Wlodarek2019-11-182-36/+43
* SERVER-44028 Remove global X lock for ClonerGregory Wlodarek2019-11-181-4/+4
* SERVER-44026 Remove global X lock for reIndexGregory Wlodarek2019-11-183-10/+11
* SERVER-44029 Remove global X lock for replSetResizeOplogGregory Wlodarek2019-11-181-32/+23
* Import wiredtiger: aad5d17b00b9921f206b5255a4d79f404db79321 from branch mongo...Luke Chen2019-11-1824-235/+481
* SERVER-43337 Check that txn writes are successful before attempting to commit...Janna Golden2019-11-152-0/+4
* SERVER-44377 generate correct plan for indexed inequalities to nullIan Boros2019-11-133-54/+171
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-133-17/+42
* SERVER-43152 remove twoPhaseCreateIndexes test commandBenety Goh2019-11-132-47/+0
* SERVER-43152 add vector elements to MongodbCAPITest::RunListCommands test ass...Benety Goh2019-11-131-2/+3
* SERVER-44289 permit writeConcern on retryable writes that move doc onto anoth...Kevin Pulo2019-11-135-11/+41
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-11-1218-316/+536
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-117-20/+107
* SERVER-42790 Change ConnectionPool's kDiagnosticLogLevel from 3 to 4Ben Caimano2019-11-111-1/+1
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-0710-55/+160
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-11-051-10/+15
* SERVER-43576 DBClientRS does not propagate applicationNameMark Benvenuto2019-11-044-6/+11
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-01475-2465/+2484
* SERVER-44310 Make waitForFailPoint command require maxTimeMSCheahuychou Mao2019-10-311-0/+4
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-319-13/+199
* SERVER-41357 SERVER-41360 SERVER-43324 Add Mutex, BasicLockableAdaptor, and D...Ben Caimano2019-10-3134-126/+1134
* Import wiredtiger: 5afee0fe3434ff467690e85b7e9995616dc98dd1 from branch mongo...Luke Chen2019-10-3112-137/+404
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objJudah Schvimer2019-10-301-1/+1
* Import tools: 3e3dc4003e34efa2ba3c4d09ba94817d429d3d03 from branch v4.2David Golden2019-10-305-13/+30
* SERVER-40667 MongoD Storage watchdog should treat unexpected interruption as ...Ben Caimano2019-10-291-2/+5
* SERVER-40546 Fix min/max boundary checkingIan Boros2019-10-291-2/+4
* SERVER-43151 DSGroup should record current spill file offset as std::streamposBernard Gorman2019-10-291-1/+1
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-291-8/+12
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-252-1/+24
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-243-0/+43
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-243-0/+31