summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16233 validate storage engine options at index creationBenety Goh2014-12-032-0/+68
* SERVER-16233 common function to validate both collection and index storage op...Benety Goh2014-12-033-41/+54
* SERVER-16233 storage engine factories support index options validationBenety Goh2014-12-036-0/+28
* SERVER-16233 added WiredTigerIndex::generateCreateString to construct configu...Benety Goh2014-12-034-13/+153
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-035-14/+22
* SERVER-16328 Get rid of commitsInWriteLock/earlyCommits MMAP V1 statsKaloian Manassiev2014-12-032-22/+6
* Remove dead code from bgsync.Andy Schwerin2014-12-032-46/+1
* SERVER-15826 convertToCapped doesn't need to take a global lockKaloian Manassiev2014-12-031-9/+18
* SERVER-16389 Clean up behavior of shutdown command waiting for replicationSpencer T Brody2014-12-026-55/+9
* SERVER-16067: Partition intent locks in the lock managerGeert Bosch2014-12-023-82/+321
* Revert "SERVER-16119: faster WT shutdown race avoidance"Kaloian Manassiev2014-12-024-30/+28
* Revert "SERVER-14062 exitCleanly should not create OperationContext"Kaloian Manassiev2014-12-0210-17/+21
* SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...David Storch2014-12-022-2/+20
* SERVER-14062 exitCleanly should not create OperationContextKaloian Manassiev2014-12-0210-21/+17
* SERVER-16354 Delete the recovery unit in IndexCatalogEntry::setMultikeyKaloian Manassiev2014-12-021-3/+14
* SERVER-16247 Change oplog memory_page_max to 10MBDan Pasette2014-12-021-0/+2
* Add license header to new rocks filesMatt Kangas2014-12-022-4/+52
* SERVER-16259 Rocks storage engine needs to support document lockingIgor Canadi2014-12-0213-96/+455
* SERVER-15886 SubplanStage tries to plan each branch from the cacheDavid Storch2014-12-013-185/+270
* SERVER-16333: don't serialize and deserialize default write concernsEliot Horowitz2014-12-019-25/+21
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-018-13/+43
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-0115-38/+235
* some safety checks in WT code for txnEliot Horowitz2014-12-014-0/+13
* SERVER-16137 validate collection storage options for all storage enginesEric Milkie2014-12-0115-50/+177
* SERVER-16373 Remove repl_set.hSpencer T Brody2014-12-011-98/+0
* SERVER-14429 Make ReplSettings const now that it is no longer modified after ...Spencer T Brody2014-12-017-27/+10
* SERVER-14057 Changing TTL should invalidate catalog's cached spec objJason Rassi2014-12-014-8/+123
* SERVER-15310 Kill all user operations on stepdown.Spencer T Brody2014-12-0112-25/+87
* SERVER-14143 Re-enable javascript interruption.Spencer T Brody2014-12-017-92/+72
* SERVER-16332 replace C ::remove and ::rename with boost filesystem equivalentBenety Goh2014-12-011-17/+14
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-0113-280/+156
* SERVER-16032 Prevent applier from creating a new OperationContext when there ...Spencer T Brody2014-12-012-13/+12
* don't append --storageEngine if there already is one specific in testEliot Horowitz2014-11-301-1/+3
* StringMap for command mapsEliot Horowitz2014-11-294-22/+25
* SERVER-15595 fix unittest link errorMatt Kangas2014-11-281-0/+1
* SERVER-15595: fix devnull engine and add a testEliot Horowitz2014-11-272-1/+44
* SERVER-16119: faster WT shutdown race avoidanceEliot Horowitz2014-11-274-28/+30
* SERVER-16342: formatting of top.Eliot Horowitz2014-11-272-39/+39
* SERVER-16342: remove some snapshot global data that doesn't make sense any moreEliot Horowitz2014-11-275-47/+0
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-26192-1379/+1383
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-2686-97/+129
* add fassertNoTrace and clean up wiredtiger assert pathEliot Horowitz2014-11-267-23/+50
* SERVER-16055: Commands with empty string cause the server to terminateMark Benvenuto2014-11-263-2/+13
* SERVER-16143 Update multiKey metadata in a separate transactionKaloian Manassiev2014-11-263-43/+50
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-254-207/+45
* SERVER-16324 OpDebug::report() should read query from OpDebug, not CurOpJason Rassi2014-11-251-2/+1
* SERVER-16114 touch cmd returns an error when storage engine does not support itDan Pasette2014-11-256-16/+24
* SERVER-15552 mapReduce failure to insert to temp ns should abort opJason Rassi2014-11-251-5/+3
* SERVER-16200 Eagerly compute StringData lengths and streamline equality checksAndrew Morrow2014-11-252-16/+6
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-254-16/+68