summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/insert.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48631 Do not allow renameCollection to create collection which begins ...Katherine Wu2020-07-101-2/+2
* SERVER-48955 Do not allow user created collections to have a '$' in the names...Gregory Wlodarek2020-06-181-0/+5
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-3/+3
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-69/+25
* SERVER-46945: Correct FCV-aware error messages for overlong collection names.Daniel Gottlieb2020-03-191-7/+0
* SERVER-41745 Collections with names longer than 120 characters will be gated ...Gregory Wlodarek2019-08-291-1/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+6
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-8/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-3/+1
* SERVER-39526 Write an indexBuilds entry to disk when a simultaneous index bui...Gregory Wlodarek2019-02-221-0/+2
* 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-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-4/+0
* SERVER-32894 Disallow creation of system.indexesTess Avitabile2018-02-081-4/+9
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+6
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-2/+4
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-4/+2
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-2/+4
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+2
* SERVER-28344: Implement the admin.system.sessions collectionSpencer Jackson2017-06-201-0/+2
* Revert "Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater""Randolph Tan2017-04-181-0/+2
* Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater"Daniel Gottlieb2017-04-181-2/+0
* SERVER-28433 Implement KeysCollectionCacheReaderAndUpdaterRandolph Tan2017-04-171-0/+2
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-241-0/+42
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-2/+4
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-2/+2
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-8/+8
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-0/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+9
* SERVER-23873 Optimize fixDocumentForInsertMathias Stearn2016-04-291-8/+8
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* 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