summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsMaria van Keulen2017-03-305-24/+55
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-03-301-1/+20
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-301-0/+9
* SERVER-27164 do not upgrade dblock for replication, to avoid deadlockEric Milkie2017-02-151-3/+9
* SERVER-27493 do not enforce oplog visibility hack for reverse cursorsEric Milkie2017-02-062-8/+24
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-121-1/+1
* SERVER-27240 Replace ConnectBG with pollJason Carey2016-12-081-56/+110
* SERVER-23510 Fix index_retry and index_no_retry to not be timing basedVincent Do2016-11-071-58/+77
* SERVER-25075 Limit BSONObj buffer size used by 2dsphere index.Siyuan Zhou2016-09-081-2/+2
* SERVER-18739 finish post member state update action before signalling finishe...Eric Milkie2016-08-041-2/+2
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-158-5/+23
* SERVER-18580 Make OIDTests::FromDate deterministic.Andy Schwerin2016-06-201-6/+6
* SERVER-23277 Update LDR branch range checkMark Benvenuto2016-05-261-1/+4
* SERVER-23919 fix call to userCreateNSEric Milkie2016-05-191-2/+2
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-196-119/+206
* SERVER-24116 fix KeyString's parsing of strings with leading nullRobert Guo2016-05-162-1/+9
* SERVER-23807 index build must X-lock collectionKyle Suarez2016-04-292-2/+13
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-222-87/+53
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-222-0/+32
* SERVER-23762 validate() should fail when encountering invalid BSONRobert Guo2016-04-211-1/+1
* SERVER-23425 Port 3.2 sharding move chunk unit testsKaloian Manassiev2016-03-311-2/+15
* SERVER-23425 Correctly track inserts and deletes to migrating chunks.Andy Schwerin2016-03-311-3/+3
* SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()Randolph Tan2016-03-281-7/+7
* SERVER-22535 Fix MigrateFromStatus::storeCurrentLocs() to not dereference inv...r3.0.10Tess Avitabile2016-03-071-1/+6
* SERVER-22793 always clear buffered WorkingSetIDs on saveStateDavid Storch2016-02-265-18/+19
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-02-226-47/+73
* SERVER-22535 Migration source manager checks for PlanExecutor errors during i...Tess Avitabile2016-02-221-2/+12
* SERVER-19800 DataSizeChange forces an int into a boolMartin Bligh2016-02-212-4/+4
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-203-10/+9
* Revert "SERVER-21388 validate captrunc argument"Robert Guo2016-02-051-6/+0
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-02-0210-76/+139
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-01-291-4/+9
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-281-0/+6
* Revert "SERVER-17527 add startup warning when server is started with web inte...Robert Guo2016-01-266-34/+9
* SERVER-17527 add startup warning when server is started with web interface an...Robert Guo2016-01-266-9/+34
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentr3.0.9Jason Rassi2016-01-202-3/+3
* SERVER-19128 Clean up interaction of background index builds and cursor killingr3.0.9-rc0Mathias Stearn2016-01-187-15/+40
* SERVER-22191 Don't register CurOp on Client until done with constructionMathias Stearn2016-01-181-2/+5
* SERVER-22160 Make statics for background.cpp immortalMathias Stearn2016-01-181-3/+5
* SERVER-22114 fix code formatRandolph Tan2016-01-161-0/+1
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-13/+31
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-159-106/+56
* SERVER-22109 applyOps should validate database name in index spec when creati...Benety Goh2016-01-141-0/+4
* Revert "SERVER-19128 Clean up interaction of background index builds and curs...Spencer Jackson2016-01-137-40/+15
* SERVER-7656 Execute aggregation command on targeted shard if first stage is a...Charlie Swanson2016-01-133-15/+58
* SERVER-20358 prevent creation of users containing NULL charactersrahuldhodapkar2016-01-131-0/+3
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2016-01-127-15/+40
* SERVER-19128 add debugging outputEric Milkie2016-01-121-0/+3
* SERVER-20858 Reject creation of non-capped oplog collections.Max Hirschhorn2016-01-121-0/+1
* SERVER-22109 validate index spec namespace in applyOperation_inlockBenety Goh2016-01-121-0/+15