summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.6.1r2.6.1Dan Pasette2014-05-047-7/+7
* post 2.6.1-rc1Ernie Hershey2014-04-307-7/+7
* BUMP 2.6.1-rc1r2.6.1-rc1Ernie Hershey2014-04-307-7/+7
* SERVER-13677 traverse through ALL when finding predicates inside elemMatch ob...David Storch2014-04-302-1/+36
* SERVER-13777 migrated ranges waiting for deletion do not report cursors still...Randolph Tan2014-04-301-0/+8
* SERVER-13766 SubplanRunner::kill() needs to clear _collectionJason Rassi2014-04-302-0/+4
* SERVER-13739: don't delete new files until as late as possible during repairEliot Horowitz2014-04-301-6/+17
* move tests from noPassthrough to slow2Mark Benvenuto2014-04-223-0/+0
* post 2.6.1-rc0Ernie Hershey2014-04-227-7/+7
* BUMP 2.6.1-rc0r2.6.1-rc0Ernie Hershey2014-04-217-7/+7
* SERVER-13666 check that lat/lng are in bounds for near queries even if point ...Hari Khalsa2014-04-212-0/+10
* SERVER-13661 increase the maximum allowed depth for query objectsDavid Storch2014-04-213-43/+36
* SERVER-13664 never detach filters from inside elemMatch objectDavid Storch2014-04-213-2/+81
* SERVER-13620 update fassert codeEric Milkie2014-04-211-1/+1
* Revert "SERVER-13582 increase stability of server6733.js by retrying replSetS...Eric Milkie2014-04-211-3/+3
* SERVER-13620 When applying operations from the oplog, wait for background ope...Andy Schwerin2014-04-183-4/+36
* SERVER-13620 Refactor background.h/cpp; add awaitNoBgOp methods.Andy Schwerin2014-04-182-35/+123
* SERVER-13620 Make indexbg_drop.js expose the bug.Andy Schwerin2014-04-181-2/+5
* SERVER-13563 Add old package names to RPM Provides and ConflictsErnie Hershey2014-04-182-12/+24
* Revert "SERVER-13601 assert upon failing to run a replicated command"matt dannenberg2014-04-181-15/+1
* SERVER-13644 Fix command line censorshipShaun Verch2014-04-183-66/+92
* Revert "SERVER-13644 Fix command line censorship"Shaun Verch2014-04-172-50/+4
* SERVER-13644 Fix command line censorshipShaun Verch2014-04-172-4/+50
* add logging for when file allocation from ExtentManager takes more than 1 secondEliot Horowitz2014-04-171-0/+5
* SERVER-13618 explode for sort tries reversing index scan directionDavid Storch2014-04-172-1/+42
* SERVER-13287 delegate to shell when compressing tar archivesWisdom Omuya2014-04-171-23/+86
* SERVER-13496 do not abort replication on secondaries when index name conflict...Eric Milkie2014-04-174-12/+13
* SERVER-13611 fix sort elimination in the case of trailing fieldsDavid Storch2014-04-172-10/+47
* SERVER-13563 Add old package names to RPM ObsoletesErnie Hershey2014-04-162-13/+24
* SERVER-13589 logOp inserts into system.indexes for index buildsEric Milkie2014-04-161-4/+5
* SERVER-13601 assert upon failing to run a replicated commandmatt dannenberg2014-04-161-1/+15
* SERVER-13534 Remove data in test array_shard_key.jsSiyuan Zhou2014-04-161-3/+3
* SERVER-13441 getUser and getRole shell helpers shouldn't throw when user/role...Spencer T Brody2014-04-164-8/+8
* SERVER-13512 add mr_drop.js to the skipTests in parallelTester.jsmatt dannenberg2014-04-161-1/+2
* SERVER-13577 geo_borders.js immediately catches own assertionsGreg Studer2014-04-161-20/+15
* SERVER-13579 Wait for deletion after migration in feature2.jsSiyuan Zhou2014-04-162-10/+5
* SERVER-13503 disallow $where under $elemMatch valueBenety Goh2014-04-162-1/+49
* SERVER-13540 take CRS into account for output distances as well as inputGreg Studer2014-04-162-2/+75
* SERVER-13566 oplog start stage uses only 'ts' field as a filterDavid Storch2014-04-152-1/+85
* SERVER-13561 Improve wire API message validationAndreas Nilsson2014-04-152-2/+3
* SERVER-13562 limit and skip stages no longer return eof without calling work(...David Storch2014-04-153-4/+67
* SERVER-13582 increase stability of server6733.js by retrying replSetSyncFrommatt dannenberg2014-04-151-3/+3
* SERVER-13557 disallow negated elemMatch value from using an index scanDavid Storch2014-04-142-2/+12
* SERVER-13537 better handle numerical overflow of large limit valuesDavid Storch2014-04-147-12/+36
* SERVER-9358 Prevent logRotate twice in the same second from losing log dataSpencer T Brody2014-04-142-0/+19
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-146-20/+378
* SERVER-13518 generate _ids in write batches if not set in mongosGreg Studer2014-04-146-9/+147
* SERVER-13500 prevent syncSourceFeedback segfault by not allowing NULL members...matt dannenberg2014-04-108-13/+65
* SERVER-13489 move possible disk access out of index cursor ctorHari Khalsa2014-04-103-4/+15
* SERVER-13489 move disk reading out of index scan ctorHari Khalsa2014-04-102-18/+20