summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/insert.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19361 Prevent inserting of doc with more than one _id fieldYunhe (John) Wang2015-09-161-3/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-146/+146
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-281-0/+8
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-4/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-3/+2
* SERVER-13802: fix insert validation with timestampsEliot Horowitz2014-05-061-1/+0
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-2/+2
* SERVER-12976 Check collection name length limit in userAllowedWriteNSMathias Stearn2014-03-071-0/+7
* SERVER-12997 Better error message for oversized insertMathias Stearn2014-03-061-1/+2
* SERVER-12209: check _id for $fields at insert timeEliot Horowitz2014-02-061-0/+6
* SERVER-11611: system.profile is allowed to be created by usersEliot Horowitz2013-12-301-0/+1
* SERVER-11611: some cleaning of insert.(h|cpp) based on code reviewsEliot Horowitz2013-12-221-6/+8
* SERVER-11611: move all user facing inserts to Collection::insertDocumentEliot Horowitz2013-12-221-0/+57
* SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Coll...Eliot Horowitz2013-12-221-6/+40
* SERVER-11611: prep work to remove DataFileMgr::insertWithObjModEliot Horowitz2013-12-221-0/+91