summaryrefslogtreecommitdiff
path: root/db/extsort.cpp
AgeCommit message (Expand)Author
2011-06-16use legacy compare for legacy index buildingDwight
2011-06-13DRYDwight
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-11-04move inl header inclusion to topDwight
2010-09-09try to kill warningDwight
2010-09-09towards a new capped impl; NamespaceDetails readability; cleaningdwight
2010-07-28warningEliot Horowitz
2010-07-02compile fixMathias Stearn
2010-07-02squash warningMathias Stearn
2010-04-27stdafx->pchDwight
2010-04-24less defines - use inlines instead. uassert etc.Dwight Merriman
2010-03-06spamEliot Horowitz
2010-02-20don't waste so much memory for small collectionsEliot Horowitz
2010-02-20just try and get a write lockEliot Horowitz
2010-02-20use re-usable fast array for sorting in memoryEliot Horowitz
2010-02-04sequential option for mmap SERVER-607Eliot Horowitz
2010-01-24better debugging when can't open streamsEliot Horowitz
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-21assert on mmap failureEliot Horowitz
2009-11-03some defensive code for boost versionsEliot Horowitz
2009-11-03wassert on extsortEliot Horowitz
2009-10-05put esort files in _tmp and remove on startupEliot Horowitz
2009-09-26don't use set for extsort, use list and then sortEliot Horowitz
2009-09-25don't use any files for external sort if its in 1 chunkEliot Horowitz
2009-09-24extsort cleaningEliot Horowitz
2009-09-24sort by obj,diskloc SERVER-291Eliot Horowitz
2009-09-23replace posix file write ops with ostreamEliot Horowitz
2009-09-21Merge branch 'master' of git@github.com:mongodb/mongoDwight
2009-09-21better unit tests for unique indexes and dropDup : true on indexingDwight
2009-09-21use mmap instead of readEliot Horowitz
2009-09-16boost 1.33 fix MINORyellow
2009-09-16windows portability MINOREliot Horowitz
2009-09-16external srot for BSONObj and DiskLoc SERVER-291Eliot Horowitz