summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* 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-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-0637-317/+349
* SERVER-38986 Fix error codesLouis Williams2019-02-062-2/+2
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-0617-154/+483
* 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-065-29/+110
* SERVER-39147 Always batonJason Carey2019-02-061-0/+7
* SERVER-39119 Implement JSON Pointer classTed Tuckman2019-02-064-0/+356
* SERVER-39146 Refactor BatonJason Carey2019-02-0516-32/+418
* 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-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-0421-73/+51
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-0411-1/+1154
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-042-1/+7
* 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-048-65/+66
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-047-8/+88
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-032-3/+30
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-0211-19/+230
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-0114-19/+19
* SERVER-38428 log warning when non-mongod client connects with cluster certifi...Isabella Siu2019-02-012-0/+18
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-0116-86/+239
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-014-1/+33
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-018-68/+323
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-0114-18/+162
* SERVER-37643 implement IndexBuildsManager functions for createIndexesBenety Goh2019-01-312-23/+68
* SERVER-37645 fix macOS compileBenety Goh2019-01-311-1/+1
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-3111-92/+101
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-3112-62/+430
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-312-74/+63
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-312-5/+26
* Revert "SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collect...Blake Oler2019-01-319-207/+85
* SERVER-13779 Allow $not to be applied to $regexJames Wahlin2019-01-311-6/+0
* SERVER-37607 SERVER-37608 Require C++17 and make it the defaultAndrew Morrow2019-01-312-24/+34
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-317-164/+62
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-312-59/+26
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-316-69/+29