summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635: remove Database::getExtentManagerEliot Horowitz2014-06-118-108/+67
* SERVER-13635: remove Database::getFileFormatEliot Horowitz2014-06-106-26/+47
* SERVER-13635: ExtentManager no longer needed for stats in DatabaseEliot Horowitz2014-06-106-25/+38
* SERVER-13635: remove Database:flushFiles as it was only used initial sync whe...Eliot Horowitz2014-06-103-13/+0
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-1033-757/+438
* SERVER-14135 build fix via MockReplicationCoordinatormatt dannenberg2014-06-101-2/+2
* SERVER-14135 Implement startup and shutdown of new ReplicationCoordinatorSpencer T Brody2014-06-1010-68/+109
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-1011-61/+29
* SERVER-13922 Remove dbtempreleaseKaloian Manassiev2014-06-103-42/+35
* SERVER-13645 rename repl_start to repl_set_seed_listmatt dannenberg2014-06-109-34/+34
* SERVER-14135 implement startReplication() in LegacyReplicationCoordinatormatt dannenberg2014-06-104-27/+21
* SERVER-14135 implement shouldIgnoreUniqueIndex() in LegacyReplicationCoordinatormatt dannenberg2014-06-106-39/+34
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-1018-46/+64
* SERVER-14135 implement getCurrentMemberState() in LegacyReplicationCoordinatormatt dannenberg2014-06-107-12/+10
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-14192 Add circle / polygon containment and intersection testSiyuan Zhou2014-06-095-10/+408
* SERVER-13931 move heartbeat command processing under Repl CoordinatorEric Milkie2014-06-098-111/+169
* SERVER-14205: fix error reporting in IndexCatalog::createIndexEliot Horowitz2014-06-091-4/+1
* SERVER-13635: move some extentManager methodsEliot Horowitz2014-06-092-13/+10
* SERVER-8331: fix lock reporting on fast opsEliot Horowitz2014-06-092-9/+20
* SERVER-13635: hide NamespaceIndex and NamespaceDetailsEliot Horowitz2014-06-0914-258/+305
* SERVER-14123 prevent the explain BSONObj from growing too largeDavid Storch2014-06-093-3/+34
* SERVER-13931 retire the OpCtx::Factory, use global environment insteadHari Khalsa2014-06-096-39/+9
* SERVER-14135 Fix spellingSpencer T Brody2014-06-092-2/+2
* SERVER-14033 second half of rebase merge from 36d1beca1267a47cf4e9d79742caec...Eric Milkie2014-06-091-0/+8
* SERVER-14178 Do NULL check before dereferencingKaloian Manassiev2014-06-091-1/+2
* SERVER-13922 Remove Context and dbtemprelease from the clonerKaloian Manassiev2014-06-098-77/+102
* SERVER-14033 implemented prepareHeartbeatResponse in replication topology coo...Eric Milkie2014-06-093-120/+623
* SERVER-11797 Added extra validation to setParameter commandShaun Verch2014-06-061-21/+78
* SERVER-10515 Convert special cased parameters to proper ServerParametersShaun Verch2014-06-063-53/+66
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-063-3/+26
* SERVER-8994: Build fixes for boost 1.55.0 with gcc & msvcMark Benvenuto2014-06-063-3/+3
* SERVER-14135 SERVER-14033 Basic outline of new implementation of ReplicationC...Spencer T Brody2014-06-064-39/+267
* SERVER-14069 move killCurrentOp impl into the only place that calls itHari Khalsa2014-06-069-306/+191
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-0632-31/+25
* SERVER-14174 enforce ntoreturn during plan rankingDavid Storch2014-06-062-8/+31
* SERVER-14135 Use ReplicationCoordinator to determine if replication is enabledSpencer T Brody2014-06-0616-31/+80
* SERVER-14135 Initial skeleton of ReplicationCoordinator interfaceSpencer T Brody2014-06-0611-3/+632
* SERVER-14180 fix double free in access planning for $elemMatchDavid Storch2014-06-062-20/+22
* SERVER-13681: Remove lock that was an incorrect workaround for Azure Drive wr...Mark Benvenuto2014-06-051-6/+0
* SERVER-14176 query planner should obey $natural sortDavid Storch2014-06-053-11/+98
* SERVER-14079: Add signal handlers to shellMark Benvenuto2014-06-053-4/+3
* SERVER-14069 fix fassert numbersHari Khalsa2014-06-051-2/+2
* SERVER-14069 introduce globalConfigExperiment for storage/op mgmt, make range...Hari Khalsa2014-06-0513-44/+362
* SERVER-14078 adapt isSelf to work with multiple local interfacesmatt dannenberg2014-06-052-6/+8
* SERVER-14144 Aggregation cursor error shouldn't swallow Runner errorJason Rassi2014-06-051-1/+2
* SERVER-14058 Fix deadlock in ReplicationExecutor::shutdown().Andy Schwerin2014-06-051-1/+1
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-0513-73/+82
* SERVER-13961 AuthzSessionExternalStateMongod::startRequest doesn't need a loc...Kaloian Manassiev2014-06-051-3/+4
* SERVER-13951 First phase of rollback implementationKaloian Manassiev2014-06-056-22/+208