summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-03-193-9/+26
* SERVER-28315 limit replBatchLimitBytes to 100MBGeert Bosch2017-03-161-3/+3
* SERVER-27864 Handle $cmd commands embedded in the query field properly in SCCCRandolph Tan2017-03-142-8/+13
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-102-1/+8
* SERVER-24536 Nodes can run an election while stepping down.Siyuan Zhou2017-03-101-4/+5
* SERVER-25714 Don't wait for db work in executor when upgrading protocol verisonSiyuan Zhou2017-03-103-18/+36
* SERVER-23163 Fix signaling of worker thread in replication executor.Siyuan Zhou2017-03-102-0/+82
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsMaria van Keulen2017-03-105-31/+49
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-03-101-1/+20
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-101-0/+9
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-03-091-1/+1
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-03-093-5/+5
* SERVER-25977 Increase default assert.soon timeout to 5 minutesJudah Schvimer2017-03-061-1/+1
* SERVER-26076 Increase timeouts in ReplSetTest to 5 minutesJudah Schvimer2017-03-061-9/+11
* SERVER-28005 Increase network timeout on oplog queries to be larger than the ...Spencer T Brody2017-03-011-1/+3
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-02-1612-33/+61
* SERVER-23082 fixed race in ThreadPoolTaskExecutor between scheduleWorkAt() an...Benety Goh2017-02-151-8/+11
* SERVER-27420 explicitly parse first pipeline element in checkAuthForCommandKyle Suarez2017-02-139-43/+473
* SERVER-26734 indexStats action is not sufficient for $indexStatsKyle Suarez2017-02-131-3/+2
* SERVER-25519 move static functions in db.cpp into anonymous namespaceBenety Goh2017-02-081-11/+14
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2017-02-083-18/+16
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2017-02-083-7/+7
* SERVER-22030 abort if oplog is uncapped when starting in repl modeEric Milkie2017-02-083-0/+22
* SERVER-24811 replSetFreeze should fail if node is primary or running for elec...Benety Goh2017-02-081-0/+10
* SERVER-24245 Move ASAN builders to 16.04Spencer Jackson2017-02-081-1/+1
* SERVER-22291 fixed _requestRemotePrimaryStepdown replSetStepDown commandJudah Schvimer2017-02-031-1/+1
* SERVER-22505 describe RequestVotes OpTime as durable rather than committedmatt dannenberg2017-02-035-22/+21
* SERVER-26914 improve log messages for freshness checkingJudah Schvimer2017-02-033-4/+16
* SERVER-25069 added Timestamp::toBSON()Benety Goh2017-02-032-0/+11
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-02-024-5/+16
* SERVER-24121 Client Spinlock should not be held while calling lock managerMark Benvenuto2017-01-311-2/+4
* SERVER-25318 limit total memory consumed by bulk simultaneous index buildsEric Milkie2017-01-313-8/+49
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2017-01-314-3/+12
* SERVER-24963 Fix invalidation of cursors on system.indexesGeert Bosch2017-01-311-0/+12
* SERVER-26860 add more unittests for compatible-first locking policyGeert Bosch2017-01-312-38/+57
* SERVER-24085: Grant existing lock requests on enabling compatibleFirstGeert Bosch2017-01-312-4/+47
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...r3.2.12-rc0r3.2.12r3.2.11Jack Mulrow2017-01-253-0/+62
* SERVER-27050 jstest that rollback detects upstream node rolling backMathias Stearn2017-01-251-0/+15
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Benety Goh2017-01-2412-194/+444
* SERVER-27657 wait for nodes to agree on config version after reconfig in last...Judah Schvimer2017-01-231-1/+23
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-233-1/+146
* SERVER-27582 initialize lastVote properlyJudah Schvimer2017-01-236-26/+31
* SERVER-27154 replSetRequestVotes command should wait for durabilityJudah Schvimer2017-01-231-2/+2
* SERVER-27783 removed SyncSourceFeedback lock around preparing ReplSetUpdatePo...Judah Schvimer2017-01-231-11/+8
* SERVER-27155 Change replSetRequestVotes to not store dryRun votes as if they ...Judah Schvimer2017-01-232-1/+85
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-209-395/+582
* SERVER-24994 Check in Helpers::removeRange() if shard key index dropped.Max Hirschhorn2017-01-201-0/+6
* SERVER-21432 Allowed slaveOk reads when node is in drain modehari devaraj2017-01-181-1/+10
* SERVER-24927 Ignore NamespaceNotFound errors during initial sync apply ops, b...Siyuan Zhou2017-01-183-18/+53
* SERVER-26118 Ignore IndexNotFound error when applying ttl-time change.Siyuan Zhou2017-01-173-20/+202