summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-072-0/+17
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-062-6/+19
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-022-5/+5
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-252-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-183-52/+52
* SERVER-24613 Add Client Metadata Documents' AppName to slow operation logsMark Benvenuto2016-08-041-1/+1
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-0/+3
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-228-25/+25
* SERVER-24213 Clean up failpoints for failing insert,update, and delete reques...Spencer T Brody2016-07-211-15/+15
* SERVER-24063 Add collation to logs, profile and currentOp.David Hatch2016-07-201-0/+2
* SERVER-24213 Rewrite add shard unit tests to use ConfigServerTestFixtureSpencer T Brody2016-07-201-0/+18
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-2/+4
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-0/+28
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-081-1/+1
* 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