summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-43790 Alphabetize timestamp glossary in Repl Architecture GuideSamyukta Lanka2019-11-141-38/+38
|
* SERVER-43780 Describe lifetime of unprepared transactions in repl arch guidePavithra Vetriselvan2019-11-141-0/+73
|
* SERVER-44158 On step up, submit ready ranges from config.rangeDeletions to ↵Alex Taskov2019-11-148-64/+477
| | | | the range deleter
* SERVER-44076 create TLA+ Trace Checking logging frameworkJudah Schvimer2019-11-145-0/+146
|
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-1415-202/+366
|
* SERVER-44381 Add comments to opqueue_batcher.h and fix comment in ↵Haley Connelly2019-11-133-26/+30
| | | | oplog_applier_impl.h
* SERVER-44513 Declare TopologyVersion struct and ↵Tess Avitabile2019-11-135-0/+73
| | | | TopologyCoordinator::_topologyVersion
* SERVER-44404 MR Agg: Emit directly to Value instead of transiting through BSONNicholas Zolnierz2019-11-132-27/+32
|
* SERVER-44152: Pre-warm connection pools in mongosAnton Oyung2019-11-137-0/+179
|
* SERVER-44250 serialize startIndexBuild oplog write and thread pool ↵Louis Williams2019-11-132-0/+14
| | | | scheduling between concurrent threads on primaries
* SERVER-44608 Only set "use44SortKeys" in command from mongos.Justin Seyster2019-11-134-78/+101
| | | | | | | | | In a mixed cluster, it is possible for a 4.4 shard to create a command that will get sent to a 4.2 shard. If the command includes the "use44SortKeys" flag, it will fail on 4.2 mongod. No shard-to-shard pipeline will ever include a change stream, so "use44SortKeys" is unnecessary in this case.
* SERVER-43268 Implement support for resume tokens in QueryRequestAli Mir2019-11-133-0/+253
|
* SERVER-42689 Implement upgrade/downgrade tests for MR in aggNicholas Zolnierz2019-11-131-1/+6
|
* SERVER-44480 Use composite_backend so formatters can be shared for multiple ↵Henrik Edin2019-11-136-92/+236
| | | | logging backends.
* SERVER-44403 Allow creation attempts of existing indexes in transactionsMaria van Keulen2019-11-132-4/+17
|
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate ↵Sara Golemon2019-11-133-17/+42
| | | | sharding zones
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ↵Anton Korshunov2019-11-1328-1307/+751
| | | | ProjectionAST in DocumentSourceProject
* SERVER-44487 Only construct Values in DocumentStorage cache for looked-up ↵David Storch2019-11-132-12/+2
| | | | fields.
* SERVER-44321 treat $meta-only projections depending on contextIan Boros2019-11-128-38/+210
|
* SERVER-42130 fix: workaround MSVC constexpr problemBilly Donahue2019-11-121-8/+8
|
* SERVER-42130 Replace python codegen with macrosBilly Donahue2019-11-123-92/+62
|
* SERVER=44014 Add missing synchronization points to initial sync fuzzerSamyukta Lanka2019-11-121-13/+31
|
* SERVER-44311 Change renameBetweenDBs to lock the source DB using MODE_IXGeert Bosch2019-11-121-1/+4
|
* SERVER-43854: Make WriteConcernOptions::parse a static function returning ↵Lingzhi Deng2019-11-129-74/+86
| | | | StatusWith<WriteConcernOptions>
* SERVER-43414 M/R Agg: Add deprecation warning for out.sharded in new ↵Mihai Andrei2019-11-121-0/+9
| | | | implementation
* SERVER-43281 Create JSTests for retry after network errors in cloners, ↵Matthew Russotto2019-11-121-0/+4
| | | | except for query phase.
* SERVER-43217 Secondaries should ignore lastCollectionVersion field when ↵Jack Mulrow2019-11-121-2/+2
| | | | waiting for a refresh to finish
* SERVER-41987 Update comment in repl/oplog.cpp on timestamping rulesTess Avitabile2019-11-121-33/+10
|
* SERVER-43331 fix windows test shutdown crashBenety Goh2019-11-122-5/+8
|
* SERVER-43978 Allow stable timestamp to advance after a transaction that ↵William Schultz2019-11-125-16/+41
| | | | reserved an oplog timestamp is aborted
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-127-11/+56
|
* SERVER-44533 Remove obsolete TODOA. Jesse Jiryu Davis2019-11-121-2/+0
|
* SERVER-44544 IndexBuildsCoordinator::_buildIndexTwoPhase() rethrows ↵Benety Goh2019-11-111-3/+7
| | | | interrupton exceptions without waiting for abort
* SERVER-3788 version of auth() that prompts for password so it is never displayedShreyas Kalyan2019-11-111-3/+8
|
* SERVER-44149 Describe startup recovery in the Replication Architecture GuideSamyukta Lanka2019-11-111-3/+49
|
* SERVER-44494 Do not reset client outside lock in InitialSyncerMatthew Russotto2019-11-111-1/+1
|
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-1113-163/+204
|
* SERVER-43443 Remove outdated TODO reference in MigrationDestinationManagerBlake Oler2019-11-111-2/+0
|
* SERVER-43790 Add timestamp glossary to repl arch guidePavithra Vetriselvan2019-11-111-30/+114
|
* SERVER-44377 generate correct plan for indexed inequalities to nullIan Boros2019-11-113-52/+167
|
* SERVER-44526 fix RSTL deadlock in config server test fixtureBenety Goh2019-11-112-13/+0
|
* SERVER-44530 Mark char as signed in key_string_test.cppGeert Bosch2019-11-101-1/+1
|
* SERVER-44393 two phase index build crashes on commitIndexBuild while waiting ↵Benety Goh2019-11-092-4/+14
| | | | for abort due to prior indexing errors
* SERVER-43331 fix windows compileBenety Goh2019-11-091-28/+10
|
* SERVER-44393 IndexBuildsCoordinator::_buildIndexTwoPhase() saves indexing ↵Benety Goh2019-11-091-2/+23
| | | | error from first two phases on secondary and waits for abort
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-11-094-34/+77
|
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-0812-163/+393
|
* SERVER-43331 Implement State Machine for Server Discovery and Monitoring SpecLamont Nelson2019-11-0819-0/+3455
|
* SERVER-44393 split IndexBuildsCoordinator::_buildIndex() by index build ↵Benety Goh2019-11-082-0/+52
| | | | protocol (single or two phase)
* SERVER-44393 split IndexBuildsCoordinator::_buildIndex() into hybrid index ↵Benety Goh2019-11-082-0/+97
| | | | build phases