summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-2610-51/+44
* SERVER-26043: add back variables for each db use caseScott Hernandez2016-09-261-3/+6
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-3/+3
* Revert "SERVER-26327 Extend diagnostics in bulk_shard_insert.js"Kaloian Manassiev2016-09-261-3/+3
* SERVER-25702 added support to OplogFetcher for restarting oplog queryBenety Goh2016-09-264-32/+399
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-2613-93/+348
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-3/+3
* SERVER-25702 changed oplogFetcherMaxFetcherRestarts default from 10 to 3Benety Goh2016-09-231-1/+1
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-236-8/+110
* SERVER-23944 Expect CallbackCanceled as shutdown error during chunk commitKaloian Manassiev2016-09-231-1/+2
* SERVER-26282 Make sync source change logging clearerJudah Schvimer2016-09-233-5/+9
* SERVER-25004 isolate parsing logic in collmodRobert Guo2016-09-234-197/+232
* SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVers...r3.3.13David Storch2016-09-221-1/+8
* SERVER-25743 Add dochub links to all featureCompatibilityVersion error messagesTess Avitabile2016-09-223-70/+108
* SERVER-26248 Make IndexDescriptor string constants constexprKaloian Manassiev2016-09-224-28/+28
* SERVER-16292 Wait to fork until the server is listeningsamantharitter2016-09-221-3/+4
* SERVER-25942 Don't validate views in listCollections unless they are being re...Sam Rossi2016-09-221-6/+16
* SERVER-25444 Enforce max size of view pipelineSam Rossi2016-09-224-48/+192
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-2210-17/+66
* SERVER-26016 Add more injected-state tests of oplog replay at startupMathias Stearn2016-09-221-12/+14
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-225-0/+26
* SERVER-25312 Check for Null embedded malformed config stringSulabh Mahajan2016-09-221-0/+5
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-2116-52/+93
* SERVER-26204 Mark _configsvrMoveChunk as supportsWriteConcernKaloian Manassiev2016-09-211-1/+1
* SERVER-26023 Add unit tests for ViewCatalogSam Rossi2016-09-212-0/+367
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2016-09-214-3/+12
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-215-6/+6
* SERVER-25702 refactor OplogFetcher - convert owned Fetcher to a unique_ptr to...Benety Goh2016-09-212-25/+46
* SERVER-25905 Release all config held distlocks and reacquire balancer distloc...Dianna Hohensee2016-09-211-0/+4
* SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.Max Hirschhorn2016-09-203-22/+155
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-2028-119/+140
* SERVER-26190 Use waitForConditionOrInterruptNoAssert instead of directly pass...Kaloian Manassiev2016-09-201-11/+5
* SERVER-25894 Run _configsvrAddShard with w:majority write concernSpencer T Brody2016-09-201-1/+1
* SERVER-26190 Fix hanging replication_coordinator_impl_testKaloian Manassiev2016-09-201-0/+4
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-202-0/+9
* SERVER-25268 OplogBufferCollection no longer deletes documents from collectio...Benety Goh2016-09-202-26/+69
* SERVER-25268 added StorageInterfaceImpl::findOne and deleteOne support for st...Benety Goh2016-09-206-113/+511
* SERVER-26190 Make waitUntilOpTimeForRead interruptibleKaloian Manassiev2016-09-201-30/+25
* SERVER-26168 Do not use AutoGetCollectionForRead during repairDatabaseAndChec...Kaloian Manassiev2016-09-201-1/+10
* Revert "SERVER-25942 Don't validate views in listCollections unless they are ...Judah Schvimer2016-09-201-16/+6
* SERVER-25942 Don't validate views in listCollections unless they are being re...Sam Rossi2016-09-201-6/+16
* SERVER-25268 create default initial sync oplog buffer with cache for front an...Benety Goh2016-09-202-1/+4
* SERVER-25268 added OplogBufferProxy. caches front and back values of the unde...Benety Goh2016-09-204-0/+658
* SERVER-26107 Improve logging around sharding metadata refresh in MetadataManagerKaloian Manassiev2016-09-201-14/+26
* SERVER-25012 Use non blocking call for opening bulk cursor to WTSulabh Mahajan2016-09-201-2/+6
* SERVER-26145 Do not fassert at shutdown during move chunk commitKaloian Manassiev2016-09-191-12/+18
* Revert "SERVER-26145 Do not fassert at shutdown during move chunk commit"Kaloian Manassiev2016-09-191-16/+12
* Revert "SERVER-17358 Add flag to customize maxLogLine when logging large lines"Judah Schvimer2016-09-192-9/+0
* SERVER-17358 Add flag to customize maxLogLine when logging large linesWaley Chen2016-09-192-0/+9
* SERVER-25662: print initial sync time in secondsScott Hernandez2016-09-191-2/+2