summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44065 Call optimize() on ParsedAggregationProjection when building pro...Anton Korshunov2019-10-222-0/+8
* SERVER-44098 Pass only number of keys in shouldMarkIndexAsMultiKeyGeert Bosch2019-10-225-10/+10
* SERVER-43689 getShardDistribution() incorrectly shows 0 chunksAlex Taskov2019-10-221-1/+1
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-215-9/+6
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-213-0/+31
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-2117-312/+887
* SERVER-44111 Assert BSONObj size is valid while copyingLouis Williams2019-10-211-2/+28
* SERVER-43386 Update initial sync section of the Replication Architecture GuideSamyukta Lanka2019-10-211-32/+71
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-2111-66/+34
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-215-6/+9
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-21107-745/+502
* SERVER-44087 ReplicaSetMonitor shutdowns should synchronize with NetworkInter...Ben Caimano2019-10-212-4/+25
* SERVER-37260 Fix unchecked status in replication_coordinator_test_fixture.cpp...Ali Mir2019-10-212-2/+2
* SERVER-44019 Change randomBinVersions to useRandomBinVersionsWithinReplicaSet...Jason Chan2019-10-212-10/+14
* SERVER-42358 Add new background collection validation test hook. Runs concurr...Dianna Hohensee2019-10-213-2/+6
* SERVER-42836 Count bytes in _totalDataSizeBytes after adding to SorterJustin Seyster2019-10-211-2/+2
* SERVER-43839 Create unit testing for ValidateState.Dianna Hohensee2019-10-214-8/+292
* SERVER-44122 createIndexes should pass IndexBuildProtocol::kTwoPhase to Index...Benety Goh2019-10-211-10/+7
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-219-4/+111
* SERVER-43629 Improve Document/Value performanceMartin Neupauer2019-10-213-10/+26
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-212-0/+12
* SERVER-44107 Don't reuse operation context in PersistentTaskQueueTest::TestIn...Alex Taskov2019-10-211-8/+29
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-2120-116/+298
* SERVER-43706 M/R Agg: Support referencing 'scope' variables in translated agg...Arun Banala2019-10-211-6/+12
* SERVER-39484 IndexBuildsCoordinator unblocks index builds on rollbackBenety Goh2019-10-201-1/+13
* SERVER-39484 IndexBuildsCoordinator unblocks index builds on stepupBenety Goh2019-10-191-1/+12
* SERVER-39484 IndexBuildsCoordinator receives notifications on rollback/step u...Benety Goh2019-10-185-0/+75
* SERVER-43937 Allow MockDBClientConnection/MockDBServer to mock errors.Matthew Russotto2019-10-184-23/+31
* SERVER-43698 Don't allow atClusterTime whwere number of seconds in Timestamp ...Samyukta Lanka2019-10-181-4/+7
* SERVER-43640 Allow UserCacheInvalidator to deconstruct during shutdownSpencer Jackson2019-10-181-20/+25
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-182-1/+24
* SERVER-43455 remove todo for SERVER-19209Judah Schvimer2019-10-181-2/+0
* SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and is...James Wahlin2019-10-182-2/+70
* SERVER-42112 uassert on _flushDatabaseCacheUpdates cmdResponse in configsvrDr...Esha Maharishi2019-10-173-3/+129
* SERVER-42894 Create SourceLocation type and related macrosBen Caimano2019-10-174-0/+385
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-178-72/+143
* SERVER-43779 Add section on Two Phase Drops to the Replication Architecture G...Samyukta Lanka2019-10-171-0/+33
* SERVER-43389 update rollback section of arch guidePavithra Vetriselvan2019-10-171-39/+77
* Fix clang bugMatthew Russotto2019-10-171-1/+1
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-1710-26/+56
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-173-0/+103
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-1713-54/+74
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-1710-43/+89
* SERVER-40537 Log error code 261 for TooManyLogicalSessions to the mongodb.logAnton Oyung2019-10-171-3/+9
* SERVER-42916 Reject non-inline mapReduce to an existing sharded collection th...Nicholas Zolnierz2019-10-172-6/+14
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-177-40/+24
* SERVER-44025 Ensure isNamedCode specializations have internal linakageSpencer Jackson2019-10-171-1/+1
* SERVER-42462 Put new $meta arguments behind FCV checkAnton Korshunov2019-10-175-0/+36
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-10-172-9/+29
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-1715-305/+264