summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-22160-2003/+1153
* SERVER-35677 always log a prepare oplog entry on prepareTransactionJudah Schvimer2018-06-226-23/+79
* SERVER-24210 renaming collection to local.oplog.rs on standalone mongod needs...Sean Tao2018-06-221-0/+8
* SERVER-35603 add failpoint to prevent dynamic snapshot history window target ...Dianna Hohensee2018-06-221-0/+12
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-2263-345/+802
* SERVER-35639 Include port in server name of config.changelog entriesKevin Pulo2018-06-222-5/+10
* SERVER-34606 Early return from majority commit point oplog truncationMaria van Keulen2018-06-213-11/+26
* SERVER-35376 added prepared state to sessionJudah Schvimer2018-06-214-33/+261
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-06-212-7/+28
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-2111-35/+740
* SERVER-35300 Added SingleTransactionStats::setEndTime to where transactions a...jinichu2018-06-211-0/+2
* Revert "SERVER-35612 Implement ChunkWritesTracker with unit tests, make Chunk...Matthew Saltz2018-06-2111-739/+35
* SERVER-35324 parse and store allPaths index specsamontea2018-06-2111-16/+213
* SERVER-35555 StorageTimestampTests dbtest should be run on any storage engine...Benety Goh2018-06-211-2/+3
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-2111-35/+739
* SERVER-35555 move logic for skipping test suite from individual tests to set...Benety Goh2018-06-211-136/+7
* SERVER-33870 make numYields of parent CurOps reflect child yieldssamontea2018-06-213-3/+24
* SERVER-1761 Add mongos unix domain socket tests and close transport layerAnthony Roy2018-06-211-8/+8
* SERVER-35058 Defer removing ReplicationCoordinator ThreadWaiters to their Wai...Vesselina Ratcheva2018-06-212-19/+34
* SERVER-35693 Pre-sort $in elements to avoid O(n^2) boost::flat_set() complexity.David Storch2018-06-212-0/+16
* SERVER-35706 ctor race in LogicalSessionCacheImplJason Carey2018-06-211-2/+3
* SERVER-26387: Replace noPassthrough/indexbg2.js with test that usesAudrey Fang2018-06-211-0/+16
* SERVER-35392 Remove FCV logic concerning chunk history and afterClusterTimeBlake Oler2018-06-204-282/+27
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-2016-99/+73
* SERVER-35698 Uncap usersInfo output past 101 resultsSpencer Jackson2018-06-203-15/+32
* SERVER-35711 Remove unused anonymous function getPersistedMaxDbVersion() from...Esha Maharishi2018-06-201-24/+0
* SERVER-35357 Implement a temporary map of transaction runtime states on MongoSRandolph Tan2018-06-208-6/+596
* SERVER-34470 Make DatabaseVersion non-optional in CachedDatabaseInfoBlake Oler2018-06-205-11/+8
* SERVER-35665 Fix Community license on WindowsRamon Fernandez2018-06-201-0/+7
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-2013-196/+1145
* SERVER-34933 tests for PCRE verbs and Unicode optionsKyle Suarez2018-06-201-0/+18
* Revert "SERVER-30986 Prevent invalid regex in RegexMatchExpressions"Kyle Suarez2018-06-203-10/+11
* SERVER-34470 Make DatabaseVersion non-optional on the config server's Databas...Blake Oler2018-06-2013-54/+60
* SERVER-35665 Update license on all artifactsRamon Fernandez2018-06-202-6/+8
* SERVER-35030: Add 'startAfter' option to the $changeStream stageNick Zolnierz2018-06-204-4/+74
* SERVER-34470 Give config and admin databases a fixed database versionBlake Oler2018-06-205-13/+33
* SERVER-35609 Create initial chunk on primaryShardjannaerin2018-06-201-2/+7
* SERVER-35361 Ensure collection is locked when deleting filemd5's PlanExecutorCharlie Swanson2018-06-202-3/+34
* SERVER-35571 checkReplicaSet should propagate liveSlaves to checkOplogsTess Avitabile2018-06-191-5/+5
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-1919-260/+70
* SERVER-35029: Add change stream notification for database dropNick Zolnierz2018-06-196-157/+288
* SERVER-34470 Make DatabaseVersion non-optional in ShardDatabaseTypeBlake Oler2018-06-192-14/+14
* SERVER-34470 Remove FCV checks related to database versioningBlake Oler2018-06-193-39/+2
* SERVER-35550 Fix uassert codeJonathan Reams2018-06-191-1/+1
* SERVER-35550 Connect back to server from bridge in client threadJonathan Reams2018-06-191-35/+38
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-1842-1005/+1000
* SERVER-35653: This reverts SERVER-31768jannaerin2018-06-182-85/+44
* SERVER-35652 Duplicate registrations should only trigger one metrics upload s...Mark Benvenuto2018-06-182-6/+73
* SERVER-35579 Improve user experience for db.enableFreeMonitoring() when endpo...Mark Benvenuto2018-06-181-3/+3
* SERVER-35650 Free Monitoring default interval should be 60 secondsMark Benvenuto2018-06-186-23/+62