summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/insert.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-241-2/+6
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-18/+17
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-281-3/+8
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-11611: some cleaning of insert.(h|cpp) based on code reviewsEliot Horowitz2013-12-221-1/+1
* SERVER-11611: move all user facing inserts to Collection::insertDocumentEliot Horowitz2013-12-221-0/+10
* SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Coll...Eliot Horowitz2013-12-221-1/+1
* SERVER-11611: prep work to remove DataFileMgr::insertWithObjModEliot Horowitz2013-12-221-0/+42