summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-085-75/+29
* SERVER-38205 avoid splitVector scan when range contains single keyKevin Pulo2019-02-082-0/+76
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-074-2/+35
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-075-29/+75
* SERVER-39292 Do not evaluate failpoint twice per operation when multiple opt...jannaerin2019-02-071-6/+12
* SERVER-39053 Improve comment on txn::collect's SharedBlock's status member va...Esha Maharishi2019-02-071-2/+3
* SERVER-39358 Disable building `dbtest` when not building jstests or shell.ADAM David Alan Martin2019-02-071-113/+116
* SERVER-39053 Transaction coordinator should retry sending decision until defi...Esha Maharishi2019-02-075-106/+300
* SERVER-39209 DocumentStorage::clone() shouldn't allocate a buffer is source d...Mathias Stearn2019-02-072-20/+38
* SERVER-39186 Strip trailing dot from FQDNs retrieved from SRV URIsMathias Stearn2019-02-072-9/+9
* SERVER-38844 SessionMigrationSource should explicitly ignore config.transacti...Randolph Tan2019-02-072-1/+44
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-02-061-0/+5
* SERVER-38866 Change commitOplogEntryOpTime from std::optional to boost::optionalJason Chan2019-02-062-4/+3
* SERVER-39139 Disallow commitTransaction and abortTransaction commands on seco...Vesselina Ratcheva2019-02-061-2/+2
* SERVER-39347 fix race in CatalogCacheIan Boros2019-02-061-1/+5
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-0640-320/+352
* SERVER-38986 Fix error codesLouis Williams2019-02-062-2/+2
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-0619-154/+616
* SERVER-39003 Do not drop index build interceptor and constraint violations ta...Louis Williams2019-02-064-18/+177
* SERVER-38701 Prohibit two phase index build oplog entries through applyOpsLouis Williams2019-02-063-4/+22
* SERVER-39145 Modify no_disconnect_on_stepdown.js to test that the write opera...Matthew Russotto2019-02-061-0/+14
* SERVER-39223 Move JSON Schema keywords to headerNick Zolnierz2019-02-063-151/+173
* SERVER-38519 Test transactions with new stepdown sequence.Suganthi Mani2019-02-063-1/+24
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-067-5/+61
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-066-30/+111
* SERVER-38935 Capture errno on error in eventfdJason Carey2019-02-061-1/+2
* SERVER-39147 Always batonJason Carey2019-02-067-66/+11
* SERVER-39119 Implement JSON Pointer classTed Tuckman2019-02-064-0/+356
* SERVER-39146 Refactor BatonJason Carey2019-02-0544-347/+785
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-055-97/+183
* SERVER-38473 Fix lintBlake Oler2019-02-051-1/+1
* SERVER-38521 Get rid of `waitForWork` calls from AsyncWorkSchedulerTest(s) wh...Kaloian Manassiev2019-02-051-3/+0
* SERVER-39329 add IndexBuildsCoordinator support to createIndexes commandBenety Goh2019-02-051-8/+192
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-0519-115/+223
* SERVER-39329 add server parameter for using IndexBuildsCoordinator in createI...Benety Goh2019-02-052-0/+41
* SERVER-39375 fix trafficRecordingFileToBSONArrJason Carey2019-02-051-2/+2
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-057-156/+170
* SERVER-38521 Make the AsyncWorkScheduler be interruptible and support sub-sch...Kaloian Manassiev2019-02-0516-164/+450
* SERVER-38410 MongoS should fassert instead of failing an invariant when runni...Bernard Gorman2019-02-052-7/+8
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-0423-78/+56
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-0415-1/+1192
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-042-1/+7
* SERVER-39133 Ensure failpoint registry is initialized before option validationMark Benvenuto2019-02-041-1/+3
* SERVER-39064 Storage interface changes for specifying durable_timestampXiangyu Yao2019-02-044-1/+74
* SERVER-39335 IndexBuildsCoordinatorMongod runs index build on caller thread d...Benety Goh2019-02-041-0/+12
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-0410-67/+68
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-048-10/+94
* SERVER-39342 Bump the sharding unit-tests' `kFutureTimeout` constant to 15 se...Kaloian Manassiev2019-02-041-1/+1
* SERVER-36901 fix sh.status() last error reportingDmitry Ryabtsev2019-02-041-2/+4
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-034-10/+58