summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-31380 Add metrics related to tcmalloc acquiring and decommitting memor...Mark Benvenuto2017-12-044-1/+93
* SERVER-29270 Oplog query for first/last entry should not use a blocking sortJames Wahlin2017-12-013-4/+5
* SERVER-31225 Add Type=forking to systemd service filesMathew Robinson2017-11-302-0/+3
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-11-302-9/+12
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-11-306-66/+23
* SERVER-27067 sets client last op to system last optime if the global exclusiv...Judah Schvimer2017-11-302-6/+240
* SERVER-27067 decorates operation context with boolean when global lock is tak...Judah Schvimer2017-11-305-0/+220
* SERVER-30770: system_perf.yml: Use new DSI interface and cleanupVick Mena2017-11-292-207/+56
* SERVER-31827 Wait for Secondary after stepdown.ADAM David Alan Martin2017-11-281-0/+1
* SERVER-30715 print replSetConfig in rotateLogsPavithra Vetriselvan2017-11-272-1/+22
* SERVER-28072 Construct mongodb:// URI from RS string and dbnameSara Golemon2017-11-274-64/+182
* SERVER-29921 rewrite URI parserSara Golemon2017-11-2715-111/+2295
* SERVER-29259: Ensure creation of authorization indexesSpencer Jackson2017-11-215-28/+186
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-11-204-0/+48
* SERVER-32044: Use parameterized branch_name in performance projectsdalyd2017-11-203-7/+5
* SERVER-32030: Divide SyncTail::oplogApplication OperationContext lifetime int...Daniel Gottlieb2017-11-181-2/+3
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-11-173-26/+29
* SERVER-31101 Drop WT table on secondary after collection is droppedKatherine Walker2017-11-172-16/+32
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-11-171-15/+36
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-161-99/+148
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-11-154-11/+42
* SERVER-29090 Nodes provide more information on why they reject a voteJudah Schvimer2017-11-156-48/+93
* SERVER-30143 Raise oplog size in clean_shutdown_oplog_state.jsJudah Schvimer2017-11-151-1/+1
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-11-151-0/+20
* SERVER-31957: remove timeseries from longevityJim OLeary2017-11-151-10/+0
* SERVER-31957: remove automatic timeseries supportJim OLeary2017-11-151-10/+0
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-11-105-3/+109
* SERVER-19919 Remove the 250000 document limit for migrationRandolph Tan2017-11-091-2/+1
* SERVER-29293 Recipient shard to abort migration on stepdownNathan Myers2017-11-091-5/+12
* SERVER-31016 Be more explicit about some lambda return typesAndrew Morrow2017-11-022-2/+2
* SERVER-31621 Update buildscripts/scons.py to match masterAndrew Morrow2017-11-021-9/+19
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-11-025-4/+24
* SERVER-31717 Force C locale on Ubuntu 16.04 buildersMark Benvenuto2017-11-021-1/+7
* Fixing lintXiangyu Yao2017-11-011-1/+1
* SERVER-30406 Test view catalog invalidation due to renaming to/from system.viewsGeert Bosch2017-11-012-5/+21
* SERVER-30482 Verify and enforce good ordering for the values for the sharding...Henrik Edin2017-11-011-0/+24
* SERVER-31624 fix featureCompatibilityVersion collation error injannaerin2017-10-312-4/+91
* Import wiredtiger: 0cea838de28b96048cd025dbd0fadd5eaf2ad4f3 from branch mongo...Luke Chen2017-10-3110-80/+253
* SERVER-28486 backup_restore.js waits for FSM and CRUD operations to complete ...Benety Goh2017-10-301-2/+18
* SERVER-30649: Check whether each expression inside of $elemMatch is compatibl...Nick Zolnierz2017-10-305-111/+299
* SERVER-31505 Simplify Snappy compressorJonathan Reams2017-10-272-131/+17
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-10-2710-31/+62
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-269-39/+319
* SERVER-31516 Fix improper initialization of empty NamespaceString.David Storch2017-10-262-1/+13
* SERVER-31119 Make string.cpp compatible with boost 1.62Jelle van der Waa2017-10-261-1/+8
* SERVER-31046 Remove security.ldap.bind.queryPassword from parsed optionsAndrey Brindeyev2017-10-261-0/+2
* SERVER-30449 Reimplement ProjectionSpecValidator::ensurePathDoesNotConflictOr...Bernard Gorman2017-10-203-18/+134
* SERVER-31149 Enable recovery progress messagesXiangyu Yao2017-10-191-0/+1
* SERVER-31091 Make Balancer::joinCurrentRound obey the OperationContext deadliner3.4.10-rc0r3.4.10Kaloian Manassiev2017-10-182-3/+5
* SERVER-31428 correctly check collVersion epoch when short-circuiting metadata...Kevin Pulo2017-10-181-2/+6