summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix ageoutjournalfiles parameter setting bug SERVER-3302Dwight2011-08-161-1/+3
* Check argument to createMathias Stearn2011-08-151-0/+1
* Add "warnings" RamLog and field in serverStatus. Use for full disk warnings. ...Mathias Stearn2011-08-081-0/+16
* SERVER-3475 don't close the builder in missing _id index caseAaron2011-08-071-1/+0
* handle m/r errors via assertion exceptions to keep consistent error interface...gregs2011-08-051-15/+6
* don't throw error with unfulfillable query in mr SERVER-3478gregs2011-08-051-6/+15
* SERVER-3475 ignore certain collections without an _id index in dbhash commandAaron2011-08-041-2/+2
* elim a couple warnings on windowsdwight2011-08-021-2/+2
* maintenance mode for commands SERVER-3427Kristina2011-07-291-4/+20
* make godinsert work on slavesEliot Horowitz2011-07-281-1/+1
* full API change to command interface, add options SERVER-3405gregs2011-07-271-31/+31
* more timing for serverStatusEliot Horowitz2011-07-161-1/+4
* Revert "SERVER-3189 fix listDatabases race condition that was causing dbcase ...Aaron2011-07-111-10/+2
* SERVER-3189 fix listDatabases race condition that was causing dbcase test to ...Aaron2011-07-111-2/+10
* SERVER-3386 start command timers at right locationEliot Horowitz2011-07-071-1/+3
* use new index version on reindex commandDwight2011-07-051-1/+1
* more cleaningEliot Horowitz2011-06-221-1/+1
* temp stop age out of journal files for backups. backport?Dwight2011-06-211-0/+13
* putting delete in its own files and related cleaningEliot Horowitz2011-06-201-1/+0
* doesnt make much sense to specify capped without a size so check for thatdwight2011-06-111-1/+3
* step down before shutting down SERVER-616Kristina2011-06-101-17/+27
* split out sharding/non-sharding shutdownKristina2011-06-101-0/+49
* expose tagging to getLastError SERVER-992Kristina2011-06-091-5/+4
* typo in listDatabasesEliot Horowitz2011-06-011-1/+1
* listDatabases cleaningEliot Horowitz2011-06-011-2/+3
* fix locking in listDatabasesEliot Horowitz2011-06-011-6/+20
* cleaning and a small insert optimizationdwight2011-05-291-2/+2
* make a noreturn version of insert, would be faster unless cmopiler is very sm...dwight2011-05-241-2/+2
* make serverStatus more obvious with journalEliot Horowitz2011-05-181-1/+3
* don't use scoped_ptr with ClientCursorMathias Stearn2011-05-041-3/+5
* towards index v1 formatDwight2011-04-221-1/+7
* checkpoint index v2 workDwight2011-04-211-2/+2
* help textdwight2011-04-131-5/+1
* missing commitIfNeeded cloneCollectionAsCapped command. backport or not used ...dwight2011-04-061-0/+1
* support commands wrapped with $query SERVER-2474Mathias Stearn2011-04-051-1/+4
* support scale option to dbstats command SERVER-2174Mathias Stearn2011-04-041-6/+18
* replace "dur" with "journal" in log messagesMathias Stearn2011-04-041-1/+1
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-04-031-1/+1
* fix filemd5 yielding SERVER-2448Eliot Horowitz2011-03-311-20/+21
* SERVER-1465 remove replica pairsAaron2011-03-291-2/+2
* better error messagesEliot Horowitz2011-03-271-1/+3
* moved findAndModify to its own fileEliot Horowitz2011-03-231-110/+0
* don't add ok twice to reIndex result SERVER-2780Eliot Horowitz2011-03-171-1/+0
* commentDwight2011-03-171-1/+1
* allow {j:true} in getLastError. this indicates wait for journaling. but it ...Dwight2011-03-151-4/+15
* memory leak warning needs to be changed with --dur SERVER-2700Eliot Horowitz2011-03-081-1/+4
* hint at mem leak if it looks that waydwight2011-03-011-2/+10
* Cannot use boost::thread::id for legacygreg2011-03-011-1/+1
* slightly better dbstats commandDwight2011-03-011-1/+5
* debugging for slow server statusEliot Horowitz2011-02-281-0/+2