summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-081-1/+1
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-082-9/+2
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-071-1/+1
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-0624-37/+200
* SERVER-24645 Make $addToSet respect collation.David Hatch2016-07-013-7/+90
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-4/+22
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-18/+2
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-2/+18
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-223-38/+0
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-219-4/+128
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-18/+10
* SERVER-23103 Repair some bad includesAndrew Morrow2016-06-161-2/+2
* SERVER-23611 Queries use collection default collation, if unspecifiedJ. Rassi2016-06-132-2/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-033-19/+19
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-033-4/+10
* 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