summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-25131: release resource in destructorScott Hernandez2016-09-191-0/+1
* SERVER-25662: exit initial sync failpoints when initial sync failsScott Hernandez2016-09-191-0/+12
* SERVER-26043: Compact local database after initial syncScott Hernandez2016-09-196-6/+40
* SERVER-26151 StorageInterfaceImpl::dropCollection() shouldn't create the data...Benety Goh2016-09-192-3/+9
* SERVER-26099 Use separate thread to interrupt migration manager on stepdownKaloian Manassiev2016-09-191-3/+3
* SERVER-26145 Do not fassert at shutdown during move chunk commitKaloian Manassiev2016-09-191-12/+16
* SERVER-26072 add collation support for 59 new localesDavid Storch2016-09-163-407/+929
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-162-3/+8
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-1610-51/+39
* SERVER-26016 Add a basic test of oplog replay on startupMathias Stearn2016-09-163-5/+24
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-169-36/+34
* SERVER-23941 fix check for incompatible arguments when using queryableBackupModeSam Rossi2016-09-161-6/+3