summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 3.0.7r3.0.7Ramon Fernandez2015-10-122-2/+2
|
* SERVER-20823 Do not leak RecordIterator in MMAPV1DatabaseCatalogEntry::_init()Charlie Swanson2015-10-081-1/+1
|
* post 3.0.7-rc0Ramon Fernandez2015-10-042-2/+2
|
* BUMP 3.0.7-rc0r3.0.7-rc0Ramon Fernandez2015-10-022-2/+2
|
* Import wiredtiger-wiredtiger-mongodb-3.0.6-29-g5c32a0b.tar.gz from ↵Michael Cahill2015-10-021-0/+6
| | | | wiredtiger branch mongodb-3.0
* SERVER-16042 fix lintDavid Storch2015-10-011-26/+26
|
* SERVER-16042 generate a candidate plan for each predicate over the leading ↵David Storch2015-10-012-53/+203
| | | | | | | | | | | field of a multikey index (cherry picked from commit 4372e7b826bbaff94d995c0a37d9a8bf29378e48) Conflicts: src/mongo/db/query/query_planner_array_test.cpp src/mongo/db/query/query_planner_geo_test.cpp src/mongo/db/query/query_planner_test.cpp
* Import wiredtiger-wiredtiger-mongodb-3.0.6-28-g0e0d19d.tar.gz from ↵Michael Cahill2015-10-01164-2468/+2702
| | | | wiredtiger branch mongodb-3.0
* SERVER-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-305-13/+54
| | | | | | Setting the profiling level will still create the database. (cherry picked from commit e5883822fd2fc777fd3e3e6b766f54e2caa8e594)
* SERVER-20531 uassert rather than invariant if findAndModify fails due to ↵David Storch2015-09-252-2/+37
| | | | missing entries in the _id index
* bump tools to r3.0.7Ramon Fernandez2015-09-251-1/+1
|
* SERVER-18250 WiredTiger is not the default engine in v3.0Ramon Fernandez2015-09-252-2/+2
|
* SERVER-20617: Add durability test for writeConcern j:trueGeert Bosch2015-09-251-0/+30
| | | | (cherry picked from commit 0d7f4843956de649a95d788bcc856d77bf41e1b6)
* SERVER-20176: For writeConcern j:1 only sync once at end of operationGeert Bosch2015-09-256-53/+54
| | | | | | | | | | | | | | | (cherry picked from commit 37b328aeda5696ff21c86b1258708fe5bede3a16) (cherry picked from commit 617a1eb81610f2cc00b6aac06e408dfc17246f04) (cherry picked from commit 38f6c23578438a2d67c0846f9623740513829c33) (cherry picked from commit 2033a39cabed03c0efc598e439c5e1eec8767243) (cherry picked from commit f86c9a1dfd585947762296d232391ba0f1bd304a) Conflicts: src/mongo/db/storage/recovery_unit.h src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.cpp src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.cpp src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h
* SERVER-18250 Add tests for toggling between --journal and --nojournal.Max Hirschhorn2015-09-252-0/+204
| | | | (cherry picked from commit 87201c5db22901f103dc5e1de1dc3a67aab36257)
* SERVER-18250 On transition from journal to no-journal, run WT recovery.Susan LoVerso2015-09-251-6/+27
| | | | (cherry picked from commit 8195bb49284a112b9fe620586f2986546c2b0390)
* SERVER-20464: Add units of measurement to log output of perf regression analysisdalyd2015-09-241-2/+2
| | | | (cherry picked from commit 3c57ce8739b31c23a39c8a762fc44f11a677268d)
* Revert "SERVER-17120 Check existance of CN in X509 subject"Spencer Jackson2015-09-241-8/+5
| | | | This reverts commit ed7d08187adc2f84574e16b0c9149d886b6e14a6.
* SERVER-20557 Active window setting is not being processed properlyRandolph Tan2015-09-241-25/+11
|
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-09-235-36/+95
| | | | | | | | (cherry picked from commit 1c5fdf89ee6fd377096b9369b94ee490792a22b8) Conflicts: src/mongo/db/pipeline/document_source_test.cpp src/mongo/scripting/bson_template_evaluator.cpp
* SERVER-17120 Check existance of CN in X509 subjectSpencer Jackson2015-09-231-5/+8
| | | | (cherry picked from commit fadaf9680288070439ed9a9ed4ed847a33209493)
* SERVER-20460 Make listIndexes authz check backwards compatAndreas Nilsson2015-09-233-13/+50
| | | | (cherry picked with edits from commit fa24b6adab2f71a3c07d8810d04d5e0da4c5ac59)
* SERVER-18506: Make the balancer section of printShardingStatus() respect the ↵Kevin Pulo2015-09-232-77/+87
| | | | | | passed-in configDB (cherry picked from commit e8251c03db4c43d7127c1e8d8e306d8bfb688b0d)
* SERVER-18516 Use OS codename in Debian/Ubuntu repo 'Suite' fieldErnie Hershey2015-09-232-4/+4
| | | | (cherry picked from commit 3f8acecab74e520aa1f1564cd0512417a0f3c64e)
* SERVER-18581 Start process with group=mongodb in .deb packagesErnie Hershey2015-09-232-2/+4
| | | | (cherry picked from commit add69c51cf4469ec44db4bae7d21c25da23adbe2)
* SERVER-18749 Fix inconsistent directory name in upstart configErnie Hershey2015-09-231-2/+2
| | | | (cherry picked from commit 4bd50b8f8985c2b95bc50a37268f92572c2ae313)
* SERVER-19088 The cache scons flag should disable fast-and-loose scons flagJonathan Reams2015-09-231-1/+3
| | | | (cherry picked from commit e38826d61c3906369b261fac08f614633459168f)
* SERVER-20429: Correctly unblock requests after canceled lock attemptGeert Bosch2015-09-232-0/+50
| | | | | Conflicts: src/mongo/db/concurrency/lock_state_test.cpp
* SERVER-18178 Convert the mr_drop.js test to an FSM workloadKamran Khan2015-09-222-41/+118
| | | | | | | | The FSM workload interleaves mapReduce commands, collection drops, and database drops to verify server availability when drops occur during various mapReduce phases. (cherry picked from commit 1cf11a282870c26ce7d963fb3a6c3329b39d90a2)
* SERVER-19412 Handle NULL PlanStage children in stageDebug commandJ Delaney2015-09-211-0/+12
| | | | | | | Closes #1001. Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com> (cherry picked from commit fc7860846700e328c95263132bde4b603dd635c1)
* SERVER-19509 Update Upstart nproc ulimit to match recommendationsErnie Hershey2015-09-211-1/+1
| | | | (cherry picked from commit f7675b0a306764d8a435a623b4af0b5bd63180d4)
* SERVER-19725 Fix nullptr crash in QueryPlanner::plan with $near operatorQingyang Chen2015-09-212-1/+7
| | | | | | | | (cherry picked from commit cfe4562fb64b756ed4fe7389f924b52cf8595f9f) Conflicts: src/mongo/db/query/query_planner.cpp src/mongo/db/query/query_planner_geo_test.cpp
* SERVER-18624 Track location of collection in system.namespacesCharlie Swanson2015-09-214-109/+126
| | | | | This makes it constant time to get the collection options for a collection, reducing the complexity of the listCollections command and other operations.
* SERVER-20473 ReplicationCoordinator::setMaintenanceMode() should fail if the ↵Benety Goh2015-09-211-0/+5
| | | | | | | | | node is currently running for election (cherry picked from commit 46e6c6be50a33c54127ea4f6364efdd23f738c02) Conflicts: src/mongo/db/repl/replication_coordinator_impl.cpp
* Import wiredtiger-wiredtiger-mongodb-3.0.6-18-g3489b0b.tar.gz from ↵Michael Cahill2015-09-1856-500/+698
| | | | wiredtiger branch mongodb-3.0
* SERVER-19564: explicitly skip benchRun tests on smoke.py (resmoke does this ↵Martin Bligh2015-09-171-0/+2
| | | | by glob pattern)
* SERVER-19901: Mongo-perf analysis script -- Compare to tagged baselinedalyd2015-09-173-17/+84
| | | | | With blank override.json file for 3.0 branch (cherry picked from commit c1b0712f62788ef7b8f397343cb91b73259e20b1)
* SERVER-20035: Move attaching results to post phasedalyd2015-09-171-3/+3
| | | | (cherry picked from commit f2fc6a9329e5f24af4724cb5ee50bfdbb02a5116)
* SERVER-20035: Update perf_regresison_check.py script to output report.json ↵dalyd2015-09-172-7/+36
| | | | | | summarizing results (cherry picked from commit 6fa5547c842a31712af91cf2927a631dbbcbdbf4)
* SERVER-20316: Relax thread level comparisons on mongo-perf check scriptdalyd2015-09-171-7/+13
| | | | (cherry picked from commit b5e486fcaf73847aa41c2fc55ca94fab3c4eb1cc)
* SERVER-20401 Remove sslDisabledProtocols from shellSpencer Jackson2015-09-161-7/+0
|
* SERVER-19361 Prevent inserting of doc with more than one _id fieldYunhe (John) Wang2015-09-161-3/+8
| | | | (cherry picked from commit 61baf779dacca5ae17ac3ea1c3338b039824c280)
* SERVER-19564: Make benchRun use insertMultiMartin Bligh2015-09-162-4/+58
|
* SERVER-20401 Expose net.ssl.disabledProtocolsSpencer Jackson2015-09-161-10/+20
|
* SERVER-20364 Let find privilege -> killCursor privilegeAndreas Nilsson2015-09-161-4/+8
|
* SERVER-20219 Warn if an index has a partialFilterExpression option.Max Hirschhorn2015-09-143-0/+123
| | | | | | Generate a warning on index creation and database startup if an index is found to have a partialFilterExpression option because partial indexes are not supported in 3.0.
* SERVER-20394 Remove non-integer test case from iteration_count_control.jsAndreas Nilsson2015-09-141-2/+0
| | | | (cherry picked from commit a0b3bec9aff251e9e72db24df9a829e91f411f02)
* SERVER-20347 $in containing a regex element cannot use a hashed indexDan Pasette2015-09-142-1/+24
|
* SERVER-20383 Cleanup connections after every ChunkManagerTestRandolph Tan2015-09-111-0/+2
|
* SERVER-14750: convert config files to yaml for packagesSam Kleinman2015-09-102-123/+57
| | | | (cherry picked from commit a459fcf9e758ebf6ef8c752d1972226121eda85d)