summaryrefslogtreecommitdiff
path: root/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleaning MINORDwight2009-08-131-2/+0
* don't allow dropping an index $ collectionDwight2009-08-131-6/+9
* changed dbpath to std::stringEliot Horowitz2009-08-111-4/+4
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-08-111-3/+11
|\
| * use $snapshot in the clone / repl code where appropriateDwight2009-08-101-1/+2
| * cleaner drop debuggingEliot Horowitz2009-08-061-1/+3
| * better error message on drop()Dwight2009-08-061-1/+6
* | BUG SERVER-184 mode for dropping duplicate records when creating unique index...Aaron Staple2009-08-051-10/+17
* | MINOR comments, cleanupAaron Staple2009-08-051-5/+9
* | more flexible $all matchingAaron Staple2009-08-031-16/+20
* | MINOR remove cruftAaron Staple2009-08-031-63/+0
* | SERVER-62 generate keys for more complex array arrangements, also ensure gene...Aaron Staple2009-08-031-63/+130
* | MINOR relocate variable to make other binaries happyAaron Staple2009-08-011-0/+1
* | disable data file preallocation for pairing/repl testsAaron Staple2009-08-011-0/+2
|/
* fast collection renaming within a databaseAaron Staple2009-07-291-6/+8
* beginnings of mms clientEliot Horowitz2009-07-171-1/+1
* long instead of int for file sizeEliot Horowitz2009-07-091-1/+1
* correct comments MINORDwight2009-07-071-8/+1
* fixed bug SERVER-118 multikey duplicate results from queriesDwight2009-07-071-10/+18
* fix bug SERVER-96 update that changes unique index field disregards unique c...Dwight2009-06-191-37/+7
* fix bug where the feature that ensures _id is preserved on an updateDwight2009-06-191-61/+31
* towards update unique key fixDwight2009-06-181-4/+23
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-5/+5
* cleanup of update() before fixing dup keys issue thereDwight2009-06-051-25/+72
* just comments todo on update dup keys MINORDwight2009-06-041-2/+4
* file allocator compile windows MINORAaron2009-05-281-2/+0
* wait for file allocator to finish before removing filesAaron2009-05-271-2/+34
* add id index to correct collection MINORAaron2009-05-261-1/+1
* BUG SERVER-71 don't allow multiple _id indexesAaron2009-05-261-1/+9
* fix op logging for collection creation and for convertToCappedAaron2009-05-211-2/+20
* autoIndexId defaults to false when creating a capped collectionAaron2009-05-181-3/+9
* refactor dropCollectionAaron2009-05-111-2/+12
* better id index logging MINORAaron2009-04-211-3/+4
* don't update id index when id field is to be addedAaron2009-04-211-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-04-211-1/+1
|\
| * fix issue rolling back indexes on uniqueness violationAaron2009-04-211-1/+1
* | add index id in userCreateNS, unless this is not requested in create specAaron2009-04-211-3/+6
* | create id index correctly when cloningAaron2009-04-201-3/+8
* | add _id index automatically, don't allow it to be deletedAaron2009-04-201-2/+5
|/
* create index, when unique, will now completely fail if there is a duplicate k...Dwight2009-04-201-16/+19
* unique indexesDwight2009-04-201-14/+23
* don't preallocate on very first allocation for file, to avoid splitting new c...Aaron2009-04-151-1/+0
* update size in map and allocate asap interfacesAaron2009-04-151-1/+0
* Revert "Revert "do preallocation after initial allocation too, make file allo...Aaron2009-04-151-3/+6
* Revert "Revert "uassert on invalid size spec to create collection""Aaron2009-04-151-0/+2
* Revert "Revert "allocate files in background""Aaron2009-04-151-2/+12
* Revert "Revert "preallocate on implicit creation of first data file""Aaron2009-04-151-0/+2
* Revert "preallocate on implicit creation of first data file"Aaron2009-04-151-2/+0
* Revert "allocate files in background"Aaron2009-04-151-12/+2
* Revert "uassert on invalid size spec to create collection"Aaron2009-04-151-2/+0