summaryrefslogtreecommitdiff
path: root/db/storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove reccache (mostly)Dwight2010-05-171-7/+11
* stdafx->pchDwight2010-04-271-1/+1
* make recstoreinterface nonvirtual so it's slightly fasterDwight Merriman2010-04-101-1/+1
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-6/+6
* MINOR fix compiler warningsAaron2009-04-061-52/+54
* checkpoint: beginnings of cleaning up the recstore interfaceDwight2009-03-201-0/+8
* implemented dropIndexes for alt rec storeDwight2009-03-171-0/+1
* for new recstore, have a separate datafile for each indexDwight2009-03-131-4/+5
* minor recstoreDwight2009-02-061-0/+1
* check if closed properly, recstoreDwight2009-02-061-0/+1
* new pagewriterDwight2009-02-061-109/+8
* some debug loggingDwight2009-02-041-0/+8
* on exit, wait for replication to finish upDwight2009-02-041-2/+4
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-041-3/+8
|\
| * Cleanup shutdown -- remove duplicate, debug messages; don't grab log mutexAaron2009-02-041-3/+8
* | reccache bug fixDwight2009-02-041-4/+26
|/
* defer reccache writesDwight2009-02-031-5/+7
* fix vc proj fileDwight2009-02-031-3/+4
* datastore workDwight2009-02-021-0/+108