summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-04-042-3/+48
* Revert "SERVER-28347 enforce storage depth limit for user documents"Randolph Tan2017-03-282-48/+3
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-282-3/+48
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-03-031-5/+5
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-7/+7
* SERVER-25821 make max insert batch size on primary tunableSam Rossi2016-10-121-1/+1
* SERVER-26325: Show redacted slow operation report when redaction enabledSpencer Jackson2016-10-071-1/+1
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-22/+13
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-202-4/+4
* 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