summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28777 Always parse update expression as an UpdateNode tree when featur...Tess Avitabile2017-08-112-53/+22
* SERVER-30616 fix race in AbstractOplogFetcherTest::OplogFetcherReturnsOperati...Benety Goh2017-08-111-1/+3
* SERVER-27738 Numerical path component should not provide value for positional...Tess Avitabile2017-08-111-4/+15
* SERVER-30335 Call setInitialDataTimestamp at startupJudah Schvimer2017-08-113-24/+202
* SERVER-30327 Introduce ScalarGenerator interface for creating values of diffe...may2017-08-119-96/+285
* SERVER-30437 Stop the shard chunk loader from scheduling persistence tasks wi...Dianna Hohensee2017-08-103-104/+56
* Revert "SERVER-29202 Add a refreshLogicalSessionCacheNow test command"Max Hirschhorn2017-08-104-117/+4
* SERVER-30589 Don't add stable timestamp candidates when in master slave modeWilliam Schultz2017-08-102-7/+44
* SERVER-29202 Add a refreshLogicalSessionCacheNow test commandsamantharitter2017-08-104-4/+117
* SERVER-30584 Always send legal refresh batch sizessamantharitter2017-08-101-3/+8
* Revert "SERVER-30589 Dont update stable timestamp candidates in master slave ...William Schultz2017-08-101-11/+3
* SERVER-30589 Dont update stable timestamp candidates in master slave modeWilliam Schultz2017-08-101-3/+11
* SERVER-30147 Add ability to wait on collection metadata flushKaloian Manassiev2017-08-109-246/+153
* SERVER-30549 Do not support secondaries chunk-aware in FCV 3.4Kaloian Manassiev2017-08-102-8/+11
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-109-238/+55
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-1021-171/+772
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-103-10/+10
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-1012-0/+386
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-0957-12/+293
* SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops non-a...Benety Goh2017-08-091-2/+3
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-097-30/+174
* Revert "SERVER-29136 Op log deletions get shard keys"Nathan Myers2017-08-092-16/+17
* SERVER-29136 Op log deletions get shard keysNathan Myers2017-08-092-17/+16
* SERVER-28793 Compare using toShardBSON instead of toConfigBSON in the ShardSe...Kaloian Manassiev2017-08-091-4/+3
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-0937-665/+1384
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-096-20/+199
* Revert "SERVER-30541 Remove unnecessary rollback log message prefixes"William Schultz2017-08-093-10/+10
* SERVER-29637 make shards obtain UUID for sharded collections from config serv...Esha Maharishi2017-08-094-2/+70
* SERVER-30571 EphemeralForTest oplogStartHack works if startingPosition is beh...Judah Schvimer2017-08-091-1/+7
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-0911-85/+1006
* SERVER-30541 Remove unnecessary rollback log message prefixesWilliam Schultz2017-08-093-10/+10
* SERVER-30521 in syncApply, throw NamespaceNotFound rather than returning a st...Judah Schvimer2017-08-092-4/+9
* SERVER-30528 Ignore NamespaceNotFound in createIndexes oplog applicationMaria van Keulen2017-08-091-1/+1
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-098-59/+85
* SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgradeMaria van Keulen2017-08-091-2/+3
* SERVER-30443 Create PeriodicBalancerSettingsRefresher on the ServiceContextJoanna Huang2017-08-092-1/+3
* SERVER-30569 Fix incorrectly swapped document and array probabilities to cons...may2017-08-091-2/+2
* SERVER-28793 unit tests for ShardServerCatalogCacheLoader in primary modeDianna Hohensee2017-08-099-47/+771
* SERVER-30379 Add health log.Ian Kuehne2017-08-095-0/+253
* SERVER-29694 Read-only shards should not try to persist the collection routin...Dianna Hohensee2017-08-094-3/+146
* SERVER-28772 PushNodeJustin Seyster2017-08-0825-67/+1508
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-0810-18/+307
* SERVER-30295: Connect FCV to WiredTiger compatibility version.Daniel Gottlieb2017-08-082-11/+24
* SERVER-30380 $lookup 'let' variables available to all sub-pipelinesJames Wahlin2017-08-083-1/+38
* Revert "SERVER-30295: Connect FCV to WiredTiger compatibility version."Daniel Gottlieb2017-08-082-24/+11
* Revert "SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgrade"Mathias Stearn2017-08-081-3/+2
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-084-21/+9
* SERVER-29897 Add comment clarifying when rollback id is allowed to be increme...William Schultz2017-08-081-1/+2
* SERVER-29897 Increment the rollback id on rollbackWilliam Schultz2017-08-082-0/+39
* SERVER-30536 applyOps returns error if preCondition is used in non-atomic modeBenety Goh2017-08-081-0/+10