summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add version and bits to db.serverStatus()Mathias Stearn2010-05-241-1/+4
* getIndexSizeForCollection shouldn't use DBDIrectClient SERVER-860Eliot Horowitz2010-04-011-13/+20
* SERVER-615 more precise extent skipping calculationAaron2010-03-221-4/+3
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-1/+2
* Revert "SERVER-778 don't allow running write command with read lock"Aaron2010-03-181-0/+8
* SERVER-778 don't allow running write command with read lockAaron2010-03-171-8/+0
* flushing statsMathias Stearn2010-03-151-0/+6
* add lockType to command helpEliot Horowitz2010-03-111-0/+1
* dbhash command SERVER-720Eliot Horowitz2010-03-111-0/+73
* SERVER-705 add godinsert command for testingAaron2010-03-081-0/+30
* appendNumber for nicer numbers in the shellEliot Horowitz2010-03-011-15/+15
* scaling on collstatsEliot Horowitz2010-02-271-7/+11
* change Command locking configEliot Horowitz2010-02-261-15/+35
* 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