summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-127-57/+74
| | | | 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-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-126-10/+48
|
* 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-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-1112-152/+189
|
* 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-111-8/+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-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-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
* SERVER-43882 startBuildingIndexForRecovery needs to own record data prior to ↵Eric Milkie2019-11-081-0/+5
| | | | yielding
* SERVER-43806 Update Internal JS Reduce to parse static argument separatelyMihai Andrei2019-11-0711-157/+346
|
* SERVER-44366 Fix keystring depth calculation in code with scope to match ↵Geert Bosch2019-11-072-4/+41
| | | | BSON validation
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for ↵Matthew Russotto2019-11-0713-46/+483
| | | | query.
* SERVER-44118 don't fetch entire document when an expression is usedIan Boros2019-11-076-30/+158
|
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-0717-36/+78
|
* SERVER-43589 Failpoint to log TLA+ trace eventsA. Jesse Jiryu Davis2019-11-073-1/+100
|
* SERVER-35846 sanitize repl thread namesPavithra Vetriselvan2019-11-074-11/+17
|
* SERVER-44237 make references to member state consistentPavithra Vetriselvan2019-11-071-13/+13
|
* SERVER-44370 Have openBackupCursor accept inputs for incremental backup requestsGregory Wlodarek2019-11-077-8/+31
|
* SERVER-44436 IndexBuildsCoordinatorMongod always uses thread pool to run ↵Benety Goh2019-11-071-11/+1
| | | | index build
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-0735-131/+237
|
* SERVER-43880 renameBetweenDBs needs to own record data prior to yieldingEric Milkie2019-11-071-0/+6
|
* SERVER-42818 fix up error messages for MR on a viewJacob Evans2019-11-061-1/+5
|
* SERVER-44382 Allow upserting documents with missing shard key fieldsJack Mulrow2019-11-061-5/+13
|
* SERVER-44361 Fix timing in InitialSyncerTestsMatthew Russotto2019-11-061-265/+356
|
* SERVER-43018 Transactions that perform untimestamped reads should check min ↵Suganthi Mani2019-11-067-15/+76
| | | | visible snapshot for any pending catalog changes in collection and index entries.
* SERVER-44157 On beginning to receive a range, check overlapping ranges in ↵Alex Taskov2019-11-069-12/+544
| | | | config.rangeDeletions
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ↵Marcos José Grillo Ramírez2019-11-066-46/+138
| | | | new database
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId ↵Daniel Gottlieb2019-11-0653-876/+876
| | | | instead of Namespace.
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-067-77/+428
|
* SERVER-44380 Update computation of _boundsIncrement in ↵Mihai Andrei2019-11-061-2/+2
| | | | GeoNear2DStage::initialize to avoid rounding error
* SERVER-43354 Translate Error Messages For MapReduceMihai Andrei2019-11-063-56/+124
|
* SERVER-44203 Complete TODO listed in SERVER-37453Anton Korshunov2019-11-061-2/+0
|
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-062-3/+11
|
* SERVER-43996 Return a cursor flag to the client if only a partial subset of ↵Bernard Gorman2019-11-063-5/+133
| | | | results are available
* SERVER-44437 fix sharding tests to ensure config db indexes are initialized ↵Benety Goh2019-11-066-21/+31
| | | | before lock pinger runs