summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20432 allow some escaped | chars in regexes to use tight index boundsKyle Suarez2017-10-262-14/+85
* SERVER-31699 synchronize oplog writes at the end of initial syncEric Milkie2017-10-261-5/+5
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-2610-89/+149
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-263-3/+3
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-2635-73/+107
* SERVER-31674 Rename misleading functions and structs in cluster_aggregate.cppBernard Gorman2017-10-261-46/+45
* SERVER-31597 Refactor $changeStream post-update lookupBernard Gorman2017-10-269-238/+386
* SERVER-31543 rollback uses non-system temporary namespaces for working collec...Benety Goh2017-10-252-1/+21
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+236
* SERVER-31543 extract test function _testRollbackRenamingCollectionsToEachOtherBenety Goh2017-10-251-13/+27
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-258-230/+32
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+230
* SERVER-31630 getParameter for featureCompatibilityVersion must expose targetV...Tess Avitabile2017-10-251-9/+30
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-258-230/+32
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-258-114/+92
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-2526-100/+138
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-258-92/+114
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-258-32/+230
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-2513-57/+541
* SERVER-31543 add collection name and UUID to 'Document validators not allowed...Benety Goh2017-10-241-4/+7
* SERVER-29074 Avoid `AsyncOp::_request` in log text.ADAM David Alan Martin2017-10-242-16/+26
* SERVER-31047 Rollback properly removes redundant index operationsWilliam Schultz2017-10-243-83/+274
* Import tools: 75f2d994ce4bdcfca79d1b5e50c7d5125a6ab092 from branch masterRamon Fernandez2017-10-2411-456/+10
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-2411-43/+16
* SERVER-31306 include clusterTime and operationTime in all errorsMisha Tyulenev2017-10-242-6/+49
* SERVER-31572 Fail to complete transition to primary if we've already decided ...Spencer T Brody2017-10-246-7/+45
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-10-243-26/+26
* SERVER-31382: Add convertToCapped to restore roleSpencer Jackson2017-10-241-2/+2
* SERVER-31607 Remove FeatureCompatibilityVersionInfo structJudah Schvimer2017-10-243-55/+43
* SERVER-31634 FeatureCompatibilityVersion::setIfCleanStartup() should store FC...Tess Avitabile2017-10-243-41/+47
* Import wiredtiger: a31e9d415a25561bd36b001f3a6e9b0a6a115236 from branch mongo...Michael Cahill2017-10-2559-332/+602
* SERVER-31448 SessionCatalogMigrationDestinationTest with calls to returnOplog...r3.6.0-rc1Randolph Tan2017-10-231-87/+31
* SERVER-31328 Don't fetch oplog entries for retries of executed inserts or del...Kaloian Manassiev2017-10-239-215/+43
* SERVER-31623 MatcherTypeSet must not cast large doubles to intKyle Suarez2017-10-234-7/+89
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-2323-91/+310
* SERVER-31165 added mismatched oplog entries to assert messagePavithra Vetriselvan2017-10-231-3/+5
* SERVER-31606 Make sure primary doesn't drop collection before it is committedWilliam Schultz2017-10-233-188/+192
* SERVER-31539 applyOps create fails if UUID already exists in different DBGeert Bosch2017-10-231-0/+6
* SERVER-31600 Remove unused updateCommitPoint_inlock() functionPavithra Vetriselvan2017-10-232-16/+0
* SERVER-31609 fix request synchronization for makeNoopWriteIfNeededMisha Tyulenev2017-10-232-29/+86
* SERVER-30995 Add compass community packages wiki linkMathew Robinson2017-10-231-3/+3
* SERVER-31514 Move the comment from replication external state impl's header t...Siyuan Zhou2017-10-232-2/+2
* SERVER-31545 Remove deprecated mongooplog toolRamon Fernandez2017-10-233-8/+3
* SERVER-30751 Use optimized MatchExpressions in JSON parser test.Justin Seyster2017-10-2311-1119/+967
* SERVER-17414 Disable warnings with optimized code generationMark Benvenuto2017-10-212-0/+8
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-2010-54/+19
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-2016-40/+88
* SERVER-17414 Disable warnings in third-partyMark Benvenuto2017-10-209-3/+44
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-2023-35/+36
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-203-5/+198