summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* BUMP 2.6.11-rc0r2.6.11-rc0Ramon Fernandez2015-07-307-7/+7
|
* 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 fix test to use GLE rather than assert.writeOK/ErrorMathias Stearn2015-07-281-5/+10
|
* SERVER-19559 Ignore KeyTooLarge errors when rolling back failed updatesMathias Stearn2015-07-2711-21/+108
|
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-244-16/+49
|
* 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-013-25/+50
| | | | | | | | | | | | | 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
|
* BUILD-599 Remove RHEL 5.7 AMIsJonathan Reams2015-06-121-2/+2
|
* 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-18097 Remove the mongosTest_auth task.Max Hirschhorn2015-05-271-29/+0
| | | | (cherry picked from commit 00d3ca5b536821a9a3a8150c567cc2ec458be603)
* 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-193-4/+59
| | | | (cherry picked from commit 20e130aceda766c646d123d8a853ea5aabbeab26)
* SERVER-16348 prohibit renaming a collection with bg indexes in progressEric Milkie2015-05-182-36/+4
|
* Fix bumpErnie Hershey2015-05-181-1/+1
|
* post 2.6.10Ernie Hershey2015-05-187-7/+7
|
* BUMP 2.6.10r2.6.10Ernie Hershey2015-05-187-7/+7
|
* SERVER-16563 Change Debian and Ubuntu packaging component to 10gen to match ↵Ernie Hershey2015-05-151-1/+1
| | | | directory structure
* post 2.6.10-rc0Ernie Hershey2015-05-117-7/+7
|
* SERVER-18344: switch to use new logkeeperSam Kleinman2015-05-111-38/+290
|
* BUMP 2.6.10-rc0r2.6.10-rc0Ernie Hershey2015-05-097-7/+7
|
* SERVER-18312: 8.37 SCons Integration - 2.6 compatibilityMark Benvenuto2015-05-083-8/+8
|
* SERVER-18312: PCRE 8.37 build integrationMark Benvenuto2015-05-084-0/+823
| | | | | | | (cherry picked from commit c2c84ae183c251435b7c3255a6f3133b541fe86a) Conflicts: src/third_party/SConscript
* SERVER-18312: PCRE 8.37Mark Benvenuto2015-05-08141-0/+126898
| | | | (cherry picked from commit dcf9ccb03f1052ba7efc44801b99c16335fb6b8c)
* SERVER-18364 ensure multikey bounds construction prefers non-negation ↵David Storch2015-05-072-5/+10
| | | | | | | | | predicates over negations Also backports a fix to the query planner unit test library in order to ensure that the unit tests work correctly with this change. (cherry picked from commit 97b5712600ada8439f024f6bf446172f0fc9a7aa)
* SERVER-18096: don't try to reuse closed socket fdsKevin Pulo2015-05-072-0/+143
| | | | Signed-off-by: Spencer T Brody <spencer@mongodb.com>
* SERVER-17018: Only invalidate cursors pointing to the same indexGeert Bosch2015-05-063-6/+10
|
* SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey2015-05-063-4/+4
| | | | (cherry picked from commit 47f76710961fb5be17d92e26fb7452f8223afb9f)
* SERVER-13542 Expose electionId on primary in isMastermatt dannenberg2015-05-011-0/+3
|
* SERVER-16849 Prevent mongos from always invalidating the user cache once, ↵Spencer T Brody2015-05-011-1/+17
| | | | | | even when no user definitions are changing (cherry picked from commit 3272a362429edbfa34fd6529e5925317f7b8a6e7)
* SERVER-11980 Only invalidate the user cache on mongos if authorization ↵Gianfranco Palumbo2015-05-016-40/+171
| | | | | | | | information actually changed (cherry picked from commit a51c7bcac0b93ea0a0da73974bac6c469075864d) Signed-off-by: Spencer T Brody <spencer@mongodb.com>
* SERVER-18262 retry links download multiple times before failingmike o'brien2015-04-301-1/+11
| | | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com> (cherry picked from commit 9da229e234c2f903ff2569f3d9422b60d28dbf4e)
* SERVER-18211 write to disk all documents in a collection when rolling back ↵matt dannenberg2015-04-291-2/+28
| | | | createCollection
* SERVER-18111 Check userAllowedWriteNS() in cloneCollection cmd parsingJason Rassi2015-04-282-4/+13
| | | | (cherry picked from commit 301f6a927294d542f5466e4704d37f8e930d5317)
* SERVER-18111 Check userAllowedWriteNS() in findAndModify cmd parsingJason Rassi2015-04-282-0/+18
| | | | (cherry picked from commit 4ea827d383156d36e666d05eb6dad8bbc2a75801)
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-284-4/+77
| | | | | | | | | | | Forbids user writes to "system.profile". Notably, this also prevents "system.profile" from being used as a source or target from renameCollection. Creation, drop, and capped conversion of "system.profile" remain allowed. (cherry picked from commit 659d6c26e12d3396aafff70ca11d74a4187b4084)
* SERVER-18229: fix smoke.py interaction with pymongoSam Kleinman2015-04-281-1/+1
|
* SERVER-18073 Make smoke.py work with pymongo 3.0Jonathan Reams2015-04-221-7/+13
|
* SERVER-17591: Allow TLS protocols to be disabledSpencer Jackson2015-04-223-1/+71
|
* SERVER-17749: ignore fields starting with $ in collMod command, to match ↵Sam Kleinman2015-04-171-0/+3
| | | | | | behavior of aggregation pipeline command. (cherry picked from commit aa51ce621c39c54c2105eebe2f0961f0dc9c2890)
* SERVER-17805 logOp / OperationObserver should always check shardversionRandolph Tan2015-04-168-21/+118
| | | | | | | | (cherry picked from commit fe8a41689e861f6fd1b599cbd63e651b9077edaf) Conflicts: src/mongo/db/commands/write_commands/batch_executor.cpp src/mongo/s/d_migrate.cpp
* SERVER-17832 Fix Resource Leak on SSL Connect and Accept Exception (v2.6, v3.0)Robert Guo2015-04-131-16/+8
| | | | Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>