summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-16278: Race between shutdown and fsync flush with WiredTigerMark Benvenuto2015-01-203-0/+29
* SERVER-16874 reset yield timer on every PlanExecutor::restoreState()David Storch2015-01-203-2/+15
* SERVER-16659 Add test to list_collections1.jsJason Rassi2015-01-201-0/+14
* SERVER-16659 Expand coverage in list_indexes1.jsJason Rassi2015-01-202-35/+182
* Revert "Cleanup" and "Adding Artful radix tree initial files"mike o'brien2015-01-195-1605/+1
* CleanupPaul Pedersen2015-01-181-1/+1
* Adding Artful radix tree initial filesPaul Pedersen2015-01-185-1/+1605
* SERVER-16601 error out on conflicting params to findAndModifyDan Pasette2015-01-182-0/+12
* SERVER-16865: make linter happyEliot Horowitz2015-01-181-12/+12
* SERVER-16865: fix osx and one case where dynamic_cast mattersEliot Horowitz2015-01-182-2/+3
* SERVER-16865: created checked_cast and use in hot spotsEliot Horowitz2015-01-187-13/+96
* SERVER-16655 do not strip index tags from geo predicates during planning for ...David Storch2015-01-172-1/+36
* SERVER-16604 Use KeyString in Rocks indexIgor Canadi2015-01-1610-168/+91
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-1611-7/+246
* SERVER-16906 storage engines without directoryperdb support should fail to st...Benety Goh2015-01-168-28/+75
* SERVER-16868 Limit the truncates done by each thread to manage WT capped coll...Michael Cahill2015-01-171-0/+1
* SERVER-16882: Enable debug wiredtiger flags in debug mongodb buildMark Benvenuto2015-01-161-1/+8
* SERVER-5399 Essentially aliasing quit, exit, and function call variations.Andrew McFague2015-01-162-73/+61
* SERVER-16870 db.collectons.stats() supports indexDetails on sharded collectionsBenety Goh2015-01-162-3/+79
* SERVER-16782 SERVER-16870 refactor db.collection.stats()Benety Goh2015-01-161-20/+26
* SERVER-16437 fix bug in IndexScan::restoreState() for the optimized end checkerDavid Storch2015-01-163-13/+216
* SERVER-16437 Revert "Revert "SERVER-16437 IndexScan optimize end checker for ...David Storch2015-01-163-25/+128
* SERVER-16648 Update Concurrency tests runner to prevent spurious failuresJonathan Balsano2015-01-161-2/+2
* SERVER-16688 Shutdown should wait for the durability thread to completeKaloian Manassiev2015-01-152-75/+87
* SERVER-16776 Shutdown should not interruput file creationsKaloian Manassiev2015-01-151-17/+23
* SERVER-16065 Fix indentation in CommitJobKaloian Manassiev2015-01-152-205/+210
* SERVER-16065 Cleanup CommitJob and RecoveryJob so there is encapsulationKaloian Manassiev2015-01-156-277/+249
* SERVER-16659 Expand coverage in list_collections1.jsJason Rassi2015-01-151-15/+208
* SERVER-16659 Better error detection when parsing cursor cmd requestsJason Rassi2015-01-151-5/+7
* SERVER-16839 collStats command in mongos needs to be updated for new fieldsDan Pasette2015-01-151-0/+14
* SERVER-16887 PlanExecutor::_root type should be scoped_ptr<PlanStage>Jason Rassi2015-01-151-1/+1
* SERVER-16747 KeyString should overflow to heapMathias Stearn2015-01-154-100/+85
* SERVER-16873 call commitAndRestart() when stashing RUsMathias Stearn2015-01-152-0/+4
* SERVER-16676 don't trash indexes for RecordStores that can compact in-placeMathias Stearn2015-01-1512-54/+67
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-155-110/+147
* Move BSON hashing functionality into BSONObj and BSONElementMathias Stearn2015-01-155-99/+118
* SERVER-16672 Disallow NUL bytes in index namesMathias Stearn2015-01-152-8/+27
* Better repair for WTMathias Stearn2015-01-1519-76/+131
* SERVER-16461: Set sub-second timeouts on Windows correctlyMark Benvenuto2015-01-151-9/+16
* SERVER-15322 fixed mongosniffer log messageBenety Goh2015-01-151-2/+7
* SERVER-16811 Register wiredTiger factory once.Ramon Fernandez2015-01-156-23/+15
* SERVER-13256 fixed rocksdb compilationBenety Goh2015-01-1514-31/+30
* SERVER-16243 fixed incorrect directive for JS strict mode in db.serverStatus(...Benety Goh2015-01-151-1/+1
* SERVER-16878 Add extra diagnostics to help debug stepdown.js test failureSpencer T Brody2015-01-152-2/+11
* fix message typoEric Milkie2015-01-151-1/+1
* SERVER-16875: Add disk jstests for directoryperdb with wiredtigerSpencer Jackson2015-01-152-41/+148
* SERVER-16512 add comment explaining 'docsExamined' tracking in the FetchStageDavid Storch2015-01-151-0/+14
* SERVER-16864: check for assertion + number in ttl_repl_secondary_disabled.jsScott Hernandez2015-01-151-12/+15
* SERVER-16166 some jstests verifying interaction of journaling and checkpointsDan Pasette2015-01-152-0/+139
* SERVER-16643 extend linux transparent huge pages to include 'defrag' parameter.Benety Goh2015-01-156-53/+319