summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16097 invariant(_collection) in DeleteStage::doRestoreState().Max Hirschhorn2016-02-041-0/+1
* SERVER-20352 Correctly check for errors from boost::filesystem::create_direct...Mathias Stearn2016-02-041-2/+5
* SERVER-22269 fix formatRandolph Tan2016-02-041-1/+1
* SERVER-22458: Return TypeBits size bytes values up to kMaxBytesNeededGeert Bosch2016-02-041-1/+1
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-0425-31/+250
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-0465-682/+2350
* SERVER-13411 parallelCollectionScan takes maxTimeMSTess Avitabile2016-02-041-0/+2
* SERVER-15482 Reject bad inputs to size operatorTess Avitabile2016-02-042-20/+62
* SERVER-21814 Shell correctly processes negative batchSize in commands readMode.Benjamin Murphy2016-02-041-1/+6
* SERVER-4494 Explain includes index version for 2dsphere and text stages.Benjamin Murphy2016-02-044-4/+12
* SERVER-12932 Fix grammer errors in push and updateJames Wahlin2016-02-042-8/+8
* SERVER-22237 Fix unit test role_graph_testAndreas Nilsson2016-02-031-0/+5
* SERVER-22456: use 1min oplog find query timeoutScott Hernandez2016-02-031-1/+1
* SERVER-22448 fix geo-sparseness planning for 2dsphereIndexVersion 3David Storch2016-02-032-80/+128
* SERVER-22186 query_stage_near now uses QueuedDataStage instead of MockStage.Benjamin Murphy2016-02-031-54/+14
* SERVER-22237 Add enableSharding role for CloudManagerAndreas Nilsson2016-02-031-0/+12
* SERVER-22295 yaml-cpp 0.5.3 build integrationMark Benvenuto2016-02-031-1/+1
* SERVER-2235 add the number of IXSCAN seeks to explain executionStats outputDavid Storch2016-02-033-1/+10
* SERVER-22447 IP Address in mongo --help command is not consistentGabe Fernando2016-02-031-2/+2
* SERVER-8564 An index hint inconsistent with requested natural order sort shou...Tess Avitabile2016-02-033-32/+40
* SERVER-8564 Clean up CanonicalQuery::isValid()Tess Avitabile2016-02-031-15/+9
* SERVER-12959 fix lintJonathan Reams2016-02-031-3/+3
* SERVER-12959 Fix $position error message on invalid valueJames Wahlin2016-02-032-3/+10
* Fixing format issue in SERVER-20290Dianna Hohensee2016-02-021-2/+2
* SERVER-20290 Introduce migration session idDianna Hohensee2016-02-0212-65/+468
* SERVER-22270 applyOps takes a write concernJudah Schvimer2016-02-021-1/+20
* SERVER-22429 Prevent IndexScanNode::computeProperties() from producing an emp...Tess Avitabile2016-02-022-4/+6
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-0217-17/+62
* SERVER-18115 Avoid unnecessary in-memory sort stage for .min()/.max() queriesTess Avitabile2016-02-024-0/+311
* SERVER-22167: Move fixDocuments up earlier in the insert path to ensure it runsMartin Bligh2016-02-021-7/+7
* SERVER-18957 Separate isAssociativeAndCommutative into two functions.Santiago Alessandri2016-02-024-350/+701
* SERVER-22336 reported lastCommittedOpTime in ReplSetGetStatusJudah Schvimer2016-02-026-25/+46
* SERVER-22199 Don't wait for WT locks during drop.Michael Cahill2016-02-021-2/+4
* SERVER-22271 msync() with MS_ASYNC is a no-opKyle Suarez2016-02-011-3/+3
* SERVER-22011: Obtain tickets at outermost global lock in WTGeert Bosch2016-02-0111-117/+138
* SERVER-21427: Replaced BSONObjBuilder.done() with BSONObjBuilder.obj() in ben...dalyd2016-02-011-1/+1
* SERVER-21419: ephemeralForTest storage engine should support the fsync commandGeert Bosch2016-02-011-0/+6
* SERVER-21789 fix formatRandolph Tan2016-02-011-1/+1
* SERVER-21789 mongos replica set monitor should choose primary based on (rs co...Randolph Tan2016-02-013-18/+131
* SERVER-21896 reload ChunkManager cache when shard does not existsMisha Tyulenev2016-02-011-5/+11
* SERVER-21498 Fix stats reporting of losing plans.Charlie Swanson2016-02-011-19/+19
* SERVER-18144 Remove references to TestData.testFile and TestData.testPathJonathan Abrahams2016-02-011-16/+0
* SERVER-21427 fix code formattingMark Benvenuto2016-01-291-35/+35
* SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...Tess Avitabile2016-01-297-26/+12
* SERVER-22256 disallow readOnly incompatible paramsAdam Midvidy2016-01-292-0/+22
* SERVER-22256 readOnly changes to mongod startupAdam Midvidy2016-01-292-29/+61
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-292-430/+700
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-296-95/+174
* SERVER-22335: only prepare getmore when needed in bgsync fetcherScott Hernandez2016-01-291-8/+9
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-01-291-4/+9