summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-0328-196/+232
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-039-50/+177
* SERVER-31146 Set local collection validation options correctly in rollbackWilliam Schultz2017-10-032-47/+205
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-0312-138/+276
* SERVER-31364 log collection creationLouis Williams2017-10-031-0/+3
* SERVER-30797 Ensure shard primary is a majority primary before using updated ...Dianna Hohensee2017-10-032-65/+85
* SERVER-31349 Rename 'disallowCollectionCreation' generic argument to 'allowIm...Kaloian Manassiev2017-10-036-47/+51
* SERVER-25623 fix config_server_catalog_test unit testEsha Maharishi2017-10-032-7/+10
* SERVER-30599 Extract document key to change streamNathan Myers2017-10-022-31/+51
* Import wiredtiger: 6f561957cb5606f504f9fe5a124c80386b210b1a from branch mongo...Alex Gorrod2017-10-03254-498422/+3773
* SERVER-25623 addShard should fail if shard's binary version < the cluster's f...Esha Maharishi2017-10-021-32/+15
* Revert "SERVER-25623 addShard should fail if shard's binary version < the clu...Ian Whalen2017-10-021-15/+32
* SERVER-29138: Extend aggregation access control checks to handle $changeStrea...Katherine Walker2017-10-023-3/+10
* SERVER-25623 addShard should fail if shard's binary version < the cluster's f...Esha Maharishi2017-10-021-32/+15
* SERVER-23410 Include millis and 'Z' when converting agg dates to stringsCharlie Swanson2017-10-023-3/+12
* SERVER-19483: Have getParameter on wiredTigerEngineRuntimeConfig return the l...Daniel Gottlieb2017-10-022-1/+10
* SERVER-31333 Make ReplicaSetMonitor return ShutdownInProgress if the server i...Kaloian Manassiev2017-10-023-54/+53
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-10-021-0/+18
* SERVER-31331 handle missing term (pv0) when grouping a vector insertEric Milkie2017-10-021-2/+7
* SERVER-31341 Temporarily disable hanging unit testSpencer T Brody2017-09-291-37/+38
* SERVER-31291 Stop using stringstream in SnapshotName::toString()Mathias Stearn2017-09-294-10/+9
* SERVER-31291 Use fast clock source to rate-limit retrying WT dropsMathias Stearn2017-09-292-2/+4
* SERVER-31291 Only parse all_committed timestamp onceMathias Stearn2017-09-292-24/+14
* SERVER-31227 clean up and optimize parseNumberFromStringMathias Stearn2017-09-292-54/+97
* SERVER-31250 Extend overflow_arithmetic to cover unsigned integersMathias Stearn2017-09-292-94/+206
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-09-291-4/+8
* SERVER-31018 Prevent secondaries from generating UUIDs for replicated collect...Geert Bosch2017-09-291-1/+8
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-2937-439/+767
* SERVER-31273 Use Source/Sink version of snappy functionsJonathan Reams2017-09-294-16/+241
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-295-21/+26
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2017-09-291-1/+1
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-299-21/+96
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-29155-3114/+3141
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-09-294-57/+65
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-2837-768/+438
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-2837-438/+768
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-2822-141/+472
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-2810-260/+124
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-2821-364/+187
* SERVER-30083 Schedule range deletions soonerNathan Myers2017-09-283-40/+52
* SERVER-31260: Adorn secondary upserts with timestamps.Daniel Gottlieb2017-09-284-90/+326
* SERVER-31088: Adorn secondary deletes with timestamps.Daniel Gottlieb2017-09-282-6/+87
* SERVER-31087: Adorn secondary updates with timestamps.Daniel Gottlieb2017-09-282-36/+164
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-2810-124/+260
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-2822-420/+139
* Revert "SERVER-31290 Race in SessionCatalogMigrationDestination can cause it ...Ian Whalen2017-09-282-32/+8
* SERVER-31290 Race in SessionCatalogMigrationDestination can cause it to miss ...Randolph Tan2017-09-272-8/+32
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-2722-139/+420
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-2732-154/+726
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-2753-178/+436