summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-14/+16
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-22/+19
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-19/+22
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-23/+23
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-21/+26
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-201-5/+3
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-113/+8
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-24/+20
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-19/+19
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-17/+17
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-31/+31
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-27/+2
* SERVER-13635: fix scale option with dbstats commandEliot Horowitz2014-05-091-1/+2
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-10/+5
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-051-2/+3
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-2/+2
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-19/+0
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-011-1/+1
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-011-1/+1
* SERVER-13638: add Collection::appendCustomStatsEliot Horowitz2014-05-011-10/+1
* SERVER-13643 Plumb TransactionExperiment through repairDatabaseMathias Stearn2014-04-301-1/+2
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-21/+14
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+2
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-0/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-6/+11
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-0/+1
* SERVER-13680: bring some user flags under Collection for nowEliot Horowitz2014-04-281-6/+5
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13635: fix os x compileEliot Horowitz2014-04-181-1/+1
* SERVER-13635: hide some NamespaceDetails callsEliot Horowitz2014-04-181-2/+2
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-10/+11
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-6/+7
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-93/+144
* SERVER-13084: remove some magic DiskLoc callsEliot Horowitz2014-04-101-1/+1
* SERVER-13498: move some command locking into Command::runEliot Horowitz2014-04-081-18/+29
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-2/+2
* some cleaning of userCreateNsEliot Horowitz2014-04-031-6/+2
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-1/+1
* SERVER-11643: log when locktype == NULLEliot Horowitz2014-04-031-0/+4
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-20/+48
* SERVER-8412 clean up intmax_tEric Milkie2014-02-191-2/+2
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-3/+4
* SERVER-12565: remove old extent freelist implementation and replace with new oneEliot Horowitz2014-02-101-6/+27
* SERVER-5724 Mark dbtemprelase{,cond,if} destructors as throwingMathias Stearn2014-01-301-6/+4
* SERVER-12419 Fix commands from mongos and GLEEric Milkie2014-01-291-4/+4
* SERVER-12419 Add support for electionId in replsets and wElectionId in GLE co...Eric Milkie2014-01-291-0/+18
* SERVER-11643: remove some nsdetails calls for catalog versionsEliot Horowitz2014-01-151-2/+4
* SERVER-12049 Redact sensitive data from slowms outputAndreas Nilsson2014-01-141-0/+2