summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-375 Implement $mul by way of $incAndrew Morrow2013-08-205-11/+56
* SERVER-4362 Implement xor support for $bitAndrew Morrow2013-08-202-12/+153
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-203-30/+17
* Remove setter chaining support from UpdateRequestAndrew Morrow2013-08-191-16/+8
* SERVER-10526 Fix improper use of temporary matched field nameAndrew Morrow2013-08-151-3/+6
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-134-285/+320
* SERVER-10497 Remove legacy update frameworkAndrew Morrow2013-08-134-2811/+75
* SERVER-10026 use server parameter for triggering query systemHari Khalsa2013-08-121-7/+2
* cleanup okForStorage whitelisting checksScott Hernandez2013-08-091-1/+1
* SERVER-6399: fix unit tests after 'Support replacement with empty doc and log...Scott Hernandez2013-08-091-6/+6
* SERVER-6399: revert counting to number matched, including noopsScott Hernandez2013-08-091-9/+11
* SERVER-6399: Support replacement with empty doc and log thatScott Hernandez2013-08-093-20/+12
* SERVER-10163: don't check okForStorage during replicationScott Hernandez2013-08-092-8/+5
* SERVER-10026 SERVER-10376 getMore and invalidation and clientCursorHari Khalsa2013-08-071-5/+12
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-072-6/+26
* SERVER-10159 Hoist modifier parsing out of the write lock for updateAndrew Morrow2013-08-075-57/+117
* SERVER-4830: fix update+upsert insert case to preserve query fieldsScott Hernandez2013-08-063-45/+62
* remove errant log lineScott Hernandez2013-08-061-1/+0
* SERVER-10301 Release client cursor if we failed to resume from yieldAndrew Morrow2013-08-051-8/+14
* SERVER-10301 Fix badly named variableAndrew Morrow2013-08-051-2/+2
* SERVER-10379: do not apply okForStorage check to config db collectionsScott Hernandez2013-08-053-4/+18
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-0/+9
* SERVER-10163: don't remove blocking element, just replaceScott Hernandez2013-08-032-17/+34
* SERVER-6405: move db/record* to db/storage/record.*Eliot Horowitz2013-08-011-1/+1
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-0138-139/+479
* SERVER-5289: use query _id for replacementScott Hernandez2013-08-011-0/+4
* SERVER-7174: don't log when noop because of wrong contextScott Hernandez2013-08-011-6/+8
* SERVER-4830: filter out !okForStorage parts from query on update+upsertScott Hernandez2013-08-011-0/+5
* SERVER-10159 Re-use Document objects during update loop and loggingAndrew Morrow2013-08-013-9/+10
* SERVER-10300 Implement page fault handling logic for new update framworkAndrew Morrow2013-07-311-3/+25
* SERVER-10301 Implement basic yielding for the new update frameworkAndrew Morrow2013-07-313-7/+63
* SERVER-7176: return better error message from pathsupport::findLongestPrefixScott Hernandez2013-07-301-1/+4
* SERVER-2212 Add mongod query option $maxTimeMS, shell helperJason Rassi2013-07-261-0/+1
* SERVER-2212 Logic to apply time limits to getmore CurOp objectsJason Rassi2013-07-261-0/+13
* SERVER-10296 Allow $unset and $rename to act on invalid namesAndrew Morrow2013-07-266-45/+137
* SERVER-10298 SERVER-10277: add tests and cleanup code to match for update rep...Scott Hernandez2013-07-264-11/+309
* SERVER-10272 Fix matching in $pull, renable new working tests and add a few n...Andrew Morrow2013-07-253-23/+183
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
* SERVER-7175: create oplog entry query w/id fieldScott Hernandez2013-07-233-17/+47
* Allow testing new update framework in dbtests (core) with smokeScott Hernandez2013-07-222-0/+7
* SERVER-9811 Better error for query on the $cmd namespace without a limit of 1Randolph Tan2013-07-221-2/+7
* SERVER-7175: reduce padding on inplace updatesScott Hernandez2013-07-221-0/+1
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-2221-228/+123
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-2213-82/+73
* SERVER-10273 Support variadic arguments to $bit in new update frameworkAndrew Morrow2013-07-223-28/+95
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-1938-365/+833
* SERVER-6399 Reject non-object entries in $each in $push with $sortAndrew Morrow2013-07-181-1/+13
* SERVER-10214 When doing an object replacement, update any 0 timestamps in fir...Andrew Morrow2013-07-181-2/+25
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-182-0/+2
* SERVER-10037: move reset firstScott Hernandez2013-07-151-2/+3