summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-2017-40/+92
* SERVER-17414 Disable warnings in third-partyMark Benvenuto2017-10-209-3/+44
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-2023-35/+36
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-207-7/+502
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-2013-14/+155
* SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in sharded passt...Dianna Hohensee2017-10-206-5/+18
* SERVER-29452 Correctly obtain the UUID of a collection in setfcv testMaria van Keulen2017-10-201-1/+1
* SERVER-31644 Rename the per-shard filtering information cache collections to ...Kaloian Manassiev2017-10-207-9/+9
* SERVER-31281 Combine computeLatestTransactionTableRecords and fillWriterVecto...Kaloian Manassiev2017-10-204-106/+60
* Revert "SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in shard...Dianna Hohensee2017-10-206-18/+5
* SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in sharded passt...Dianna Hohensee2017-10-206-5/+18
* SERVER-31295 SERVER-31489 Allow applyOps to rollback without UUIDKatherine Walker2017-10-203-34/+96
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-208-89/+418
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-10-201-14/+35
* SERVER-31428 avoid redundant concurrent generation of new chunkMapsKevin Pulo2017-10-201-15/+42
* SERVER-31137 Assert the in-memory fCV is initialized on startupMaria van Keulen2017-10-191-10/+27
* SERVER-31521 Make OperationContextGroup have a non-sticky interrupt and updat...Dianna Hohensee2017-10-195-42/+29
* SERVER-31026 Fix Windows zero-length array errorGeert Bosch2017-10-191-1/+1
* SERVER-19919 Remove the 250000 document limit for migrationRandolph Tan2017-10-191-2/+1
* SERVER-31347 Remove SessionCatalogMigrationDestination::waitUntilReadyToCommi...Randolph Tan2017-10-193-15/+0
* SERVER-31026 Properly format UUIDs in BSONElement::toStringGeert Bosch2017-10-193-10/+124
* SERVER-29448 Disallow removing the admin database in replica set modeMaria van Keulen2017-10-193-33/+23
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-197-6/+62
* SERVER-23935 Disable oplog sampling in queryable backup modenehakhatri52017-10-201-2/+2
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-1914-159/+336
* Import wiredtiger: 4ecdb8f1a327067a178258ad025806eeefc1267b from branch mongo...Luke Chen2017-10-1936-529/+775
* SERVER-28403 Fix burn_in task to reference for $pythonJonathan Abrahams2017-10-181-1/+1
* SERVER-31488 dropping a drop-pending collection via applyOps is a no-opBenety Goh2017-10-182-1/+66
* SERVER-28179 Adds test for using inMemory config stringXiangyu Yao2017-10-181-0/+15
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-10-185-2/+102
* SERVER-28403 setup_multiversion_mongodb.py looks for latest when downloading ...Jonathan Abrahams2017-10-182-151/+241
* SERVER-31585 Remove unused PeriodicBalancerSettingsRefresherDianna Hohensee2017-10-186-253/+1
* SERVER-31534 Do not call callbacks under locks in SessionsCollectionRSsamantharitter2017-10-182-4/+38
* SERVER-30978 add rollback fuzzer suites to evergreenRobert Guo2017-10-182-1/+58
* SERVER-31413 Clean up and remove old or obsolete rollback testsWilliam Schultz2017-10-187-365/+10
* SERVER-31413 Clean up structure of rollbackViaRefetchNoUUID test suiteWilliam Schultz2017-10-1811-19/+18
* SERVER-28276 Changes massertNamespaceNotIndex to uassertNamespaceNotIndexXiangyu Yao2017-10-181-4/+4
* SERVER-31062 Added log messages before we do operations in rollbackJudah Schvimer2017-10-182-16/+47
* SERVER-31342 Do not remove checked-out sessions from the cache on invalidationKaloian Manassiev2017-10-182-24/+23
* SERVER-31091 Make Balancer::joinCurrentRound obey the OperationContext deadlineKaloian Manassiev2017-10-182-3/+5
* SERVER-31579 Tag specific sharding tests as being resource intensiveEddie Louie2017-10-1821-30/+142
* SERVER-31470 Move "run tests" logic into evergreen_run_tests.py.Max Hirschhorn2017-10-1813-240/+534
* SERVER-31514 startSteadyStateReplication outside mutex and handle shutdown in...Siyuan Zhou2017-10-174-22/+18
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-1724-271/+343
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-1728-141/+213
* SERVER-30157 Reject non-integral type codes in $type parsingBlake Oler2017-10-173-14/+17
* SERVER-30761 Optimize parsing code for top-level MatchExpressionsBlake Oler2017-10-177-1403/+1404
* SERVER-29452 Reduce the size of dur_checksum journal filesMaria van Keulen2017-10-173-0/+0
* SERVER-31413 Add test suite that runs the rollbackViaRefetchNoUUID algorithmWilliam Schultz2017-10-1711-114/+898
* SERVER-31547: Check all WT error codes before reading cursors.Daniel Gottlieb2017-10-173-42/+16