summaryrefslogtreecommitdiff
path: root/db/database.cpp
AgeCommit message (Expand)Author
2011-08-16raise system.profile default size to 1MB SERVER-3618Mathias Stearn
2011-07-31SERVER-3293 ignore quota for local databaseAaron
2011-07-26better secondary profiling support SERVER-2881Eliot Horowitz
2011-05-23towards proper --quotafiles supportdwight
2011-04-23_dbprofile variable wasnt always being set correctly in CurOpdwight
2011-04-12SERVER-2111 Synchronize db names with master if a case conflict is detected i...Aaron
2011-03-31fix --profile by removing unused method and initializing in constructor SERVE...Eliot Horowitz
2011-03-29SERVER-2111 When checking for duplicate uncased db names, consider in-memory ...Aaron
2011-02-09SERVER-2502dwight
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-30fix extent search in old files SERVER-2310Eliot Horowitz
2010-12-30cleaning Database classEliot Horowitz
2010-11-27dur remapdwight
2010-09-30remove unused code and filesDwight
2010-09-30make ClientCursor::byLoc have cursor id be part of key SERVER-1875Eliot Horowitz
2010-08-26const feels safer, especially for public member variablesDwight
2010-08-26make ~Database saferDwight
2010-07-26Database::flushFiles and use in rs for speedEliot Horowitz
2010-07-22handle databases with different cases in mongos SERVER-1443Eliot Horowitz
2010-06-21stability testsEliot Horowitz
2010-06-19don't allow " in db nameEliot Horowitz
2010-06-15don't allow databases with the same name and different casing SERVER-1149Eliot Horowitz
2010-06-15better Database name check SERVER-1218Eliot Horowitz
2010-05-18check for bad db names and don't segfault SERVER-1132Eliot Horowitz
2010-04-27stdafx->pchDwight
2009-12-29--profile command line option SERVER-456Eliot Horowitz
2009-12-29some profiling management cleaning pre SERVER-456Eliot Horowitz
2009-12-29some cleaningEliot Horowitz