summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-211-0/+5
* SERVER-30971: Own "scope" BSONObj in mapReduceSpencer Jackson2017-09-201-2/+2
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+2
* SERVER-29365 make no-op applyOps wait for majority writeConcern before returningDianna Hohensee2017-05-261-16/+25
* SERVER-28447/SERVER-28448 Only refresh metadata or wait for critical section ...Kaloian Manassiev2017-04-051-19/+16
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-04-041-0/+56
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-03-191-3/+11
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-03-091-1/+1
* SERVER-25994: Make applyOps work without universal privilegesSpencer Jackson2016-10-033-7/+80
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-10-035-11/+238
* SERVER-25951 Report additional metrics in getMore slowms loggingJames Wahlin2016-09-071-0/+20
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-292-20/+91
* SERVER-23795 Use storage engine isEmpty instead of storageSize.Michael Cahill2016-07-271-1/+1
* SERVER-24031 Prevent cleanupOrphaned from starting if a migration is running.Dianna Hohensee2016-06-211-0/+6
* SERVER-21863 Prevent map-reduce from inserting >16MB documents.Max Hirschhorn2016-03-291-0/+20
* SERVER-23066 Make killOp accept negative opidGeert Bosch2016-03-291-0/+6
* SERVER-23097 Improve killed executor handling in MapReduceJames Wahlin2016-03-232-23/+24
* SERVER-23097 Handle PlanExecutor error in MapReduceJames Wahlin2016-03-231-2/+16
* SERVER-22933 SERVER-22934 make applyOps update the last optime on no-ops, and...Dianna Hohensee2016-03-211-0/+16
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-03-188-0/+16
* BF-1493 add namespace check to cleanupOrphanedMisha Tyulenev2016-03-101-0/+5
* SERVER-22947 fix pessimizing move in batch_executorEric Milkie2016-03-101-1/+1
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-265-10/+6
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-251-6/+7
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-242-2/+3
* SERVER-22239 DuplicateKey Error, update optime to latest after insert failureDianna Hohensee2016-02-181-0/+13
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-181-1/+1
* SERVER-22524 Only interrupt mapReduce on catalog manager swap if the output c...Spencer T Brody2016-02-171-9/+14
* SERVER-22270 applyOps takes a write concernJudah Schvimer2016-02-021-1/+20
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2016-01-291-15/+13
* SERVER-22007 Disable last-error tracking for help commands.Andy Schwerin2016-01-291-1/+0
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-271-0/+5
* SERVER-20036 Add back line that was accidentally removedSpencer T Brody2016-01-211-0/+1
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-212-0/+50
* SERVER-21958 Fix lint errorAndy Schwerin2016-01-211-2/+1
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2016-01-213-4/+1
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentJason Rassi2016-01-201-1/+1
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-132-0/+15
* SERVER-21997 periodically drop locks while keepCursorPinnedDuringGetMore fail...David Storch2016-01-111-1/+9
* SERVER-20083 Log index filter change at default levelJames Wahlin2016-01-111-0/+10
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-152-30/+63
* SERVER-21706 error when mapReduce outputs to config or admin dbMisha Tyulenev2015-12-141-0/+8
* SERVER-21768 Remove the 'numCollections' field from dbHash's responseJonathan Abrahams2015-12-111-1/+0
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-111-0/+6
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-091-0/+4
* SERVER-21659 Move logic for redacting 'bypassDocumentValidation' privilege fo...Spencer T Brody2015-11-301-0/+46
* SERVER-21604 v3.0 mongos fails to ping config.mongos if config servers are v3.2Randolph Tan2015-11-253-3/+3
* SERVER-21653 do not cache lastoptime decoration from Client objectEric Milkie2015-11-242-9/+5
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-1/+0
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-176-0/+31