summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* send 4mb batches back on getMoreEliot Horowitz2010-10-291-3/+2
* Warn when useing --noprealloc that it can reduce performance SERVER-1903Eliot Horowitz2010-10-291-1/+2
* cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz2010-10-296-122/+155
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-10-292-19/+19
|\
| * don't assert in query or count if we were done after yieldingEliot Horowitz2010-10-291-6/+4
| * fix findAndModifyMathias Stearn2010-10-281-1/+2
| * don't regenerate query in findAndModify unless nessisaryMathias Stearn2010-10-281-13/+14
* | we weren't logging every 512th op anymoreEliot Horowitz2010-10-281-3/+1
|/
* mr count for status uses limit SERVER-1573Eliot Horowitz2010-10-281-1/+1
* SERVER-2021 rs ScopedConn bug(2) 165 172Dwight2010-10-282-14/+14
* rename to our -inl conventiondwight2010-10-271-1/+1
* check for better primary before voting yea SERVER-1987Kristina Chodorow2010-10-271-0/+13
* don't tell people they can change oplogSizeKristina Chodorow2010-10-271-1/+1
* cleaning cursor test and added assertEliot Horowitz2010-10-271-9/+10
* minor btree refactorAaron2010-10-261-18/+2
* normal event; no need for a stack traceAlberto Lerner2010-10-261-1/+3
* some work on btree coalescingAaron2010-10-262-19/+148
* safer use of indexNamespace()Aaron2010-10-261-5/+7
* better assert for rs errorEliot Horowitz2010-10-261-1/+1
* mongostat shows # of active readers/writers SERVER-1997Eliot Horowitz2010-10-243-7/+43
* option for db.eval not to lock SERVER-381Eliot Horowitz2010-10-241-6/+9
* better loggingEliot Horowitz2010-10-241-1/+1
* don't log UserException's unless running with verbose on SERVER-1995Eliot Horowitz2010-10-241-7/+9
* easier auto detection of replica set status from ismasterEliot Horowitz2010-10-241-0/+1
* added some asserts for replica set config statusEliot Horowitz2010-10-241-0/+2
* use scoped_ptr instead of auto_ptrEliot Horowitz2010-10-231-1/+1
* some more passthrough methods on ClientCursorEliot Horowitz2010-10-231-2/+3
* add doc link for bad repl source SERVER-978Kristina Chodorow2010-10-221-0/+2
* print error message for incorrect args SERVER-1915Kristina Chodorow2010-10-221-20/+45
* separate general repl options, rs, and m/s SERVER-1935Kristina Chodorow2010-10-221-8/+18
* Make dbtop more accurate SERVER-1684Mathias Stearn2010-10-211-2/+3
* don't allocate oplog for arbiter SERVER-1969Kristina Chodorow2010-10-214-5/+23
* allow arbiter to become secondary & vice versa SERVER-1930Kristina Chodorow2010-10-204-3/+32
* fix compile warningAaron2010-10-191-1/+1
* mergeAaron2010-10-1914-143/+170
|\
| * optimization: avoid an extra thread local lookup on locksdwight2010-10-193-15/+18
| * cleaning and comme ntsdwight2010-10-192-32/+35
| * better warning for clientcursorsdwight2010-10-191-1/+16
| * more cleaning toward conventionsdwight2010-10-195-28/+29
| * better helpdwight2010-10-191-2/+2
| * cleaningdwight2010-10-183-38/+18
| * cleaning and slightly nicer output rsdwight2010-10-181-2/+8
| * better config/error checkingdwight2010-10-181-0/+1
| * Faster $box queries SERVER-1392Mathias Stearn2010-10-181-26/+44
* | on splitting, balance nodes using aggregate key size rather than number of keysAaron2010-10-192-10/+28
|/
* "too stale" server should go into recovering SERVER-1933Kristina Chodorow2010-10-181-0/+1
* consistent name for tmpEliot Horowitz2010-10-171-4/+7
* wasnt a problem, but saferdwight2010-10-171-1/+2
* Merge branch 'master' of github.com:mongodb/mongodwight2010-10-171-1/+1
|\
| * changed "Status" to "Messages" SERVER-1946Kristina Chodorow2010-10-171-1/+1