summaryrefslogtreecommitdiff
path: root/db/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* raise system.profile default size to 1MB SERVER-3618Mathias Stearn2011-08-161-1/+1
* SERVER-3293 ignore quota for local databaseAaron2011-07-311-4/+13
* better secondary profiling support SERVER-2881Eliot Horowitz2011-07-261-1/+1
* towards proper --quotafiles supportdwight2011-05-231-5/+15
* _dbprofile variable wasnt always being set correctly in CurOpdwight2011-04-231-1/+1
* SERVER-2111 Synchronize db names with master if a case conflict is detected i...Aaron2011-04-121-8/+27
* fix --profile by removing unused method and initializing in constructor SERVE...Eliot Horowitz2011-03-311-9/+1
* SERVER-2111 When checking for duplicate uncased db names, consider in-memory ...Aaron2011-03-291-18/+24
* SERVER-2502dwight2011-02-091-0/+7
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-44/+44
* fix extent search in old files SERVER-2310Eliot Horowitz2010-12-301-7/+15
* cleaning Database classEliot Horowitz2010-12-301-1/+113
* dur remapdwight2010-11-271-2/+0
* remove unused code and filesDwight2010-09-301-1/+0
* make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz2010-09-301-0/+27
* const feels safer, especially for public member variablesDwight2010-08-261-2/+3
* make ~Database saferDwight2010-08-261-0/+11
* Database::flushFiles and use in rs for speedEliot Horowitz2010-07-261-0/+7
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-1/+1
* stability testsEliot Horowitz2010-06-211-1/+1
* don't allow " in db nameEliot Horowitz2010-06-191-1/+1
* don't allow databases with the same name and different casing SERVER-1149Eliot Horowitz2010-06-151-0/+50
* better Database name check SERVER-1218Eliot Horowitz2010-06-151-1/+3
* check for bad db names and don't segfault SERVER-1132Eliot Horowitz2010-05-181-0/+5
* stdafx->pchDwight2010-04-271-1/+1
* --profile command line option SERVER-456Eliot Horowitz2009-12-291-1/+10
* some profiling management cleaning pre SERVER-456Eliot Horowitz2009-12-291-0/+28
* some cleaningEliot Horowitz2009-12-291-0/+27