summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2834-156/+259
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+1
* SERVER-24305 Add NetworkTaskExecutor to clientdriver libraryMisha Tyulenev2016-05-271-3/+0
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+3
* SERVER-23473 Propagate update collation parameterTess Avitabile2016-05-202-2/+15
* SERVER-23260 Consolidate CurOp and OpDebug query objectsJames Wahlin2016-05-191-5/+2
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-192-13/+4
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-182-108/+94
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-2/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-162-2/+2
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-103-39/+28
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-1/+0
* SERVER-24005 Use FastClockSource in getNextGlobalTimestamp()Mathias Stearn2016-05-091-0/+2
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-091-5/+0
* SERVER-23473 Add collation parameter to update and deleteTess Avitabile2016-05-068-8/+66
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-052-5/+62
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-056-36/+57
* SERVER-23548 Remove More VS2013 WorkaroundsMark Benvenuto2016-05-051-3/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-044-7/+7
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-0/+13
* SERVER-23873 Optimize fixDocumentForInsertMathias Stearn2016-04-291-8/+8
* SERVER-23873 Hold lock for full batch of single inserts, unless an error occursMathias Stearn2016-04-291-30/+47
* SERVER-23901 make write commands accept any type for bypassDocumentValidationMathias Stearn2016-04-292-4/+4
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-296-17/+169
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-262-2/+4
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+12
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-215-25/+727
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-215-0/+747
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-212-7/+2
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-214-10/+21
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-212-3/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-212-3/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-212-3/+3
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-212-0/+32
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-1/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+1
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+1
* SERVER-16221 SERVER-23711 Don't attempt to coerce non-normal double to intAndrew Morrow2016-04-151-5/+9
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+5
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* SERVER-22701 Make replace modifier timestamp handling endian-safesamantharitter2016-03-172-4/+7
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-112-6/+4
* SERVER-22635 adjust CannotBackfillArray error checking to ensure array mods r...David Storch2016-03-102-9/+40
* SERVER-22702 Clean up push position validation and eliminate UBTess Avitabile2016-02-242-35/+29
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-122-9/+8
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-082-2/+2
* SERVER-12932 Fix grammer errors in push and updateJames Wahlin2016-02-042-8/+8
* SERVER-12959 fix lintJonathan Reams2016-02-031-3/+3
* SERVER-12959 Fix $position error message on invalid valueJames Wahlin2016-02-032-3/+10