summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-4/+4
* SERVER-9242 Use MONGO_INITIALIZERs to cache blockCheckSupportedTad Marshall2013-04-051-2/+0
* SERVER-8751 Bump pdfile minor version on new index plugin creationMathias Stearn2013-03-051-2/+6
* SERVER-8034 Add version.cpp to the client buildAndrew Morrow2013-01-171-4/+1
* commentEliot Horowitz2012-12-191-0/+2
* SERVER-2771 Multiple index buildsKristina2012-12-131-0/+18
* remove unused methodEliot Horowitz2012-12-101-3/+0
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-7/+6
* Fix Windows warningsTad Marshall2012-12-071-1/+1
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-2/+17
* SERVER-6980 Skip empty extents in Record::getPrevShaun Verch2012-11-291-4/+24
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-9/+36
* SERVER-7439 remove unused parameter and redundant routineTad Marshall2012-10-231-18/+11
* add a version of DataFileMgr::deleteRecord that takes a NamespaceDetails if y...Eliot Horowitz2012-10-141-0/+2
* SERVER-6450 - Use ps::Rolling to provide a working-set size estimateEliot Horowitz2012-10-141-0/+2
* SERVER-7289 add inexpensive tests to validate commandTad Marshall2012-10-111-1/+2
* SERVER-7045 check all extents in validate command, report resultsTad Marshall2012-10-091-4/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* SERVER-6019 stats for PageFaultExceptionEliot Horowitz2012-06-081-0/+6
* move dropIndexes to index_update where it makes more senseEliot Horowitz2012-06-031-2/+0
* Rename sayDbContext() to logContext(), and move from util.{h,cpp} to log.{h,c...Andy Schwerin2012-05-311-2/+2
* fix compilation again, the correct way this time.Eric Milkie2012-05-171-1/+1
* SERVER-2023 new command "touch" - pretouches a collection, possibly with indexesEric Milkie2012-05-171-1/+1
* add Record::blockCheckSupported()Eliot Horowitz2012-05-171-0/+2
* add Record::likelyInPhysicalMemory( const char * ) so other people can use th...Eliot Horowitz2012-05-171-0/+2
* remove BSONObj::BSONObj( Record* ) in place of BSONObj::make( Record* r ) so ...Eliot Horowitz2012-05-161-4/+4
* pare down pch.h some moreEric Milkie2012-04-051-1/+5
* make Extent::minSize() match allocation strategy and alloc from free list obe...Eliot Horowitz2012-04-011-1/+1
* make Record::touch not call _accessingEliot Horowitz2012-03-301-1/+3
* in Record::_accessing throw PageFaultException if allowedEliot Horowitz2012-03-301-1/+1
* make records in DeletedRecord privateEliot Horowitz2012-03-301-5/+21
* make fields in Record privateEliot Horowitz2012-03-301-23/+48
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-14/+14
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-8/+10
* SERVER-4328 asserts and make code more readabledwight2012-02-131-1/+3
* Merge remote branch 'main/master'dwight2012-02-101-1/+1
|\
| * SERVER-4333 add fromMigrate flag to identify sharding oplog entriesEric Milkie2012-02-101-1/+1
* | checkpointdwight2012-01-041-1/+3
* | xdwight2012-01-031-4/+4
|/
* better name is memconcept change itdwight2011-12-301-6/+6
* lockconceptdwight2011-12-261-3/+14
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+546