summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-03-031-1/+1
* SERVER-6302 Fix multiple fsyncLock() invocation race conditionJames Wahlin2016-11-021-0/+2
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-6/+6
* 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-5/+6
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+1
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-12/+11
* SERVER-24613 Add Client Metadata Documents' AppName to slow operation logsMark Benvenuto2016-08-041-1/+1
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+4
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-3/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+3
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-6/+4
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+9
* SERVER-23260 Consolidate CurOp and OpDebug query objectsJames Wahlin2016-05-191-5/+3
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-675/+172
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-211-69/+57
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-5/+5
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-5/+5
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-5/+5
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-4/+6
* 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-23434 Make find and getMore return InvalidNamespace on bad namespacesKaloian Manassiev2016-03-301-1/+3
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-1/+2
* SERVER-23103 Make libcommand not depend on libcuropAndrew Morrow2016-03-211-0/+1
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-129/+0
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-8/+8
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-2/+10
* SERVER-22681 Avoid calling infoCache() when collection doesn't exist.Max Hirschhorn2016-02-291-1/+4
* SERVER-22353 disable profiling in readOnly modeAdam Midvidy2016-02-241-0/+2
* SERVER-22239 DuplicateKey Error, update optime to latest after insert failureDianna Hohensee2016-02-181-0/+13
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-1/+1
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+2
* SERVER-22167: Move fixDocuments up earlier in the insert path to ensure it runsMartin Bligh2016-02-021-7/+7
* SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...Tess Avitabile2016-01-291-2/+4
* SERVER-20808 reject negative ntoreturn on OP_GET_MORE messagesDavid Storch2016-01-211-0/+2
* SERVER-21776 Most instance.cpp log msgs should use kCommand componentJason Rassi2015-12-301-28/+14
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-151-8/+18
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-111-2/+13
* SERVER-21653 do not cache lastoptime decoration from Client objectEric Milkie2015-11-241-5/+3
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-7/+9
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-1/+0
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-23/+15
* SERVER-20360: Control our yield policy by precalculated batch size for writecmdMartin Bligh2015-10-201-3/+1
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-1/+1
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1