summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18985 log setParameter commandsKevin Pulo2018-10-301-3/+29
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-292-9/+6
* SERVER-37749 replSetResizeOplog command does not validate argument correctlyLouis Williams2018-10-291-2/+8
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-2620-502/+428
* SERVER-37735 Ensure the full logical session id is included in commands sent ...Blake Oler2018-10-243-5/+191
* SERVER-37651 Fix incorrect copyright headers in python filesRamon Fernandez2018-10-242-54/+44
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-232-0/+41
* SERVER-37701 Make SessionUpdateTracker include the uid portion of LogicalSess...Randolph Tan2018-10-234-11/+8
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-2312-17/+102
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-233-39/+50
* SERVER-37651 Fix lintMark Benvenuto2018-10-195-5/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-172206-28754/+33392
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-10-152-14/+59
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-10-124-5/+48
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-112-1/+46
* SERVER-36961 createIndexes command should check if indexes already exist with...Louis Williams2018-10-102-39/+63
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-10-081-1/+22
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before r...Tess Avitabile2018-10-051-10/+7
* SERVER-36850 Change the LogicalSessionCache refresh parameter granularity fro...Blake Oler2018-10-053-11/+10
* SERVER-37430 Shut down PeriodicRunner before Sharding and Replication shutdownBlake Oler2018-10-051-5/+5
* SERVER-36831 Report active operations correctly on the ServiceLiaison for mongosBlake Oler2018-10-041-4/+23
* SERVER-29160 bump timeout for migration operations to 60secMisha Tyulenev2018-10-031-1/+1
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-0213-14/+113
* SERVER-37353 Handle $slice value of LLONG_MIN gracefullyJames Wahlin2018-10-012-4/+12
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-10-016-1/+31
* SERVER-37118: Fix invokation argument orderSpencer Jackson2018-09-281-1/+1
* SERVER-20845: Add replSetReconfig audit hookSpencer Jackson2018-09-281-0/+5
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-2810-7/+28
* SERVER-35763 lastWriteDate field can get out of sync between repl set nodes d...Randolph Tan2018-09-271-10/+2
* SERVER-36944 applyOps uses applyCommand_inlock() for system.indexes insertsBenety Goh2018-09-251-26/+9
* SERVER-36951 a createIndexes operation inside applyOps is not required to hav...Dianna Hohensee2018-09-251-1/+1
* SERVER-36746 Don't erroneously skip drain mode if a stepdown attempt fails.Spencer T Brody2018-09-245-64/+124
* SERVER-33383 Prevent internal replSetStepDown from racing with stepdown via h...Vesselina Ratcheva2018-09-244-2/+27
* SERVER-34713 Change WT size storer to just buffer writes, not cacheGeert Bosch2018-09-249-267/+240
* SERVER-32943 Query during background index build can lead to suboptimal cache...James Wahlin2018-09-201-0/+4
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-199-32/+257
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-199-16/+47
* SERVER-35222 Make sure that SessionsCollectionConfigServer will shard config....Randolph Tan2018-09-191-1/+1
* SERVER-34362 ReplicaSetCoordinatorExternalStateImpl::_dropAllTempCollections(...Suganthi Mani2018-09-181-1/+1
* SERVER-32369 fix invariant message in UUIDCatalogSuganthi Mani2018-09-181-1/+3
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-09-182-7/+28
* SERVER-36694 Do not hand off elections when in PV0Vesselina Ratcheva2018-09-181-2/+2
* SERVER-35657 Do not delay journal flushes when operations are waiting for opl...Louis Williams2018-09-182-8/+22
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-173-1/+46
* SERVER-37002 collection rename drops indexes with long names in the target na...r3.6.8-rc1r3.6.8Benety Goh2018-09-101-0/+47
* SERVER-30841 Lower the amount of metadata refresh loggingCheahuychou Mao2018-09-071-23/+27
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-09-063-52/+24
* SERVER-34465 Add a testing parameter to choose a permanent sync sourceJudah Schvimer2018-09-061-0/+39
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-09-055-16/+16
* SERVER-34120 call done() in SessionsCollectionRSJason Carey2018-09-051-1/+9