summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-1527/+0
* SERVER-24939 Pull read concern extract, check and wait to separate utilityKaloian Manassiev2016-07-081-113/+27
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-2/+2
* SERVER-24928 Remove the ReadConcernResponse classKaloian Manassiev2016-07-071-7/+6
* SERVER-24494 Implemented parsing for linearizable read concernhari devaraj2016-07-051-3/+12
* SERVER-21561 Remove privilege redaction added for backwards compatilityAndreas Nilsson2016-06-271-3/+0
* Revert "SERVER-24494 Implemented parsing for linearizable read concern."r3.3.9Eric Milkie2016-06-271-12/+3
* SERVER-24494 Implemented parsing for linearizable read concern.hari devaraj2016-06-231-3/+12
* SERVER-21432 Allowed slaveOk reads when node is in drain modehari devaraj2016-06-171-5/+10
* SERVER-21375 fixed drain mode error and added recovery testHari Devaraj2016-06-101-1/+7
* SERVER-21631: Remove gleStats format detection based on operation Protocol (O...Sam Dunietz2016-06-091-1/+1
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-7/+7
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-011-2/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-9/+10
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-1/+6
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-1/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-7/+6
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-091-14/+12
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+2
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-1/+1
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-6/+6
* SERVER-23209 maintain config server opTime through ShardingEgressMetadataHookEsha Maharishi2016-04-131-29/+34
* SERVER-22421 writeConcernError backwards compatibility for user management co...Judah Schvimer2016-04-121-0/+9
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+79
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-2/+2
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-051-2/+2
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-2/+1
* SERVER-23412 Get rid of Command::logIfSlowKaloian Manassiev2016-03-301-1/+0
* SERVER-23010: improved logging readconcern usageScott Hernandez2016-03-271-0/+8
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-231-3/+4
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-3/+9
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-39/+0
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-10/+8
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-4/+16
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-2/+17
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-1/+1
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-111-0/+7
* SERVER-21409 Read-only profile command takes only shared lock.Benjamin Murphy2016-01-271-10/+16
* SERVER-22100 do not preallocate find/getMore response buffers on Windows DEBUGAdam Midvidy2016-01-111-1/+11
* SERVER-22007 Disable last-error tracking for help commands.Andy Schwerin2016-01-051-0/+4
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+6
* SERVER-21603 Revert to old format for gleStats if being talked to by an old m...r3.2.0-rc4Spencer T Brody2015-11-241-1/+1
* SERVER-21636 fix testing snapshots in isolationmatt dannenberg2015-11-241-1/+1
* SERVER-21590 reject majority readConcern in PV0matt dannenberg2015-11-201-0/+12
* SERVER-21486 Redact bypassDocumentValidation from user privilege set when bei...Spencer T Brody2015-11-191-0/+4
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-1/+1
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-28/+28
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-301-5/+28
* SERVER-21059 always return an optime from the committed snapshot for lastVisi...Eric Milkie2015-10-231-2/+1