summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-0922-178/+182
|
* SERVER-28431 shard chunk loader interface implementationDianna Hohensee2017-05-0824-87/+1050
|
* SERVER-28758 Implementation of createUpdateNodeByMerging().Justin Seyster2017-05-087-3/+466
| | | | | This initial implementation supports merging for UpdateObjectNodes. In future iterations, we will add support for array nodes.
* SERVER-29080 Make BSONArrayBuilder move-constructibleKaloian Manassiev2017-05-082-16/+21
|
* SERVER-29111 remove assertion in causal_consistency_shell_support.jsJack Mulrow2017-05-081-4/+2
|
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-0817-35/+41
|
* SERVER-29009 Add missing dependency to fix shared buildsamantharitter2017-05-081-0/+1
|
* SERVER-7325 print message of certain mmapv1 validate() errorsRobert Guo2017-05-081-2/+4
|
* SERVER-29112 Jepsen evergreen test doesnt create report fileWilliam Schultz2017-05-081-1/+1
|
* SERVER-29104 move vectors into getKeysImplWithArrayKyle Suarez2017-05-081-1/+2
| | | | | Moving rather than copying is a significant performance win for the non-array case.
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-0810-131/+121
| | | | | | | | | | | | | Prior to this change, the semantics of $type were that it only matches documents with nested arrays, e.g. {x: {$type: 'array'}} would match {x: [1, [2, 3]]} but not {x: [1, 2, 3]}. This is inconsistent with the matching semantics for other query predicate operators, which apply both to the individual array elements and the array as a whole. The new behavior is that single-level arrays as well as nested arrays will match {$type:'array'}. This is a breaking change for applications which rely on the old behavior.
* SERVER-28968: Add causal consistent passthrough suiteMisha Tyulenev2017-05-059-31/+259
|
* SERVER-29009 Fix broken compile and other lint-breaking usages of std::Kaloian Manassiev2017-05-052-1/+2
|
* SERVER-29009 Fix lint error due to usage of std::make_uniqueKaloian Manassiev2017-05-051-2/+2
|
* SERVER-29066 Implicitly create the database in findAndModifyKaloian Manassiev2017-05-053-32/+46
|
* SERVER-28983 Get rid of duplicated code in the aggregation commandKaloian Manassiev2017-05-052-106/+72
|
* SERVER-29032 replace shardCollection's use of ClusterWriter for creating ↵Esha Maharishi2017-05-051-44/+42
| | | | indexes with Shard::runCommandWithFixedRetryAttempts
* SERVER-29009 Implement and test an ASIO-based PeriodicRunnerSamantha Ritter2017-05-054-0/+380
|
* SERVER-29009 Add a PeriodicRunner interfaceSamantha Ritter2017-05-053-0/+126
|
* SERVER-29009 Add ability for AsyncTimers to be resetsamantharitter2017-05-055-35/+73
|
* SERVER-28190 Add new tests for user continuitysamantharitter2017-05-054-0/+63
|
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-0514-41/+202
|
* Revert "SERVER-28742: Assign prefixes to collections/indexes when ↵Daniel Gottlieb2017-05-0534-538/+77
| | | | | | --groupCollections is engaged" This reverts commit 867eda89f5451408c9ba96eaa1035c89f3401bb1.
* SERVER-28784 Update "run tests" function to run unreliable tests separatelyJonathan Abrahams2017-05-052-21/+71
|
* SERVER-28297 Implement a LogicalSessionRecord classSamantha Ritter2017-05-055-0/+352
|
* SERVER-28297 Add IDL to LogicalSessionId classSamantha Ritter2017-05-057-8/+142
|
* fix error codesMathias Stearn2017-05-053-3/+3
|
* SERVER-29082 silence boost internal deprecation warningMathias Stearn2017-05-052-2/+4
| | | | | | These warnings are intended for other boost developers, not consumers of the library, so they are just noise in our build. Additionally, #pragma message seems to confuse gcc in -fdirectives-only mode.
* SERVER-29047 Fix BSONObjBuilder's move constructorMathias Stearn2017-05-053-17/+17
|
* SERVER-29022 Check type of $db in OpMsgRequestMathias Stearn2017-05-051-1/+1
|
* SERVER-28812: allow readConcern majority and afterClusterTime on standalone ↵Misha Tyulenev2017-05-052-4/+23
| | | | mongod
* SERVER-29056 InitialSyncer::_startupComponent_inlock() resets unique_ptr to ↵Benety Goh2017-05-051-0/+1
| | | | 'component' if it fails to due to shutdown
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ↵Daniel Gottlieb2017-05-0534-77/+538
| | | | is engaged
* SERVER-28892 Test causal consistency in the shellJack Mulrow2017-05-042-0/+253
|
* SERVER-26973 Increase max number of attempts to find a sync source for ↵Spencer T Brody2017-05-041-1/+17
| | | | initial sync in resync.js.
* SERVER-28186 Increase slaveDelay in repl10.js testSpencer T Brody2017-05-041-27/+30
|
* SERVER-28191 Wait for a healthy primary in replmonitor_bad_seed.js test ↵Spencer T Brody2017-05-041-0/+1
| | | | before issuing a write
* SERVER-28326 Ensure primary doesn't change in initial_sync4.js testSpencer T Brody2017-05-041-79/+84
|
* SERVER-28487 call awaitNodesAgreeOnPrimary in upgradePrimary helper in ↵Spencer T Brody2017-05-041-0/+9
| | | | multi_rs.js
* SERVER-28696 Ensure global lock is fully acquired in ↵Spencer T Brody2017-05-041-11/+11
| | | | replication_coordinator_impl_elect_v1_test
* SERVER-28864 clear compressor list before reconnecting in shellJonathan Reams2017-05-041-2/+5
|
* SERVER-28864 Turn on intra-cluster compression by defaultJonathan Reams2017-05-046-117/+53
|
* SERVER-28127 Break link dependency cycle from KeysCollectionManagerRandolph Tan2017-05-0410-39/+81
|
* SERVER-28562 Don't return unsigned timesRandolph Tan2017-05-042-2/+8
|
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside ↵Randolph Tan2017-05-0422-273/+401
| | | | | | collection lock"" This reverts commit b7c013aa097b2d999ad3f942cdfce130558ef40f.
* SERVER-28907 Fix hidden argument warnings caused by opCtx renameMaria van Keulen2017-05-045-20/+21
| | | | | This commit resolves variable name conflicts introduced by the txn to opCtx rename in commit 589a5c169ced8f6e9ddcd3d182ae1b75db6b7d79.
* SERVER-28464: Add canary CPU tests to benchRun and mongoddalyd2017-05-046-4/+123
|
* Revert "SERVER-26990 Unify tracking of secondary state between replication ↵Matthew Russotto2017-05-0416-1655/+2164
| | | | | | and topology coordinators" This reverts commit 6adc71f6cf069803f9c1288aef88ffe0d21c6ffe.
* SERVER-28214 integrate RollbackCommonPointResolver into RollbackImplBenety Goh2017-05-044-12/+264
|
* SERVER-28952 fix distinct planning for multikey indicesDavid Storch2017-05-042-7/+150
|