summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...Tess Avitabile2016-01-291-1/+1
* SERVER-14372: update update tests for bit/mulScott Hernandez2016-01-192-5/+18
* SERVER-21647 add missing $rename unit testDavid Storch2015-12-301-0/+6
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-302-4/+44
* SERVER-21407 use ExtensionsCallbackDisallowExtensions in path_support_testDavid Storch2015-12-221-2/+4
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+2
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-151-1/+6
* SERVER-21653 do not cache lastoptime decoration from Client objectEric Milkie2015-11-241-3/+2
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-1/+1
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-122-5/+5
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-064-2/+6
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-052-2/+2
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-055-8/+8
* SERVER-21048: Stop regetting the collection in deleteObjectsMartin Bligh2015-10-212-7/+2
* SERVER-20487 w:majority writes that return an error should wait for replicationEric Milkie2015-09-231-4/+9
* SERVER-19361 Prevent inserting of doc with more than one _id fieldYunhe (John) Wang2015-09-161-3/+8
* SERVER-19706 Empty bit operation now returns BadValue errorYunhe (John) Wang2015-09-092-0/+12
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-1/+1
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-132-1/+131
* SERVER-18522 permit replicated writes with deleteObjects() (used by sharding)Eric Milkie2015-07-301-3/+9
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-292-0/+15
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-282-4/+4
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-273-3/+4
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+2
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-2/+2
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-112-4/+10
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+3
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-062-3/+4