summaryrefslogtreecommitdiff
path: root/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-12/+12
* fix repair with dups and background indexes SERVER-1099Eliot Horowitz2010-05-071-6/+22
* don't allow creating an index on system.indexesEliot Horowitz2010-05-061-0/+3
* Try #2 at SERVER-756.Richard Kreuter2010-05-061-0/+3
* Revert "New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SER...Richard Kreuter2010-05-051-3/+0
* New methods dropTempCollectionsInDB & dropAllTempCollectionsInDB. SERVER-756.Richard Kreuter2010-05-051-0/+3
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-12/+9
* elim some 64 bit warnings etc.Dwight Merriman2010-04-281-2/+2
* refactor and rename insertDwight Merriman2010-04-281-2/+6
* stdafx->pchDwight2010-04-271-1/+1
* logging for yield recursive failure, dont do bg index when have a recursive i...Eliot Horowitz2010-04-271-0/+1
* SERVER-810 _id modifying updates replicate correctlyAaron2010-04-271-2/+2
* slightly better followupExtentSize SERVER-1034Eliot Horowitz2010-04-211-1/+6
* fix case where its possible to creaet an invalid extent SERVER-1034Eliot Horowitz2010-04-211-1/+6
* faster! Ordering classDwight Merriman2010-04-201-2/+4
* growdwight2010-04-071-2/+4
* towards storage engine pluggabilityDwight2010-04-051-11/+12
* SERVER-425 Configurable path for pid/lock fileGuillaume Delannoy2010-03-311-0/+1
* make HeaderSize a constDwight2010-03-311-2/+2
* mmf abstraction 2Dwight2010-03-311-2/+3
* wrong method nameEliot Horowitz2010-03-281-1/+1
* reset curop in repl thread SERVER-837Eliot Horowitz2010-03-261-1/+1
* fix ClientCursor changeEliot Horowitz2010-03-251-1/+1
* store queryOptions in ClientCursor in case needed during getMoreDwight2010-03-251-1/+1
* rm compile warningAaron2010-03-241-1/+1
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-231-1/+5
|\
| * bg index progress meter SERVER-809Eliot Horowitz2010-03-221-1/+5
* | SERVER-812 lastError may not be set during shutdown, so clean up failed index...Aaron2010-03-231-5/+9
|/
* on a collection drop remove namespaces from Top SERVER-768Eliot Horowitz2010-03-161-0/+1
* SERVER-758 reset query optimizer stats after building index in backgroundAaron2010-03-161-8/+10
* can get progress of index creation through db.currentOp and web console SERVE...Eliot Horowitz2010-03-151-3/+8
* better log msgDwight2010-02-251-1/+1
* SERVER-657 pass through error code on failed index createAaron2010-02-231-1/+2
* don't waste so much memory for small collectionsEliot Horowitz2010-02-201-1/+3
* better debugging for SERVER-650Eliot Horowitz2010-02-201-2/+2
* optional debugging for indexing ram usageEliot Horowitz2010-02-201-2/+10
* more logging for index buildingEliot Horowitz2010-02-191-0/+1
* SERVER-579 support copyDatabase from source running with securityAaron2010-02-161-1/+1
* cleaningEliot Horowitz2010-02-141-4/+4
* cleaningEliot Horowitz2010-02-131-21/+21
* SERVER-620Dwight2010-02-101-5/+23
* SERVER-594 allocate first extent of new collection from free listAaron2010-02-081-2/+2
* add _id to system. collections if they are legal client namespacesEliot Horowitz2010-02-071-1/+2
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-041-5/+8
|\
| * better debugging MINOREliot Horowitz2010-02-041-1/+1
| * cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-4/+7
* | background index buildingDwight2010-02-041-13/+15
|/
* make a couple vars loop invariant for multi updates, and thus be a bit faster...Dwight2010-02-031-8/+9
* fix for a dropDups case with bg indexingDwight2010-02-021-2/+7
* towards bg indexingDwight2010-02-011-1/+5