summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-268-56/+84
* SERVER-21117 Do not update term in protocol version 0Siyuan Zhou2015-10-261-0/+5
* SERVER-21105 Fix potential segfault after downgrade to pv0.Siyuan Zhou2015-10-261-1/+1
* SERVER-21093: Make ordered bulk insert operation error out properlyMartin Bligh2015-10-262-4/+10
* SERVER-20906 fix compileMathias Stearn2015-10-231-1/+1
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-2313-15/+28
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-2315-43/+44
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-2314-12/+692
* SERVER-20807 Add a simple limit to the amount of uncommitted snapshotsMathias Stearn2015-10-237-16/+75
* SERVER-21059 always return an optime from the committed snapshot for lastVisi...Eric Milkie2015-10-236-13/+2
* SERVER-21062: removed nodes should not delay electionsScott Hernandez2015-10-231-0/+6
* SERVER-21028 Plug a race when waiting for new snapshots as part of read conce...Eric Milkie2015-10-238-45/+58
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-231-2/+4
* SERVER-20979 added test cases for current node having higher priority than pr...Benety Goh2015-10-235-7/+149
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-228-84/+56
* SERVER-20977 added test for processing metadata in heartbeatBenety Goh2015-10-226-10/+94
* SERVER-20977 Converted VoteRequester::VoteRequesterResult to enum classBenety Goh2015-10-224-44/+44
* SERVER-19423 removed unused function _onElectionWinnerDeclarerCompleteBenety Goh2015-10-222-26/+0
* SERVER-20848: text search of document with language field uses the wrong text...Mark Benvenuto2015-10-223-1/+101
* SERVER-20582: _id time reflects end of chunk instead of beginningMark Benvenuto2015-10-2216-112/+191
* SERVER-20935 do not attempt to attach shard version to OpCtx inside direct cl...David Storch2015-10-221-1/+3
* SERVER-20889 Add server parameter for disabling sharding state recoverySpencer T Brody2015-10-221-0/+10
* SERVER-20918 Remove redundant OperationContext parameter in ChunkMoveOperatio...Randolph Tan2015-10-223-55/+51
* SERVER-20918 MigrationSourceManager::done called twiceRandolph Tan2015-10-223-50/+48
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and waitForDr...Benety Goh2015-10-217-20/+176
* SERVER-21018 Prevent priority takeover during an outstanding electionSiyuan Zhou2015-10-214-2/+73
* SERVER-21036: Back-off cleaning oplog if unsuccessfulGeert Bosch2015-10-211-7/+13
* SERVER-21048: Stop regetting the collection in deleteObjectsMartin Bligh2015-10-216-11/+7
* SERVER-21033 Do not wait for write concern under lockKaloian Manassiev2015-10-214-6/+16
* SERVER-20958: Ensure file names are unique when quickly written and rotated.Mark Benvenuto2015-10-213-16/+39
* SERVER-20945 do not require majority write concern for CSRS local dbMisha Tyulenev2015-10-205-12/+18
* SERVER-20890 Always use double for prioritiesSiyuan Zhou2015-10-202-2/+2
* SERVER-20360: Control our yield policy by precalculated batch size for writecmdMartin Bligh2015-10-204-72/+89
* SERVER-20933: return correct error code for missing indexScott Hernandez2015-10-201-1/+1
* SERVER-21031: Rename the function that doesn't create the oplog to something ...Martin Bligh2015-10-201-2/+2
* SERVER-20992: Fix type error in configuration argumentGeert Bosch2015-10-191-1/+1
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-1914-112/+182
* SERVER-20845 remove audit::logReplSetReconfig to green up enterprise buildersmatt dannenberg2015-10-191-4/+0
* SERVER-19334: Refactor handling of status in delete stageGeert Bosch2015-10-161-116/+129
* SERVER-20748 Handle epoch mismatch explicitly in cluster find commandSpencer T Brody2015-10-162-2/+11
* SERVER-20845 restore auditing of replSetReconfigsmatt dannenberg2015-10-163-1/+14
* SERVER-20922 DatabasesCloner should invoke '_finishFn' only when active.Benety Goh2015-10-151-0/+5
* SERVER-20922 _stepDownFinish uses event handle in function argument instead o...Benety Goh2015-10-154-11/+86
* SERVER-20922 added non-blocking version of ReplicationCoordinator::getTerm()Benety Goh2015-10-152-5/+26
* SERVER-20406 update topology coordinator settings for read committed support ...Benety Goh2015-10-1512-18/+55
* SERVER-20956 improve naming of ReplicationCoordinator election unittestsmatt dannenberg2015-10-152-20/+20
* SERVER-20863: Use MB instead of Mb in diagnostic size optionsMark Benvenuto2015-10-151-8/+8
* SERVER-19906: verify() failure when text index on "_fts" has weights set to e...Mark Benvenuto2015-10-152-0/+5
* SERVER-18194 command should not set slaveOk if ReadPreference == PrimaryOnlyMisha Tyulenev2015-10-152-8/+2
* SERVER-16962 Allow compact on capped collection if supported by storage engineMathias Stearn2015-10-151-5/+0