summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8496: make sure _id generated by server on insert is unique across dbsEliot Horowitz2013-02-131-18/+29
* SERVER-8203: explicitly include header for windowsScott Hernandez2013-01-291-0/+1
* SERVER-8203: replication metricsScott Hernandez2013-01-291-0/+20
* SERVER-2771 Revert command handlingKristina2013-01-021-1/+9
* SERVER-2771 Command handlingKristina2012-12-261-9/+1
* Revert "Revert "SERVER-7907 - turn on oplog for config server""Eliot Horowitz2012-12-211-2/+4
* Revert "SERVER-7907 - turn on oplog for config server"Greg Studer2012-12-211-4/+2
* SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-211-3/+7
* SERVER-7982 Upgrade indexes on system.users collections when starting up / op...Andy Schwerin2012-12-211-1/+12
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-7/+7
* SERVER-7907 - turn on oplog for config serverEliot Horowitz2012-12-211-2/+4
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-1/+1
* SERVER-7767 Validate system.users documents on insert and update.Andy Schwerin2012-12-191-4/+8
* SERVER-2771 Multiple index buildsKristina2012-12-131-11/+78
* SERVER-4295 List index build info in currentOpKristina2012-12-121-0/+7
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-11/+14
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-4/+17
* SERVER-7814 - better error handling for fast_oplog_insert and profilingEliot Horowitz2012-12-011-0/+6
* SERVER-5285 fix log messages and testEliot Horowitz2012-11-251-1/+1
* SERVER-5285 - capped collection max should be 2^63Eliot Horowitz2012-11-251-0/+3
* Revert "SERVER-4295 Don't override currentOp for internal ops"Kristina2012-11-161-6/+0
* SERVER-4295 Don't override currentOp for internal opsKristina2012-11-161-0/+6
* Revert "SERVER-4295 Add index info to currentOp"Eric Milkie2012-11-161-3/+0
* SERVER-4295 Add index info to currentOpKristina2012-11-141-0/+3
* SERVER-2771 Retry index builds on startupKristina2012-11-121-24/+46
* Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-46/+24
* SERVER-2771 Retry index builds on startupKristina2012-11-121-24/+46
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-21/+24
* SERVER-3795 Make sure every logical log statement ends with endl, so that the...Shaun Verch2012-11-061-3/+3
* SERVER-7501 Build indexes in the foreground on non-primariesKristina2012-11-051-1/+1
* fix error handling for capped size < 0 SERVER-7543Eliot Horowitz2012-11-021-2/+2
* SERVER-7543 - don't over allocate extents, just roundEliot Horowitz2012-11-021-1/+3
* SERVER-7438 remove unused 'extentLoc' argument from two routinesTad Marshall2012-10-271-9/+7
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-13/+5
* SERVER-7231 Fixed cases where LOG(level) macro is used with booleansShaun Verch2012-10-251-1/+1
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-10/+10
* whitespace: indentationTad Marshall2012-10-241-90/+90
* pass more info through aboutToDeleteEliot Horowitz2012-10-241-1/+1
* SERVER-7439 remove unused parameter and redundant routineTad Marshall2012-10-231-5/+3
* SERVER-7381 use User Assert for disallowed user operationTad Marshall2012-10-231-3/+2
* use orderded_map for NamespaceDetailsTransientEliot Horowitz2012-10-151-1/+1
* add a version of DataFileMgr::deleteRecord that takes a NamespaceDetails if y...Eliot Horowitz2012-10-141-1/+4
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-2/+2
* SERVER-7289 add inexpensive tests to validate commandTad Marshall2012-10-111-5/+22
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-25/+28
* SERVER-7045 check all extents in validate command, report resultsTad Marshall2012-10-091-0/+39
* SERVER-7238 fix power of 2 allocation with documents > 8mbEliot Horowitz2012-10-021-1/+2
* SERVER-6671 do not ignore special _id unique indexEric Milkie2012-10-021-2/+3
* SERVER-6671 suppress unique index enforcement during STARTUP2 or RECOVERING s...Eric Milkie2012-09-281-1/+4
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1