summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-3/+2
* SERVER-36917 Remove the unused DBDirectClient in drop_indexes.cppDivjot Arora2019-02-121-2/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-122-10/+15
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-113-19/+172
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-113-99/+4
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-117-18/+16
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-108-0/+11
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-081-22/+20
* SERVER-39291 Remove padding options from compactGeert Bosch2019-02-081-27/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-0812-23/+75
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-081-13/+22
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-071-22/+13
* SERVER-39139 Disallow commitTransaction and abortTransaction commands on seco...Vesselina Ratcheva2019-02-061-2/+2
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-1/+3
* SERVER-38519 Test transactions with new stepdown sequence.Suganthi Mani2019-02-061-0/+9
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-066-5/+47
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-1/+1
* SERVER-39329 add IndexBuildsCoordinator support to createIndexes commandBenety Goh2019-02-051-8/+192
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-2/+9
* SERVER-39329 add server parameter for using IndexBuildsCoordinator in createI...Benety Goh2019-02-052-0/+41
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-047-11/+11
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-042-0/+122
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-0/+7
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-1/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38428 log warning when non-mongod client connects with cluster certifi...Isabella Siu2019-02-012-0/+18
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-012-4/+2
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-312-74/+63
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-311-9/+3
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-301-0/+2
* Revert "SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator ...Gregory Wlodarek2019-01-301-2/+0
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-301-0/+2
* SERVER-38506 Create a cluster setIndexCommitQuorum command to parallel create...Gregory Wlodarek2019-01-242-2/+26
* SERVER-36663 Prevent killOperation from running without lockJonathan Ma2019-01-241-1/+1
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-233-0/+3
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-222-1/+2
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-0/+3
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-8/+6
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-11/+4
* SERVER-36485 killSessions to ignore sessions with prepared transactionsMisha Tyulenev2019-01-161-1/+1
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-164-71/+100
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-4/+11
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-157-93/+83
* SERVER-37556 Do not allow commitTransaction or abortTransaction on prepared t...Judah Schvimer2019-01-151-16/+2
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-131-54/+1
* Revert "SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreat...Benety Goh2019-01-121-1/+54
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-121-54/+1
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-123-97/+46
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on inval...Benety Goh2019-01-111-22/+8