summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15273 Only quantize to exact bucket sizesMathias Stearn2014-10-1711-802/+132
* SERVER-13635 release record store before restarting engine in Restart1 test caseBenety Goh2014-10-171-19/+23
* SERVER-14352 (rocksdb) fixed getSpaceUsedBytes()Igor Canadi2014-10-173-25/+25
* SERVER-15535 Do not consider a remote node electable if it explicitly reports...Andy Schwerin2014-10-173-1/+13
* SERVER-15535 Store a heartbeat response in MemberHeartbeatData.Andy Schwerin2014-10-173-79/+59
* SERVER-15535 Remove _configIndex field from MemberHeartbeatData structure.Andy Schwerin2014-10-173-78/+62
* SERVER-15705 (rocksdb) fixed numRecords and numEntries to work with recovery ...sdong2014-10-179-60/+122
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-177-44/+360
* SERVER-14702: add syncingTo to self output of replSetGetStatusScott Hernandez2014-10-172-1/+11
* SERVER-14982: don't take lock to schedule maint modeScott Hernandez2014-10-172-1/+7
* SERVER-15535: report info about unknown nodes in replSetGetStatusScott Hernandez2014-10-173-74/+70
* SERVER-15700 SERVER-15701 fixed compilation errorBenety Goh2014-10-174-4/+5
* SERVER-15702 During collection scans, read the document from theJohn Esmet2014-10-171-1/+1
* SERVER-15701 Pass the old object down to updateWithDamages in the formJohn Esmet2014-10-1714-28/+44
* SERVER-15700 Modify SortedDataInterface to not require unindex() to returnJohn Esmet2014-10-179-38/+43
* SERVER-13635 (rocksdb) pass whether an index is unique or not down through So...Benety Goh2014-10-173-3/+5
* SERVER-13635: OperationContext doesn't always have a RecoveryUnitEliot Horowitz2014-10-171-2/+4
* fix txn read boundaries and lockingEliot Horowitz2014-10-171-7/+10
* SERVER-15683: fix caching of Client when there is noneEliot Horowitz2014-10-171-1/+3
* SERVER-15486 LogComponentVerbositySetting validationMatt Kangas2014-10-161-54/+80
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-1627-423/+1356
* SERVER-13635: add hook to RecoveryUnit for when we are take out of and put ba...Eliot Horowitz2014-10-162-0/+5
* SERVER-13635: fix race in kv db catalog entryEliot Horowitz2014-10-161-1/+2
* SERVER-15683: add command to introspect OperationContext and RecoveryUnitEliot Horowitz2014-10-165-22/+75
* SERVER-13635: better txn lines for replication syncEliot Horowitz2014-10-165-14/+36
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-1625-221/+236
* SERVER-15535 Do not immediately stand for reelection after stepping down for ...Andy Schwerin2014-10-161-0/+6
* SERVER-15535 adjust resync command handling synchronizationEric Milkie2014-10-161-1/+9
* SERVER-14668: Use server parameter to enable CLLGeert Bosch2014-10-162-7/+9
* SERVER-15647: make Extent Manager thread-safe and enable MMAPv1 CLLGeert Bosch2014-10-169-74/+168
* SERVER-15535 update slavemap optimes on heartbeatsEric Milkie2014-10-162-0/+39
* SERVER-15535 revert freshness changes w.r.t. priorityEric Milkie2014-10-161-14/+1
* SERVER-15535 Make all calls to exitCleanly but the first hang forever.Andy Schwerin2014-10-161-2/+6
* SERVER-15639 Correctly handle >1 pred on same text index prefix fieldJason Rassi2014-10-162-2/+15
* SERVER-14352 rocksdb: Read our writesIgor Canadi2014-10-161-2/+3
* SERVER-14425 fixed compilation error in fast_map_noalloc_testBenety Goh2014-10-151-1/+1
* SERVER-13635 engine-specific component in collection optionsBenety Goh2014-10-153-0/+105
* SERVER-14425 Move all Lock Manager enumerations to a separate headerKaloian Manassiev2014-10-158-104/+97
* SERVER-14425 Avoid memory allocations in LockerImplKaloian Manassiev2014-10-153-99/+75
* SERVER-14425 Implement map with no allocation for the lock manager tracking s...Kaloian Manassiev2014-10-153-7/+441
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-1521-56/+274
* SERVER-15644 Delete lock buckets in lock manager dtorAndrew Morrow2014-10-151-0/+2
* SERVER-15631 Free delete stats in RangeDeleter dtorAndrew Morrow2014-10-151-0/+7
* SERVER-15629 Clear owned lines/polys correctlyAndrew Morrow2014-10-151-2/+2
* SERVER-13584 CurOp "ns" reporting should fall back to using OpDebugJason Rassi2014-10-151-2/+8
* SERVER-15535 fix deadlock in drain modeEric Milkie2014-10-152-1/+2
* SERVER-12061 massert on failureEric Milkie2014-10-151-1/+1
* SERVER-15677 temporarily disable to test to allow ASAN builder to make some p...matt dannenberg2014-10-151-51/+53
* SERVER-15678 remove log message when mongod is started sans parametersTyler Brock2014-10-151-3/+0
* SERVER-15535 When opting to sleep before standing for election, schedule a wa...Andy Schwerin2014-10-155-9/+50