summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-1640-448/+495
* SERVER-31916 wait for clusterTime on mongo connectionMisha Tyulenev2017-12-152-2/+2
* SERVER-30815 Injections for mongod should adhere to the mongodbmain libraryAndrew Morrow2017-12-153-4/+8
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-1425-426/+318
* SERVER-32315 Remove IndexObserverGeert Bosch2017-12-148-214/+0
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-1454-13055/+117
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-1410-68/+92
* SERVER-31982 check for write concern errors in migration commit responseDianna Hohensee2017-12-141-3/+7
* SERVER-31689 Allow $facet to merge on mongoS if all its pipelines are eligibleBernard Gorman2017-12-144-11/+81
* SERVER-32258 Remove V1UserDocumentParserSara Golemon2017-12-133-321/+0
* SERVER-32189 Delete dead SubplanStage handling for contained $or queries.David Storch2017-12-132-78/+2
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-139-77/+11
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-1316-1014/+120
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-1315-65/+190
* SERVER-32109 RenameNode no longer checks for no-op set.Justin Seyster2017-12-132-14/+24
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-1316-954/+468
* SERVER-30534 Create a _configsvrDropCollection commandKaitlin Mahar2017-12-132-0/+91
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-125-152/+103
* SERVER-32202 Do not clear the cached sharding filtering information on replic...Kaloian Manassiev2017-12-126-52/+28
* SERVER-32046 Fix typebit reading for indexed decimal infinitiesGeert Bosch2017-12-122-22/+86
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-1210-92/+68
* SERVER-32276 Remove support for MONGODB-CR in copydbSara Golemon2017-12-122-92/+2
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-123-9/+15
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-127-220/+18
* SERVER-29482 Fix ODR violation in databases_cloner.hSara Golemon2017-12-122-11/+5
* SERVER-8538 Occasionally log a deprecation warning when $isolated/$atomic is ...David Storch2017-12-121-0/+6
* SERVER-32173 Occasionally log a deprecation warning when the snapshot find co...David Storch2017-12-121-16/+22
* SERVER-32257 socket path only needs to exist when !noUnixSocketGabriel Russell2017-12-111-1/+1
* SERVER-29478 Fix ODR violation in database_clonerSara Golemon2017-12-111-6/+1
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-1/+1
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-115-5/+5
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2017-12-112-4/+4
* SERVER-32226: Have the oldest timestamp track the last applied optime during ...Daniel Gottlieb2017-12-117-4/+56
* SERVER-32130 stop printing arguments in code generation toolsMathias Stearn2017-12-081-6/+0
* SERVER-32149 Make ShardingCatalogManager::getDatabasesForShard check if query...Kaloian Manassiev2017-12-081-6/+10
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-081-9/+1
* SERVER-25276: Remove redundant information from minOpTimeRecovery documentKaitlin Mahar2017-12-082-54/+3
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-082-0/+2
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-076-27/+266
* SERVER-19415 Fix planCacheListQueryShapes command to report correct query pre...Ian Boros2017-12-072-7/+6
* SERVER-32145 Avoid dropping lock before disposing of PlanExecutorCharlie Swanson2017-12-072-8/+28
* SERVER-31954 Deprecation warning for use of MMAPv1 Storage Enginenehakhatri52017-12-071-1/+23
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-061-6/+2
* SERVER-32178 Do not use IDL on oldest oplog entryJudah Schvimer2017-12-062-8/+67
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-0618-7/+403
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-066-93/+48
* SERVER-31056 Do not uassert with code StaleConfigKaloian Manassiev2017-12-063-4/+4
* SERVER-31984 Include _recvChunkStatus errmsg in failed moveChunk responseJack Mulrow2017-12-061-1/+2
* SERVER-32021 Remove unused header _updateOpTimesFromHeartbeat_inlockVesselina Ratcheva2017-12-061-10/+0
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-069-139/+88