summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.6.12r2.6.12Ramon Fernandez2016-03-211-1/+1
|
* post 2.6.12-rc0Ramon Fernandez2016-03-101-1/+1
|
* BUMP 2.6.12-rc0r2.6.12-rc0Ramon Fernandez2016-03-101-1/+1
|
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2016-03-043-18/+95
| | | | | (cherry picked from commit 1c5fdf8) Fully manual cherry pick.
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-03-0410-74/+144
| | | | (cherry picked from commit 0386400f728588140ccd9c896f7b87370d9bc866)
* SERVER-22535 Migration source manager checks for PlanExecutor errors during ↵Tess Avitabile2016-03-031-1/+16
| | | | initial index scan for documents to clone
* SERVER-20829 return no results rather than RUNNER_DEAD from idhack on ↵David Storch2016-01-261-1/+8
| | | | concurrent delete
* SERVER-21647 add missing $rename unit testDavid Storch2016-01-071-0/+7
| | | | | | | (cherry picked from commit b45dba8425b49714c5ca1394aba0bb97029c2560) Conflicts: src/mongo/db/ops/modifier_rename_test.cpp
* SERVER-21647 fix $rename to not re-order fields when the destination field ↵David Storch2016-01-075-4/+236
| | | | | | | | | | | | | is already present (cherry picked from commit 994060e622c22783c29ff3d1c243c298fcd3442c) Conflicts: src/mongo/bson/mutable/document.cpp src/mongo/bson/mutable/element.h src/mongo/bson/mutable/mutable_bson_test.cpp src/mongo/db/ops/modifier_rename.cpp src/mongo/db/ops/modifier_rename_test.cpp
* SERVER-20083 Log index filter change at default levelJames Wahlin2016-01-041-0/+10
| | | | (cherry picked from commit dbd58e06914b23ed50605820515f3849baf2cbce)
* SERVER-19266 An error document is returned with result setRandolph Tan2015-12-161-0/+5
| | | | | | | | | Make sure that the error result flag is set when receiving one from of the shards during GET_MORE. (cherry picked from commit eb79bd1fe807512e54c68c5982b2a24fa1d66bba) Conflicts: src/mongo/client/parallel.cpp
* 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 ↵David Storch2015-11-172-51/+93
| | | | field of a multikey index
* 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 ↵Randolph Tan2015-09-082-1/+37
| | | | | | | | | version checking (cherry picked from commit d79fdd83e4eb940d3d98f73f6f492f58c5a8dde5) Conflicts: src/mongo/db/commands/write_commands/batch_executor.cpp
* SERVER-13985 Remove server side js usage from printShardingStatusShaun Verch2015-09-021-2/+7
| | | | (cherry picked from commit df9cb2c79f98f5ab5471a95b36e7689600d686d2)
* SERVER-17886 Don't call Request::getns() if message doesn't include nsJason Rassi2015-08-263-4/+7
| | | | (cherry picked from commit 32eb4dbe6fb78f7697f72b1406f1d8efaaedd378)
* 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
| | | | | | | This involves killing the cursor and returning the connection to the pool. This commit also ensures that DSSort calls dispose on its source as needed. (cherry picked from commit 5c20356061c19b7343cb9aab7398238581f0b600)
* SERVER-19464 Add a way to explicitly kill a DBClientCursor before destructionMathias Stearn2015-07-282-0/+19
| | | | (cherry picked from commit 0476dec3ae310f768ae7fd31418a4c8aa7c24506)
* SERVER-19553 Make mongod not use sayPiggyBack for KillCursor messagesMathias Stearn2015-07-281-0/+3
| | | | (cherry picked from commit 7cdd8036184934ef5ef42907f890b6603cd891a7)
* 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 ↵David Storch2015-07-163-3/+81
| | | | | | index scan (cherry picked from commit 5120700460ef7a3240603a4307a0b1be2c358c3c)
* 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
| | | | | | | | | | | | | comment update Signed-off-by: Randolph Tan <randolph@10gen.com> (cherry picked from commit 52840b1595449155acecb1a7401a332cbdb53fad) Conflicts: src/mongo/s/cursors.cpp src/mongo/s/cursors.h (cherry picked from commit 61349d3c00c5a6a4fecfcd12f528574d25ba1bf1)
* SERVER-17815 tie breaker value should not be static in PlanRanker::scoreTreeDavid Storch2015-06-291-1/+1
| | | | (cherry picked from commit dcc38a627d3e4f92d9df0eaeb97739dfa0280907)
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-292-4/+76
| | | | | | | Closes #973 Signed-off-by: David Storch <david.storch@10gen.com> (cherry picked from commit a641576b7d811577e28eefc6322e93e3e4a27511)
* 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
| | | | primaries
* 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
| | | | | | | | | | query log / profile entries (cherry picked from commit d89e58fd340ced9370d1a39a4334a42a77005f5e) Conflicts: src/mongo/db/commands/pipeline_command.cpp src/mongo/db/query/find.cpp
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-191-1/+3
| | | | (cherry picked from commit 20e130aceda766c646d123d8a853ea5aabbeab26)
* 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
| | | | | | | (cherry picked from commit c2c84ae183c251435b7c3255a6f3133b541fe86a) Conflicts: src/third_party/SConscript