summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't allow dropping an index $ collectionDwight2009-08-131-1/+2
* add collstats command SERVER-215Eliot Horowitz2009-08-121-0/+31
* cleaner drop debuggingEliot Horowitz2009-08-061-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-08-061-1/+1
|\
| * clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* | better error message on drop()Dwight2009-08-061-0/+1
|/
* fixed bug SERVER-118 multikey duplicate results from queriesDwight2009-07-071-8/+30
* add nice version to buildinfoEliot Horowitz2009-06-251-1/+1
* BUG SERVER-79Dwight2009-06-011-1/+1
* fix op logging for collection creation and for convertToCappedAaron2009-05-211-2/+2
* add convertToCapped commandAaron2009-05-181-0/+46
* add cloneCollectionAsCapped commandAaron2009-05-181-0/+63
* refactor dropCollectionAaron2009-05-111-7/+1
* median key handle empty range correctlyAaron2009-05-061-1/+1
* make max bound of datasize command exclusiveAaron2009-05-061-1/+1
* make max bound of medianKey exclusiveAaron2009-05-061-1/+1
* allow specification of inclusivity of index end keyAaron2009-05-061-3/+3
* don't clone empty dbsAaron2009-05-011-1/+8
* more flexibility and sanity checks for min/max query specsAaron2009-04-301-3/+11
* core implementation of min/max query parametersAaron2009-04-301-88/+1
* add _id index automatically, don't allow it to be deletedAaron2009-04-201-5/+20
* make 'buildinfo' command admin onlyAaron2009-04-201-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-04-201-0/+13
|\
| * add 'buildinfo' command to get mongod compile informationAaron2009-04-201-0/+13
* | add numObjects to datasizeEliot Horowitz2009-04-201-0/+3
|/
* add totalSize to listDatabases outputAaron2009-04-171-1/+5
* fix help for datasizeEliot Horowitz2009-04-151-1/+1
* sanity checks for deleting indexes MINORAaron2009-04-071-1/+2
* drop command now deletes indexes firstAaron2009-04-071-46/+44
* refactor deleteIndex codeAaron2009-04-071-44/+49
* add datasize commandAaron2009-04-021-1/+50
* refactor median key commandAaron2009-04-021-81/+91
* errorHandling for median keyEliot Horowitz2009-03-301-1/+6
* medianKey can choose an index based on fields of min and maxAaron2009-03-271-11/+75
* Add medianKey commandAaron2009-03-271-0/+47
* Add information on last update / delete to lastErrorAaron2009-03-261-13/+10
* Support large count and nscannedAaron2009-03-241-2/+2
* implemented dropIndexes for alt rec storeDwight2009-03-171-0/+1
* Don't release lock before shutdownAaron2009-03-021-5/+2
* eliminate old warnings that no longer applyDwight2009-02-241-2/+0
* dropcollection now reuses spaceDwight2009-02-241-4/+6
* processinfo class and meminfo command, only works on darwin for the momentEliot Horowitz2009-02-201-0/+25
* Clean up loggingAaron2009-02-191-2/+2
* Print help with the other command dispatch functionAaron2009-02-191-5/+12
* Don't create string unless we're actually going to logAaron2009-02-191-1/+1
* md5 of nothing is the same as md5 of ""Eliot Horowitz2009-02-181-5/+1
* filemd5 supports rootEliot Horowitz2009-02-181-2/+13
* help for filemd5Eliot Horowitz2009-02-181-1/+4
* log more on commandsdwight2009-02-181-6/+9
* dbcommands.cpp : add log() message when a closeAllDatabases message is reciev...Geir Magnusson Jr2009-02-181-0/+3