summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16919 Improve WT capped collection age-outMathias Stearn2015-01-229-33/+69
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-2115-31/+81
* SERVER-16954 fix invalidation handling in NearStageDavid Storch2015-01-211-3/+18
* SERVER-16806 Correctly report elapsed time in messages in range_deleter.cpp.Andy Schwerin2015-01-211-4/+4
* Import wiredtiger-wiredtiger-mongodb-2.8-rc5-173-gb978f5b.tar.gz from wiredti...Matt Kangas2015-01-211-2/+3
* SERVER-16749: handle per index exceptions and continueScott Hernandez2015-01-211-6/+14
* SERVER-16970 set prefix_compression explicitly to trueEric Milkie2015-01-211-1/+1
* SERVER-16065, SERVER-5080 Write MMAP V1 journal in a separate threadKaloian Manassiev2015-01-2111-326/+791
* SERVER-16930 createIndexes should always set numIndexesBefore and numIndexesA...Benety Goh2015-01-212-15/+5
* Import wiredtiger-wiredtiger-mongodb-2.8-rc5-168-gcbd3d5e.tar.gz from wiredti...Matt Kangas2015-01-2045-1117/+862
* SERVER-16923 Create the system.profile collection if under DB X lockKaloian Manassiev2015-01-202-7/+11
* SERVER-16880 Timer overflows at approximately 9223 secondsRandolph Tan2015-01-203-10/+21
* SERVER-16925 check for shutdown in isMasterEric Milkie2015-01-201-0/+6
* SERVER-16948 fix printSlaveReplicationInfo()'s detection of primarymatt dannenberg2015-01-201-6/+4
* SERVER-16916 fixed WiredTiger index insertion with inserting the same key wit...Benety Goh2015-01-202-5/+19
* SERVER-16913 Return connection to pool on mongos when checking config servers...Siyuan Zhou2015-01-201-0/+1
* SERVER-5399 SERVER-16946 fixed shell helper parsingBenety Goh2015-01-201-4/+1
* SERVER-16092: Serialize writes to admin db for auth collectionsMark Benvenuto2015-01-204-0/+44
* 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
* 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-181-0/+4
* 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-167-0/+28
* 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-161-0/+6
* 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-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 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-1511-54/+46
* 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