summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* add # of asserts to serverStatusEliot Horowitz2010-02-231-0/+10
* Include index info in collstats commandMathias Stearn2010-02-221-7/+13
* Database-wide dbstats command SERVER-596Mathias Stearn2010-02-221-0/+75
* SERVER-305 shell kills in progress operations on clean exitAaron2010-02-171-0/+24
* locking cleaningEliot Horowitz2010-02-161-17/+0
* make some things noLockingEliot Horowitz2010-02-121-1/+5
* refactor again for mongos,mongoEliot Horowitz2010-02-121-1/+102
* refactoring command executionEliot Horowitz2010-02-121-59/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-111-1/+1
|\
| * ServerStatus ratios shouldn't divide by 0Mathias Stearn2010-02-111-1/+1
* | option to have slave lag in serverStatus SERVER-586Eliot Horowitz2010-02-111-0/+1
|/
* fix replEliot Horowitz2010-02-101-1/+1
* move some replication settings into ReplicationSettingsEliot Horowitz2010-02-081-1/+1
* some repl cmd abstraction in prep for SERVER-586Eliot Horowitz2010-02-081-4/+15
* more info in collstatsEliot Horowitz2010-02-071-4/+9
* cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-11/+17
* use appendIntOrLL for admin stuffEliot Horowitz2010-02-031-3/+3
* make locks for queries more fine-grainedEliot Horowitz2010-02-031-2/+5
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-02-021-1/+1
|\
| * move db/dbstats* to db/stats/counters*Eliot Horowitz2010-02-011-1/+1
* | SERVER-258 group work with read only modeAaron2010-02-011-0/+1
|/
* fix medianEliot Horowitz2010-01-291-0/+2
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-7/+7
* shell should use the db's reIndex commandDwight2010-01-291-1/+3
* track a sample of btree accesses to see cache hit ratioEliot Horowitz2010-01-281-0/+8
* eliminate findElement - use getField() insteadDwight2010-01-281-12/+12
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-01-261-1/+7
|\
| * SERVER-258 add readOnly auth modeAaron2010-01-261-1/+7
* | dropIndex can take an object rather than key name SERVER-573Eliot Horowitz2010-01-261-0/+13
|/
* Call Client::shutdown() in server shutdown cmd. SERVER-571Mathias Stearn2010-01-261-1/+2
* deleteIndexes -> dropIndexesDwight2010-01-221-10/+15
* block administrative things like dropping namespace while a background index ...Dwight2010-01-221-3/+11
* a bit nicer / smarter on a deleteIndex command after a crashDwight2010-01-221-0/+8
* some work towards bg indexingDwight2010-01-211-1/+0
* inspect NamespaceDetails on loadDwight2010-01-211-0/+5
* noTimeout() wasn't threadsafe, in theory could timeout before the call. prob...Dwight2010-01-211-1/+2
* cleaningDwight2010-01-201-3/+1
* some command cleaningEliot Horowitz2010-01-201-13/+6
* some more stats countersEliot Horowitz2010-01-161-2/+3
* Provide extra info with db.serverStatus()Mathias Stearn2010-01-151-0/+8
* get rid of clientIsEmpty() and add isEmpty() to DatbaseEliot Horowitz2010-01-141-2/+2
* SERVER-531 refactor code for not influencing lastErrorAaron2010-01-121-9/+3
* make mem info work on win32 SERVER-528Eliot Horowitz2010-01-101-4/+10
* a little code cleanup / renameingDwight2010-01-031-1/+1
* commentsEliot Horowitz2010-01-021-0/+1
* some cleaning/optmizing of Database* storage, also just a little encaspulationEliot Horowitz2010-01-021-16/+6
* nsToClient -> nsToDatabaseEliot Horowitz2009-12-311-4/+4
* FindAndModify command SERVER-459Mathias Stearn2009-12-301-0/+51
* prep for fsync exec optionDwight2009-12-301-11/+9
* stop using stringstream for loggingEliot Horowitz2009-12-291-1/+1