summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/insert.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-2/+6
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-2/+2
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-061-2/+2
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-6/+0
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-0/+6
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-5/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* 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