summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13053 fix curop query field for index builds outside of createIndexes ...r2.6.0-rc2Eric Milkie2014-03-212-0/+5
* BUMP 2.6.0-rc2Ernie Hershey2014-03-217-7/+7
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-219-38/+321
* SERVER-13202 wait for secondary to flush buffer before assuming primaryshipEric Milkie2014-03-211-3/+4
* SERVER-10026 limit tree depth allowed by the match expression parserDavid Storch2014-03-214-9/+76
* SERVER-10026 don't forget to propagate restoreState down to backup plan in MPRHari Khalsa2014-03-211-2/+10
* SERVER-13167 allow PFE in each document in insert write commandMathias Stearn2014-03-212-0/+7
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-2116-704/+201
* SERVER-13305 fix test for small_oplogEric Milkie2014-03-211-14/+16
* SERVER-13294 mongos --upgrade should exit after upgradingRandolph Tan2014-03-202-4/+3
* SERVER-13302 Fix error message when create index during migration failsRandolph Tan2014-03-201-1/+0
* SERVER-13282 Fix leak in mongos BatchedWriteExec::execute()Siyuan Zhou2014-03-203-15/+52
* SERVER-9765 do not noteRemoteIsPrimary when a node decides it is the superior...matt dannenberg2014-03-201-0/+1
* SERVER-13293 fixed geo filter memory leak when creating index scan/fetch stagesBenety Goh2014-03-202-3/+9
* SERVER-13294: mongos exit after --upgradeEliot Horowitz2014-03-201-0/+5
* SERVER-13295 Ensure that user and data documents reach all nodes in auth_no_p...Andy Schwerin2014-03-201-5/+7
* SERVER-13038 fix indentation in QLOG outputDavid Storch2014-03-201-0/+4
* SERVER-12438 better handling of batchSize and limit with sortDavid Storch2014-03-208-65/+411
* BF-195 modified non-terminating map reduce function to sleep instead of spinningBenety Goh2014-03-202-18/+84
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-196-8/+160
* SERVER-13163/SERVER-13165 Target index creations correctly in the oplog on in...Andy Schwerin2014-03-191-1/+1
* SERVER-13033: Static Initalizer race condition with CreateDirectClient and se...Mark Benvenuto2014-03-193-2/+14
* SERVER-13265 Fix race condition in mongorestore startupSpencer T Brody2014-03-192-9/+19
* SERVER-13163/SERVER-13165 Assign fassert codes.Andy Schwerin2014-03-191-2/+2
* SERVER-13163/SERVER-13165 Refactor implementation of insert write command in ...Andy Schwerin2014-03-193-343/+347
* SERVER-12095 Update project description in Linux packaging textErnie Hershey2014-03-199-469/+748
* SERVER-13249 adjust timeout for reInitiateEric Milkie2014-03-191-1/+1
* Minor typo in sock.cpp debug msgCharlie Page2014-03-191-1/+1
* SERVER-12615 Fix size calculation in JSReducer::_reduceMathias Stearn2014-03-191-4/+4
* SERVER-13280 don't ignore deletions of DiskLoc(s) when yielding in idhack runnerHari Khalsa2014-03-191-2/+4
* SERVER-13250 do not check local.startup_log for _id index in upgradeCheck()matt dannenberg2014-03-191-1/+1
* SERVER-13271 don't forget to fix test in jscore as wellHari Khalsa2014-03-191-1/+1
* SERVER-10026 SERVER-13271 SERVER-12878 SERVER-2094 avoid surplus projections ...Hari Khalsa2014-03-192-23/+36
* SERVER-11045 Update man pages from the MongoDB ManualErnie Hershey2014-03-1914-2200/+3539
* SERVER-13249 fix where we set timeout for slow buildersEric Milkie2014-03-191-2/+2
* SERVER-13258 ensure S2 poly loops have 3 points after dedup'ingGreg Studer2014-03-192-0/+14
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-1814-141/+830
* SERVER-13262 have mr_drop.js run on a unique DB to avoid parallel test failuresmatt dannenberg2014-03-181-2/+6
* SERVER-13210: include nModified for all mongod write commandsScott Hernandez2014-03-183-6/+6
* SERVER-13263 Temporarily disable balancer on testshard1.js when not issuing t...Randolph Tan2014-03-181-0/+4
* SERVER-10026 fix query leak during certain error conditionsHari Khalsa2014-03-181-1/+10
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-1833-339/+521
* fixing errcodematt dannenberg2014-03-181-1/+1
* upgradeCheck() test addedmatt dannenberg2014-03-181-0/+77
* SERVER-13259 moved upgradeCheck()'s index key size checking logic from javasc...matt dannenberg2014-03-184-27/+134
* SERVER--9982 skip update_setOnInsert.js in parallel suitehawka2014-03-181-0/+1
* SERVER-13252 downconvert createIndex in compatibility modeGreg Studer2014-03-181-1/+15
* SERVER-13257 remove shellspawn.js from jstestshawka2014-03-182-66/+0
* SERVER-13241 system profile will hold plan summary if execution stats object ...Benety Goh2014-03-184-1/+38
* SERVER-13241 increased buffer size for stats in curop from 512 to 2048Benety Goh2014-03-184-6/+23