summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-102-5/+11
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-2/+2
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-304-6/+16
* SERVER-14064 provide planSummary for slow count commandsDavid Storch2014-05-291-0/+14
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-272-6/+6
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-222-7/+7
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-202-2/+2
* SERVER-12461 Use larger values to test for too large $position arguments.Michael Hudson-Doyle2014-05-201-2/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-192-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-163-27/+63
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-152-2/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-158-15/+15
* SERVER-13930 Don't hardcode "$mod" in error messageValeri Karpov2014-05-151-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-133-112/+1
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-121-2/+2
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-094-13/+18
* SERVER-13802: fix insert validation with timestampsEliot Horowitz2014-05-061-1/+0
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-051-1/+0
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-048-18/+26
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-014-11/+12
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-012-2/+2
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-1/+2
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-302-3/+3
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-2/+0
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-298-17/+36
* SERVER-13643: move update damage vector application into CollectionEliot Horowitz2014-04-281-18/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-172-7/+10
* SERVER-12578 Permit in-place mutation for all types when possibleAndrew Morrow2014-04-061-1/+0
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* SERVER-13336 count should always yieldHari Khalsa2014-03-251-9/+1
* SERVER-12973 update command can make document larger than 16MBRandolph Tan2014-03-131-0/+8
* SERVER-13115 add error codesDavid Storch2014-03-121-2/+2
* SERVER-13115 Create DeleteExecutor to facilitate unlocked query parsing in de...Andy Schwerin2014-03-124-109/+383
* SERVER-13115 Move isQueryIsolated() into QueryPlannerCommon.Andy Schwerin2014-03-121-13/+2
* SERVER-12913: improve storage validation messagesScott Hernandez2014-03-121-8/+17
* SERVER-12846: don't pop nonexistent paths in updateScott Hernandez2014-03-124-46/+92
* 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-12848 Don't validate field names of array childrenAndrew Morrow2014-03-032-53/+94
* SERVER-12945: inc/mul error message more betterScott Hernandez2014-02-271-3/+5
* SERVER-12915 only track modified docs if move or mods affect indicesHari Khalsa2014-02-261-4/+7
* SERVER-12915 update must keep track of updated locs even w/in-place updatesHari Khalsa2014-02-261-12/+19
* SERVER-12774 added nscanned and nscannedObjects to slow query logBenety Goh2014-02-251-0/+2
* SERVER-12852: validate update+upsert->insert docScott Hernandez2014-02-241-0/+4
* REVERT 'SERVER-12774 - added nscanned and nscannedObjects to slow query log'Benety Goh2014-02-221-2/+0
* SERVER-12774 added nscannedObjects to OpDebugBenety Goh2014-02-211-0/+2
* SERVER-12516 Check for change in primary state when recovering from yield in ...Andy Schwerin2014-02-192-8/+33
* SERVER-12625: skip oplog entries for no-op fieldsScott Hernandez2014-02-184-18/+20