summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16632: use KeyString for WiredTiger index keysEliot Horowitz2014-12-317-183/+155
* SERVER-16632: introduct KeyString, a memcmpable version of a index keyEliot Horowitz2014-12-314-0/+1548
* SERVER-16351: make sure when we swap out recovery units, we don't commit acti...Eliot Horowitz2014-12-314-4/+23
* SERVER-16577 add queryPlanner.indexFilterSet field to new explain formatDavid Storch2014-12-301-0/+16
* SERVER-16694 Include exit.h in ntservice.cppKaloian Manassiev2014-12-301-0/+1
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-3028-4/+41
* SERVER-16061: remove "text" commandMark Benvenuto2014-12-305-519/+0
* SERVER-16568 "none" is now supported as a valid compressor optionEric Milkie2014-12-293-30/+3
* SERVER-16651 Ensure that single-node replica sets pass through SECONDARY on w...Andy Schwerin2014-12-293-50/+31
* SERVER-16651 Avoid global lock acquisition in tryToGoLiveAsASecondary() if a ...Andy Schwerin2014-12-296-1/+28
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-298-35/+27
* SERVER-16615: Fix mmapv1 repairDatabase for long db pathsSpencer Jackson2014-12-291-4/+1
* SERVER-16682 Remove replicate include sys/socket.hGuang Yang2014-12-291-1/+0
* SERVER-16030 update size storer during full validationBenety Goh2014-12-243-1/+180
* SERVER-16030 make RecordStore::validate non-constBenety Goh2014-12-2412-12/+12
* SERVER-16661 fix leak in GlobalCursorIdCacheAdam Midvidy2014-12-241-4/+3
* post 2.8.0-rc4Ernie Hershey2014-12-241-1/+1
* BUMP 2.8.0-rc4Dan Pasette2014-12-231-1/+1
* SERVER-16523 listIndexes leave cursor open if >1 batch neededJason Rassi2014-12-232-16/+79
* SERVER-16522 listCollections leave cursor open if >1 batch neededJason Rassi2014-12-234-34/+78
* SERVER-16520 Add a global CursorManagerJason Rassi2014-12-234-20/+76
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-2322-115/+116
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-2310-40/+48
* SERVER-16617: respect deep during update validationScott Hernandez2014-12-231-18/+22
* Whitespace fix for sharding error message re: numJumboChunksMatt Kangas2014-12-231-2/+2
* SERVER-16245 clean up index stat displayEric Milkie2014-12-2314-22/+34
* SERVER-16367 fix variadic arg passingEric Milkie2014-12-231-1/+3
* SERVER-16498 d_migrate.cpp should not rely on system.namespacesSiyuan Zhou2014-12-231-4/+10
* clean up code for creating subdirectories for identsEric Milkie2014-12-231-3/+3
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-2314-39/+105
* SERVER-16111 display creation details for collections and indexesEric Milkie2014-12-237-13/+81
* SERVER-16313 add missing space to option descriptionEric Milkie2014-12-231-1/+1
* SERVER-16367 Add versioning info to collectionsEric Milkie2014-12-237-39/+437
* SERVER-16237 Don't check shard version if the replica set monitor knows the p...Spencer T Brody2014-12-223-1/+33
* SERVER-16197 fix scons install, distMatt Kangas2014-12-221-19/+35
* SERVER-16624 Do not use deadlock detection in invariant checkingKaloian Manassiev2014-12-221-18/+7
* Revert "SERVER-16437 IndexScan optimize end checker for single interval scans"Jason Rassi2014-12-223-128/+25
* SERVER-16390: Text stage fetches document twice if phrase or negation filter ...Mark Benvenuto2014-12-221-2/+5
* SERVER-16129 cloneCollection does not yieldRandolph Tan2014-12-221-14/+39
* SERVER-15798 Helpers::removeRange does not check if node is primaryRandolph Tan2014-12-221-0/+8
* SERVER-16633 Add timer to geo near stage to track execution timeSiyuan Zhou2014-12-221-0/+4
* Inititialize WT engine with statistics=(fast)Dan Pasette2014-12-211-1/+1
* SERVER-16179 Change the fassert conflicting numberKaloian Manassiev2014-12-191-1/+1
* SERVER-16179 Remove the periodic lock manager timeout reportKaloian Manassiev2014-12-194-59/+20
* SERVER-16606 remove index blockCompressor and collection prefixCompression op...Eric Milkie2014-12-191-33/+14
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-197-71/+86
* SERVER-16604 Stop special-casing oplog in capped collectionsIgor Canadi2014-12-192-11/+14
* SERVER-16603 Fix rocks buildIgor Canadi2014-12-191-0/+1
* SERVER-16586 Fix mongoperf crash with MMF and syncDelaySlawomir Pawlowski2014-12-191-0/+2
* SERVER-16431 Sync::shouldRetry should use DB X lock, not globalKaloian Manassiev2014-12-182-15/+13