summaryrefslogtreecommitdiff
path: root/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "do preallocation after initial allocation too, make file allocator in...Aaron2009-04-151-6/+3
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-04-151-0/+2
|\
| * uassert on invalid size spec to create collectionAaron2009-04-151-0/+2
* | preallocate on implicit creation of first data fileAaron2009-04-151-0/+2
* | do preallocation after initial allocation too, make file allocator interface ...Aaron2009-04-151-3/+6
* | allocate files in backgroundAaron2009-04-151-2/+12
|/
* log separate op for each deleted objectAaron2009-04-091-2/+2
* don't allow _id to be an arrayAaron2009-04-071-1/+3
* array elt may not contain referenced subobjectAaron2009-04-061-1/+3
* checkpoint: beginnings of cleaning up the recstore interfaceDwight2009-03-201-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-191-14/+13
|\
| * improved dropIndex for new recstoreDwight2009-03-191-14/+13
* | Replace emptyObj with BSONObj()Aaron2009-03-191-6/+4
|/
* Now forward startLoc, with testAaron2009-03-181-1/+1
* Find requested oplog entry starting from tail of logAaron2009-03-181-6/+8
* implemented dropIndexes for alt rec storeDwight2009-03-171-1/+2
* finishCloneCollection checkpointAaron2009-03-111-1/+1
* Revert "Use os file locking to lock dbpath"Aaron2009-03-101-0/+2
* Use os file locking to lock dbpathAaron2009-03-091-2/+0