summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40687 stricter checking on positional operator fieldIan Boros2019-12-064-48/+46
|
* SERVER-43333: fix windows build due to constexpr errorLamont Nelson2019-12-062-1/+2
|
* SERVER-45004 Add assert for orphan creation in ↵Alex Taskov2019-12-061-1/+8
| | | | updates_to_rangedeletions_collection_trigger_range_deletions.js
* SERVER-44938 Primaries will run applyOps with inner operations that have a ↵Samyukta Lanka2019-12-065-54/+134
| | | | 'ts' field in non-atomic mode
* SERVER-44159 Make CollectionRangeDeleter::_doDeletion an anonymous helperMatthew Saltz2019-12-062-113/+113
|
* SERVER-44982 Blacklist jstests/core/collation.js from multiversion suitesAnton Korshunov2019-12-061-0/+4
|
* SERVER-44990 Add requires_fcv_44 flag to agg_out.js to address failure in ↵James Wahlin2019-12-061-1/+1
| | | | concurrency_sharded_replication_multiversion
* SERVER-20221 Remove unsetSharding call from dropCollectionHaley Connelly2019-12-063-180/+8
|
* SERVER-44226 Enable dbStats test in core/views/views_all_commands.jsJames Wahlin2019-12-061-1/+1
|
* SERVER-44338 validate commit messageJim O'Leary2019-12-063-0/+144
|
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-0619-104/+307
|
* SERVER-44424 set up a logv2 builderGabriel Russell2019-12-062-1/+100
|
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single ↵Bernard Gorman2019-12-066-19/+95
| | | | shard cannot be targeted for updateLookup
* SERVER-44563: Isolate isMajorityCommittedRead waiter and regular OpTime waiterLingzhi Deng2019-12-062-96/+93
|
* SERVER-44974 Remove extra 'for' in debian/mongod.serviceandf-mongodb2019-12-051-1/+1
| | | | | | Closes #1339 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
* SERVER-44974 Remove extra 'for' in rpm/mongod.serviceandf-mongodb2019-12-051-1/+1
| | | | | | Closes #1338 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
* SERVER-44973 Output all_tasks.json to logs when creating genny tasksCarl Worley2019-12-051-0/+1
|
* SERVER-44778 Two-phase index builds aborted due to rollback should leave ↵Louis Williams2019-12-055-43/+61
| | | | indexes unfinished in the catalog
* SERVER-43766 Speed up initial syncs and awaitLastStableRecoveryTimestamp in ↵William Schultz2019-12-054-37/+106
| | | | ReplSetTest initiate
* SERVER-44959 Fix log_test_v2 on macOSHenrik Edin2019-12-051-1/+1
|
* SERVER-43333 Ingest driver SDAM testsLamont Nelson2019-12-0589-5/+6140
|
* SERVER-44820 Remove outer database MODE_X lock when reading the ↵Jason Chan2019-12-051-1/+0
| | | | lastAppliedOpTime in bgsync
* SERVER-44958 Blacklist zone_changes_compound.js from ↵Cheahuychou Mao2019-12-051-0/+1
| | | | sharding_csrs_continuous_config_stepdown suite
* SERVER-42253 Prevent overflow in $lookup memory usage computationSophie Saskin2019-12-051-3/+7
|
* SERVER-44201 Remove outdated TODO noteTommaso Tocci2019-12-051-3/+0
| | | | | The TODO refers to SERVER-25086 that have been marked as won't fix.
* SERVER-44963 Make or4.js safe for ParallelJacob Evans2019-12-051-1/+1
|
* SERVER-43108 interrupt on shutdown in flushRoutingTableCacheUpdatesMisha Tyulenev2019-12-051-6/+26
|
* SERVER-44283 Change removeKeyRangeFromZone to use the bounds found from the ↵Haley Connelly2019-12-053-79/+19
| | | | fully extended shard key.
* SERVER-44094 Do not hold the ReplicationCoordinatorExternalStateImpl mutex ↵Jason Chan2019-12-051-5/+7
| | | | when shutting down the NoOpWriter
* SERVER-44513 Implement ReplicationCoordinatorImpl::awaitIsMasterResponseJason Chan2019-12-0513-4/+293
|
* SERVER-32314 Add $replaceOne and $replaceAll expressionsDavid Percy2019-12-055-0/+429
|
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-054-0/+58
|
* SERVER-44955 Force reading patch files with UTF-8 encoding in git.pyGeert Bosch2019-12-051-1/+1
|
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-047-24/+31
|
* SERVER-44734 Implement large document optimization for agg MRJames Wahlin2019-12-046-39/+61
|
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-049-84/+315
|
* SERVER-44629 Allow waitForTimesEntered with FailPointEnabledBlockBen Caimano2019-12-042-17/+50
|
* SERVER-43271 Don't modify 'db' variable in core tests, and tag tests with ↵Matthew Russotto2019-12-043-12/+14
| | | | | | 'requires_find_command' since they use the find command.
* SERVER-44390 Optimize for success in moduleconfigMathew Robinson2019-12-041-1/+3
|
* SERVER-44728 Improve performance of idl_scannerMathew Robinson2019-12-042-17/+30
|
* SERVER-43246 Add a log line for when a cursor is reaped due to logical ↵Kevin Pulo2019-12-046-2/+53
| | | | session cleanup
* SERVER-39332 Increase awaitReplicaSetMonitorTimeout sleep to 60 secondsWilliam Schultz2019-12-031-2/+2
|
* SERVER-43465 Remove unnecessary InvalidBSON replSetGetStatus handlingMaria van Keulen2019-12-032-24/+3
|
* SERVER-44317 Reduce logging for registerChanges commitsDaniel Ernst2019-12-032-2/+4
|
* SERVER-43788 add eMRC=false sectionPavithra Vetriselvan2019-12-031-6/+96
|
* SERVER-44165 Remove the config.rangeDeletions collection on downgradeAlex Taskov2019-12-034-0/+63
|
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-037-323/+6
|
* SERVER-43271 Return resumeToken in PlanExecutor and write jstests to verify ↵Matthew Russotto2019-12-037-8/+176
| | | | resumeToken is returned and can be used to resume
* SERVER-43492 Unblack list tests marked with SERVER-39175Randolph Tan2019-12-0310-338/+91
|
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-037-12/+90
|