summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-21028 Plug a race when waiting for new snapshots as part of read conce...Eric Milkie2015-10-231-8/+8
* SERVER-20935 do not attempt to attach shard version to OpCtx inside direct cl...David Storch2015-10-221-1/+3
* SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnlyMisha Tyulenev2015-10-151-6/+1
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-2/+2
* SERVER-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-301-7/+10
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-29/+15
* SERVER-19855 Include config server optime even on command failure responses f...Spencer T Brody2015-09-241-1/+9
* SERVER-20530 SERVER-20568 mongos with stale config returns wrong resultsMisha Tyulenev2015-09-241-5/+5
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-231-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-4/+2
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-20265 Config servers need to always include $gleStats in their command...Randolph Tan2015-09-211-1/+1
* SERVER-19855 SERVER-20425 Make ShardRegistry responsible for tracking the con...Spencer T Brody2015-09-181-4/+4
* SERVER-19855 Change ShardingRequestMetadata to ConfigServerRequestMetadata to...Spencer T Brody2015-09-181-3/+4
* SERVER-19855 Make shards append last known config opTime on command metadata ...Randolph Tan2015-09-171-1/+9
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject whe...Spencer T Brody2015-09-171-6/+6
* SERVER-19855 Advance catalog manager optime on shards based on information se...Spencer T Brody2015-09-171-4/+39
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-081-1/+3
* SERVER-19984 Block read committed reads after metadata changes, rather than r...matt dannenberg2015-08-191-0/+7
* SERVER-19833 Error out when attempting to do committed reads on non-supported...matt dannenberg2015-08-171-1/+5
* SERVER-19554 populate lastOpVisible in ReplSetMetadatamatt dannenberg2015-08-141-11/+12
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+8
* SERVER-19446 add server parameter for testing snapshots without replicationmatt dannenberg2015-08-071-7/+22
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-061-8/+4
* SERVER-19067 Warn at creation that autoIndexId:false is deprecatedDan Pasette2015-08-031-0/+6
* SERVER-19609 add shard version as a decoration on OperationContextDavid Storch2015-07-311-0/+4
* SERVER-18022 simplify waiting for first committed snapshotEric Milkie2015-07-291-23/+8
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-1/+2
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-33/+53
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-3/+3
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-7/+3
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-32/+27
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+20
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-2/+9
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-10/+9
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-3/+4
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-4/+3
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-3/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1014/+1009
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-161-3/+1
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-161-91/+27
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-15/+7
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-18292 move runCommands to commands.cppAdam Midvidy2015-06-051-244/+118