summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43396 use path tracking visitor when producing AST debug BSONIan Boros2019-12-172-67/+35
* SERVER-30622 RollbackChecker should retry on network failures.Matthew Russotto2019-12-174-5/+225
* SERVER-45105 Keep allowing scope and finalize to be explicit null in mapReduc...Ted Tuckman2019-12-175-37/+96
* SERVER-42677 Remove old MR mongos codeJacob Evans2019-12-176-800/+2
* SERVER-44716 Make donor of a migration use _configsvrEnsureChunkVersionIsGrea...Esha Maharishi2019-12-174-60/+166
* SERVER-45135 Make the 'failNonIntentLocksIfWaitNeeded' fail point only throw ...Gregory Wlodarek2019-12-173-13/+36
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-1716-178/+302
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-1719-38/+446
* SERVER-44550 Remove mobile specific commands from embeddedAndrew Morrow2019-12-173-155/+0
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-174-5/+13
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-169-47/+2
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-1617-186/+653
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-1612-94/+428
* SERVER-45170 wait for database tasks to be complete on exception from clonersMatthew Russotto2019-12-162-4/+19
* SERVER-45168 Create add-only syncronized list typeBen Caimano2019-12-163-0/+354
* SERVER-44897 remove DBDirectClient from MongoInterfaceStandaloneBenety Goh2019-12-162-6/+3
* SERVER-45151 Skip call to awaitNodesAgreeOnAppliedOptime during initiate if h...Samyukta Lanka2019-12-161-6/+10
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-1616-101/+776
* SERVER-44897 rename MongoProcessInterface::createIndexes() to createIndexesOn...Benety Goh2019-12-168-22/+21
* SERVER-44897 MongoInterfaceStandalone::createIndexes() uses IndexBuildsCoordi...Benety Goh2019-12-162-1/+31
* SERVER-42009 Forbid creation of collections with namespace names containing a $Geert Bosch2019-12-161-0/+4
* SERVER-44915 Extend output to include full index options and shard nameMihai Andrei2019-12-167-25/+73
* SERVER-44942 Don't allow drop of out temp collection before index copyingTed Tuckman2019-12-162-0/+14
* SERVER-45070 Add Creative Commons license for TLA+ specificationsTess Avitabile2019-12-151-0/+6
* SERVER-43360 No year 0 in $dateFromParts expressionsJustin Seyster2019-12-131-4/+4
* SERVER-40358 Add assertion helpers like 'StatusOKWithContext' to all macrosEric Cox2019-12-134-3/+120
* SERVER-45029 Add getCurrentServiceContext()Ben Caimano2019-12-132-0/+18
* SERVER-45107 Reorder index spec fields during removeExistingIndexesMaria van Keulen2019-12-131-1/+1
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-136-52/+5
* SERVER-45028 obtain ghost timestamp to complete single phased index builds on...Benety Goh2019-12-131-0/+7
* SERVER-44479 verify index name is unique when adding new entries to a collect...Eric Milkie2019-12-131-0/+3
* SERVER-44308 Fix call to _flushRoutingTableCacheUpdates for sessions collecti...Haley Connelly2019-12-131-5/+33
* SERVER-44341 Round-robin policy for shardCollection pre-splitting on zonesTommaso Tocci2019-12-132-10/+69
* SERVER-43915 Update shard targeting logic to correctly target by compound has...Arun Banala2019-12-133-12/+387
* SERVER-44733 Use ChangeStreamFatalError consistently on mongoS and mongoDBernard Gorman2019-12-131-1/+1
* SERVER-44976 Make fields non-optional in _configsvrEnsureChunkVersionIsGreate...Esha Maharishi2019-12-131-0/+3
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-1323-58/+234
* SERVER-43125 test propagation of RWC defaultsKevin Pulo2019-12-131-10/+4
* SERVER-43716 mongos periodic refresh of RWC defaultsKevin Pulo2019-12-136-5/+69
* SERVER-44887 reference correct ticket in todoKevin Pulo2019-12-131-1/+1
* SERVER-26066 Fix dependency analysis for projections with expressions on dott...Ian Boros2019-12-124-8/+58
* SERVER-44976 Add _configsvrEnsureChunkVersionIsGreaterThan command that calls...Esha Maharishi2019-12-124-0/+153
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-1212-26/+228
* SERVER-45065 Add a method ShardingCatalogManager::ensureChunkVersionIsGreater...Esha Maharishi2019-12-124-0/+313
* SERVER-44975 Make donor shard retry refreshing its filtering metadata until i...Esha Maharishi2019-12-121-33/+24
* SERVER-44264 Add IAM Client support for EC2 Metadata supportMark Benvenuto2019-12-124-1/+68
* SERVER-45050 Change Windows Kerberos client to use default credentials when n...Mark Benvenuto2019-12-121-9/+10
* SERVER-33582 Add $bsonSize expressionDavid Percy2019-12-123-6/+61
* SERVER-44996 Use _metadata.back() instead of _metadata.front() in _pushListTo...Matthew Saltz2019-12-121-1/+1
* SERVER-44699: Clean up exhaust cursors when the network session is closedLingzhi Deng2019-12-124-1/+65