summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44121 add IndexBuildInterceptor::DrainYieldPolicyBenety Goh2019-10-221-0/+5
* 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
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-213-5/+3
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-2117-312/+887
* 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-219-62/+34
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-213-3/+5
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-2150-49/+51
* SERVER-37260 Fix unchecked status in replication_coordinator_test_fixture.cpp...Ali Mir2019-10-212-2/+2
* 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-2114-98/+274
* 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-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-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-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-175-41/+98
* 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-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-171-2/+13
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-175-23/+21
* 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-171-9/+1
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-1710-117/+136
* SERVER-43949: Check for term equality when comparing OpTime for a writeConcernLingzhi Deng2019-10-173-5/+34
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-1613-174/+530
* SERVER-43399 Log more in DeleteOpIsIdBased testA. Jesse Jiryu Davis2019-10-161-2/+2
* SERVER-42299 Batch chunk and tag upgrade/downgrade modification transactionsJack Mulrow2019-10-163-172/+133
* SERVER-43805 Create InitialSyncSharedData structure.Matthew Russotto2019-10-163-0/+71
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-1610-43/+149
* SERVER-43871 Use a monotonic clock source in prepare conflict trackerHaley Connelly2019-10-165-22/+41
* SERVER-43746 logv2 Tee and RamLogGabriel Russell2019-10-163-43/+57
* SERVER-44021 Make type of "count" command in DBClient_Base match server.Matthew Russotto2019-10-162-6/+6
* SERVER-43103 fix divison by zero when moving extremely small chunksMarcos José Grillo Ramírez2019-10-161-0/+6