summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-11-094-34/+77
* SERVER-44393 split IndexBuildsCoordinator::_buildIndex() by index build proto...Benety Goh2019-11-082-0/+52
* SERVER-44393 split IndexBuildsCoordinator::_buildIndex() into hybrid index bu...Benety Goh2019-11-082-0/+97
* SERVER-43882 startBuildingIndexForRecovery needs to own record data prior to ...Eric Milkie2019-11-081-0/+5
* 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 BSON...Geert Bosch2019-11-072-4/+41
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-0713-46/+483
* 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 inde...Benety Goh2019-11-071-11/+1
* 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 v...Suganthi Mani2019-11-067-15/+76
* SERVER-44157 On beginning to receive a range, check overlapping ranges in con...Alex Taskov2019-11-069-12/+544
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-066-46/+138
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-0653-876/+876
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-067-77/+428
* SERVER-44380 Update computation of _boundsIncrement in GeoNear2DStage::initia...Mihai Andrei2019-11-061-2/+2
* 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 r...Bernard Gorman2019-11-063-5/+133
* SERVER-44437 fix sharding tests to ensure config db indexes are initialized b...Benety Goh2019-11-066-21/+31
* SERVER-43697 renameBetweenDBs() uses IndexBuildsCoordinator::createIndexesOnE...Benety Goh2019-11-061-35/+5
* SERVER-43697 MigrationDestinationManager uses IndexBuildsCoordinator::createI...Benety Goh2019-11-051-41/+2
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-0513-112/+130
* SERVER-44036 Test that existing index creation takes intent locksMaria van Keulen2019-11-051-9/+23
* SERVER-43697 legacy map reduce uses IndexBuildsCoordinator::createIndexesOnEm...Benety Goh2019-11-051-32/+2
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-059-32/+74
* SERVER-41391 clear the oplogTruncateAfterPoint timestamp on stepdown after th...Dianna Hohensee2019-11-0511-0/+83
* SERVER-43875 Start initial sync oplog fetching from an earlier point to fetch...Samyukta Lanka2019-11-054-191/+497
* SERVER-43697 build system indexes for auth using IndexBuildsCoordinator index...Benety Goh2019-11-051-75/+14
* SERVER-43697 add IndexBuildsCoordinator::createIndexes() and createIndexesOnE...Benety Goh2019-11-052-0/+132
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-0517-179/+449
* SERVER-44394 Remove const qualifier from return type of MapReduceOutOptions::...Mihai Andrei2019-11-051-1/+1
* SERVER-43294 Add new aggregation suite to be run with pipeline optimization t...Anton Korshunov2019-11-053-7/+16
* SERVER-44175 Reject shard key array descendantsBlake Oler2019-11-041-0/+4
* SERVER-43269 Implement resumeAfterRecordId in CollectionScan and CollectionSc...Vesselina Ratcheva2019-11-043-2/+42
* SERVER-44287 Update MR parser to be more permissiveJacob Evans2019-11-043-2/+89
* SERVER-44284 Avoid injecting 'emit' native function every time the emit expre...Nicholas Zolnierz2019-11-043-16/+32
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-0412-40/+57
* SERVER-34627 Remove syncingTo field from replSetGetStatus outputHaley Connelly2019-11-042-18/+0
* SERVER-44324 Template the SortExecutor.David Storch2019-11-046-136/+97