summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20829 return no results rather than RUNNER_DEAD from idhack on concurr...David Storch2016-01-261-1/+8
* SERVER-21647 add missing $rename unit testDavid Storch2016-01-071-0/+7
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2016-01-075-4/+236
* SERVER-20083 Log index filter change at default levelJames Wahlin2016-01-041-0/+10
* SERVER-19266 An error document is returned with result setRandolph Tan2015-12-161-0/+5
* SERVER-21543 Lengthen delay before deleting old journal filesCharlie Swanson2015-11-231-1/+5
* SERVER-16042 generate a candidate plan for each predicate over the leading fi...David Storch2015-11-172-51/+93
* SERVER-2454 Fix invalid object use on PlanExecutor::DEADJames Wahlin2015-11-121-22/+22
* SERVER-21227 don't drop invalidated results in the MultiPlanRunnerDavid Storch2015-11-061-27/+3
* SERVER-2454 Backport of PlanExecutor::DEAD handling fix to 2.6.xJames Wahlin2015-11-025-50/+35
* SERVER-19725 Fix nullptr crash in QueryPlanner::plan with $near operatorDavid Storch2015-09-212-1/+6
* SERVER-20401 Expose net.ssl.disabledProtocolsSpencer Jackson2015-09-161-7/+10
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-082-1/+37
* SERVER-13985 Remove server side js usage from printShardingStatusShaun Verch2015-09-021-2/+7
* SERVER-17886 Don't call Request::getns() if message doesn't include nsJason Rassi2015-08-263-4/+7
* SERVER-19284 Do not allow creation of roles with same names as builtin roles.Merry Mou2015-08-121-0/+7
* post 2.6.11Ernie Hershey2015-08-101-1/+1
* BUMP 2.6.11r2.6.11Ernie Hershey2015-08-101-1/+1
* post 2.6.11-rc0Ramon Fernandez2015-08-031-1/+1
* BUMP 2.6.11-rc0r2.6.11-rc0Ramon Fernandez2015-07-301-1/+1
* SERVER-19464 Have DSMergeCursors correctly cleanup _cursors in dispose()Mathias Stearn2015-07-282-2/+16
* SERVER-19464 Add a way to explicitly kill a DBClientCursor before destructionMathias Stearn2015-07-282-0/+19
* SERVER-19553 Make mongod not use sayPiggyBack for KillCursor messagesMathias Stearn2015-07-281-0/+3
* SERVER-19559 Ignore KeyTooLarge errors when rolling back failed updatesMathias Stearn2015-07-2710-21/+61
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-241-1/+1
* SERVER-19389: Remove wire level endianness checkSpencer Jackson2015-07-231-7/+2
* SERVER-14070 sort analysis computes additional sort orders provided by an ind...David Storch2015-07-163-3/+81
* SERVER-18086 fix leak in QueryPlanner::planFromCacheQingyang Chen2015-07-011-6/+8
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-07-012-23/+27
* SERVER-17815 tie breaker value should not be static in PlanRanker::scoreTreeDavid Storch2015-06-291-1/+1
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-292-4/+76
* SERVER-15217 remove NonCoveredIxisectFetchesLess plan ranking testQingyang Chen2015-06-171-53/+0
* SERVER-18795: provide better printReplicationInfo error message for abitersSam Kleinman2015-06-031-1/+6
* SERVER-18280 ReplicaSetMonitor should use electionId to avoid talking to old ...Daniel Alabi2015-06-014-4/+214
* SERVER-18620 Log "staticYield can't unlock" msg inside RARELY blockJason Rassi2015-05-211-4/+6
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-203-2/+16
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-191-1/+3
* SERVER-16348 prohibit renaming a collection with bg indexes in progressEric Milkie2015-05-182-36/+4
* post 2.6.10Ernie Hershey2015-05-181-1/+1
* BUMP 2.6.10r2.6.10Ernie Hershey2015-05-181-1/+1
* post 2.6.10-rc0Ernie Hershey2015-05-111-1/+1
* BUMP 2.6.10-rc0r2.6.10-rc0Ernie Hershey2015-05-091-1/+1
* SERVER-18312: 8.37 SCons Integration - 2.6 compatibilityMark Benvenuto2015-05-082-7/+7
* SERVER-18312: PCRE 8.37 build integrationMark Benvenuto2015-05-084-0/+823
* SERVER-18312: PCRE 8.37Mark Benvenuto2015-05-08141-0/+126898
* SERVER-18364 ensure multikey bounds construction prefers non-negation predica...David Storch2015-05-072-5/+10
* SERVER-18096: don't try to reuse closed socket fdsKevin Pulo2015-05-071-0/+6
* SERVER-17018: Only invalidate cursors pointing to the same indexGeert Bosch2015-05-063-6/+10
* SERVER-13542 Expose electionId on primary in isMastermatt dannenberg2015-05-011-0/+3
* SERVER-16849 Prevent mongos from always invalidating the user cache once, eve...Spencer T Brody2015-05-011-1/+17