summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-203-5/+198
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-2011-11/+153
* SERVER-31644 Rename the per-shard filtering information cache collections to ...Kaloian Manassiev2017-10-203-3/+4
* SERVER-31281 Combine computeLatestTransactionTableRecords and fillWriterVecto...Kaloian Manassiev2017-10-204-106/+60
* 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-191-5/+6
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-192-6/+6
* 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-1910-136/+91
* Import wiredtiger: 4ecdb8f1a327067a178258ad025806eeefc1267b from branch mongo...Luke Chen2017-10-1936-529/+775
* SERVER-31488 dropping a drop-pending collection via applyOps is a no-opBenety Goh2017-10-181-1/+9
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-10-184-2/+74
* 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-31413 Clean up structure of rollbackViaRefetchNoUUID test suiteWilliam Schultz2017-10-182-7/+6
* 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-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-1720-230/+188
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-1720-141/+177
* 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-31413 Add test suite that runs the rollbackViaRefetchNoUUID algorithmWilliam Schultz2017-10-171-0/+19
* SERVER-31547: Check all WT error codes before reading cursors.Daniel Gottlieb2017-10-173-42/+16
* SERVER-30532 Remove IDL-generated parser for the findAndModify resultKaloian Manassiev2017-10-1712-267/+310
* SERVER-31277 Cancel all user operations on heartbeat stepdown pathSpencer T Brody2017-10-162-2/+14
* SERVER-31431 Ensure that all state transitions in or out of SECONDARY occur w...Spencer T Brody2017-10-163-19/+28
* SERVER-29452 Handle missing featureCompatibilityVersion documentMaria van Keulen2017-10-162-1/+152
* SERVER-31434 Give Value and ValueStorage pointer alignmentMathias Stearn2017-10-161-2/+7
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-166-11/+182
* SERVER-8417 Increase default max history length to 1000Mike Zraly2017-10-161-1/+1
* SERVER-31062 Increase rollback unit test log verbosityWilliam Schultz2017-10-161-0/+7
* SERVER-31564 remove extra read of config.databases from _configsvrMovePrimaryEsha Maharishi2017-10-161-9/+3
* SERVER-31505 Simplify Snappy compressorJonathan Reams2017-10-162-131/+17
* SERVER-31436 dropDatabase returns PrimarySteppedDown instead of NotMaster if ...Benety Goh2017-10-162-2/+2
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-168-69/+120
* SERVER-31182 Clarify parse error for invalidly typed findCmd argumentsMaria van Keulen2017-10-161-3/+3
* SERVER-30995 Add Compass Installer to MongoDB packagingMathew Robinson2017-10-169-605/+901