summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-052-2/+2
* DbMessage::getInt64 helperEliot Horowitz2011-02-051-1/+12
* ClientCursor::getFieldDottedEliot Horowitz2011-02-052-0/+31
* only preallocate journal files if it helpsdwight2011-02-051-11/+50
* nicer latency test admin commanddwight2011-02-052-15/+24
* use odirect (LogFile class) to prealloc, no reason not to, code shorter toodwight2011-02-051-23/+17
* more syncingdwight2011-02-041-4/+8
* add fsyncdwight2011-02-041-0/+3
* dos2unixdwight2011-02-041-51/+51
* use fadvise for preallocdwight2011-02-041-0/+5
* elim compile warningdwight2011-02-041-1/+1
* error numbersdwight2011-02-041-2/+2
* preallocate journal files. some file systems are quite slow otherwise.dwight2011-02-046-15/+138
* use a smaller journal file rotation threshold for 32 bitdwight2011-02-041-2/+5
* report earlycommits in serverStatus, as this could be very important to see i...dwight2011-02-042-2/+9
* commentDwight2011-02-031-0/+1
* make diag a little nicerDwight2011-02-021-0/+14
* add a diagnostic commandDwight2011-02-021-0/+54
* dur stats are supposed to reset every 3 seconds, not be cumulativedwight2011-02-021-0/+1
* log lessdwight2011-02-022-2/+6
* move availableQueryOptions to dbcommands_generic so it works in mongos SERVER...Eliot Horowitz2011-02-022-12/+13
* commitIfNeeded in removeRange()Mathias Stearn2011-02-011-0/+2
* SERVER-2451 guard dropped cursor on explain yieldAaron2011-01-311-0/+1
* commentAaron2011-01-311-0/+1
* remove unused variableAaron2011-01-311-2/+2
* commentsAaron2011-01-311-6/+6
* remove unused variableAaron2011-01-311-1/+1
* fix Client::recommendedYieldMicros(). Should get indexbg1 passingMathias Stearn2011-01-311-2/+3
* better anyReplEnabledEliot Horowitz2011-01-311-1/+1
* SERVER-2417 wait for file allocator to finish in _deleteDataFiles directorype...Aaron2011-01-311-0/+1
* fix GLE with w= for non-master servers SERVER-2443Eliot Horowitz2011-01-311-2/+13
* timing info for distinctEliot Horowitz2011-01-311-0/+2
* if no objects in a db, make avgObjSize 0 not nan SERVER-2440Eliot Horowitz2011-01-311-1/+1
* make getFieldDottedOrArray 2x fasterEliot Horowitz2011-01-311-4/+6
* geo indexing with nested multikeys now works as non-nestedGreg Studer2011-01-281-6/+34
* commentsdwight2011-01-282-7/+14
* put db name in dbstats SERVER-2424Eliot Horowitz2011-01-271-1/+2
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2011-01-271-2/+2
|\
| * fix $near with $maxDistance SERVER-2342Mathias Stearn2011-01-271-2/+2
* | remove old warningEliot Horowitz2011-01-271-1/+0
|/
* "mem" has same permissions as other fields SERVER-2415Eliot Horowitz2011-01-271-3/+3
* mispellingdwight2011-01-265-7/+7
* [CACHE-2398]: for inline mapreduce, all emitted objects are kept in RAM befor...agirbal2011-01-252-14/+18
* fix DBDirectClient::countEliot Horowitz2011-01-251-0/+2
* defensivedwight2011-01-251-0/+2
* DBDirectClient uses smart count rather than going over message apiEliot Horowitz2011-01-252-1/+11
* Fix asserts. MongoMMF::open is outside mmmutex so files could be partially op...Mathias Stearn2011-01-251-4/+1
* comments and an assert in MongoMMFEliot Horowitz2011-01-252-6/+10
* dur debuggingEliot Horowitz2011-01-251-2/+2
* fix warningEliot Horowitz2011-01-251-2/+2