summaryrefslogtreecommitdiff
path: root/src/mongo/db/record.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6450: when reporting pages in memory, give time as wellEliot Horowitz2013-01-281-6/+21
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-4/+2
* SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-131-1/+1
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-0/+49
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+16
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6450 - Use ps::Rolling to provide a working-set size estimateEliot Horowitz2012-10-141-4/+65
* SERVER-6572 - use pthread specifics on os x for performanceEliot Horowitz2012-08-091-7/+2
* SERVER-6572 fix Windows warningTad Marshall2012-08-081-1/+1
* SERVER-6572 - fix windowsEliot Horowitz2012-08-081-2/+2
* SERVER-6572 - can't use enum on windowsEliot Horowitz2012-08-081-16/+13
* SERVER-6572 - don't use a class so we can use simple thread localsEliot Horowitz2012-08-081-74/+77
* SERVER-6572 use a thread local cache for better perforamnce in record cachingEliot Horowitz2012-08-081-5/+126
* Revert "SERVER-6572 use a thread local cache for better perforamnce in record...Andy Schwerin2012-08-081-76/+2
* SERVER-6572 use a thread local cache for better perforamnce in record cachingEliot Horowitz2012-08-081-2/+76
* SERVER-6447 - hash page information for less lock contentionEliot Horowitz2012-07-131-6/+12
* report page fault exception per db SERVER-5979Eliot Horowitz2012-06-121-12/+21
* SERVER-6019 stats for PageFaultExceptionEliot Horowitz2012-06-081-3/+17
* if an op has been active for more than 50ms, don't throw PageFaultExceptionEliot Horowitz2012-06-061-3/+15
* in debug builds, throttle number of times we throw PageFaultExceptionEliot Horowitz2012-06-061-1/+24
* Revert "make DEBUG constructor checking more reliable"Andy Schwerin2012-05-311-3/+2
* make DEBUG constructor checking more reliableEliot Horowitz2012-05-301-2/+3
* add Record::blockCheckSupported()Eliot Horowitz2012-05-171-0/+4
* add Record::likelyInPhysicalMemory( const char * ) so other people can use th...Eliot Horowitz2012-05-171-3/+7
* fix error code conflictEliot Horowitz2012-05-161-1/+1
* move stack introspection to its own fileEliot Horowitz2012-05-161-0/+1
* in debug builds, fassert if we try to throw a PageFaultException when we're i...Eliot Horowitz2012-05-161-0/+1
* putting all PageFaultException lap logic in 1 place (Client::allowedToThrowPa...Eliot Horowitz2012-04-011-6/+1
* make Record::touch not call _accessingEliot Horowitz2012-03-301-1/+1
* fix DEBUG compileEliot Horowitz2012-03-301-1/+1
* in Record::_accessing throw PageFaultException if allowedEliot Horowitz2012-03-301-20/+8
* make records in DeletedRecord privateEliot Horowitz2012-03-301-0/+4
* fix DEBUG build for Record changesEliot Horowitz2012-03-301-1/+1
* make fields in Record privateEliot Horowitz2012-03-301-7/+11
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* Merge remote branch 'main/master'dwight2012-01-141-8/+12
|\
| * randomly have Record::likelyInPhysicalMemory return false in DEBUG mode to ca...Eliot Horowitz2012-01-061-7/+5
| * in _DEBUG warn if memory cache estimator makes a mistakeEliot Horowitz2012-01-061-1/+7
* | xdwight2012-01-031-1/+1
|/
* better name is memconcept change itdwight2011-12-301-1/+1
* lockconceptdwight2011-12-261-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+267