summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-41534 Reuse KeyString in RecordStoreValidateAdaptorGregory Wlodarek2019-06-251-6/+8
|
* SERVER-41533 Remove unnecessary IndexConsistency::_classMutexGregory Wlodarek2019-06-252-98/+21
|
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field ↵Zach Yam2019-06-259-62/+0
| | | | from replSetGetStatus response in v4.4 dev cycle
* SERVER-19281 Add ns and index fields to DuplicateKey getLastErrorObjMaria van Keulen2019-06-252-0/+20
|
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-262-6/+12
|
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-256-117/+122
|
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-2528-394/+402
|
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-254-7/+29
|
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-2518-123/+228
| | | | config to be different from that of the member index
* SERVER-41846 createIndexes command validates commitQuorum fieldBenety Goh2019-06-251-0/+3
|
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-06-253-5/+25
|
* SERVER-41846 commit quorum should default to 1 node if replication is not ↵Benety Goh2019-06-251-1/+2
| | | | enabled.
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction ↵Judah Schvimer2019-06-253-14/+147
| | | | after reacquiring it
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-06-252-9/+24
| | | | | _addDocumentToIndexBlock outside of writeConflictRetry block.
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from ↵Bernard Gorman2019-06-2520-384/+57
| | | | change streams in 4.4
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-249-80/+22
|
* SERVER-40616 awaitReplication should reset timeout when secondary makes progressSamy Lanka2019-06-242-84/+140
|
* SERVER-41572 use FailPointEnableBlock to control failpoints in ↵Lamont Nelson2019-06-243-73/+61
| | | | transaction_coordinator_test
* SERVER-18867 Move Changes logic into RecoveryUnitMaria van Keulen2019-06-2414-115/+112
|
* SERVER-36386 Remove failIndexKeyTooLong server parameterGabe Villasana2019-06-245-69/+4
|
* SERVER-41848 disable ghost commit timestamps for index builds on primary nodesBenety Goh2019-06-241-0/+4
|
* SERVER-41705 fix lint againBenety Goh2019-06-241-1/+0
|
* SERVER-41705 fix lintBenety Goh2019-06-241-1/+2
|
* SERVER-41705 Add BSON validator fuzzing testRoxane2019-06-242-0/+45
|
* SERVER-41843 IndexBuildsManager::setUpIndexBuild() handles exceptions from ↵Benety Goh2019-06-241-11/+9
| | | | MultiIndexBlock::init()
* SERVER-41837 Fix unittest compilation on non-ssl buildsMark Benvenuto2019-06-242-4/+4
|
* SERVER-41884 Create the OldClientContext before checking if the storage ↵Gregory Wlodarek2019-06-241-1/+2
| | | | engine supports compacting
* SERVER-41843 add uuid to BackgroundOperationInProgressForNamespace error messageBenety Goh2019-06-241-1/+3
|
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-06-244-5/+43
|
* SERVER-41816 Clarify purpose of prepared commit uassertsJudah Schvimer2019-06-241-0/+13
|
* SERVER-41643 Create/drop view should lock system.views collection after view ↵Xiangyu Yao2019-06-242-2/+4
| | | | namespace
* SERVER-41734 Return 'char' instead of 'const char' in anonymous function ↵Blake Oler2019-06-241-1/+1
| | | | signature
* SERVER-39881 Enable verbose compact loggingGregory Noma2019-06-241-2/+2
|
* SERVER-16413 Storage engines that allow online compaction should not take an ↵Gregory Wlodarek2019-06-215-37/+74
| | | | exclusive lock
* SERVER-41695 Remove NamespaceString::checkLengthForRename() since there are ↵Gregory Wlodarek2019-06-214-91/+5
| | | | no more index name length limitations
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-2110-56/+10
|
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2173-1249/+1354
|
* SERVER-41690 Add flag to SCons to check for USDT supportNathan Brown2019-06-212-0/+8
|
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-2134-473/+404
|
* SERVER-41782 Enumerate and remove Query-related FeatureCompatibilityVersion ↵Anton Korshunov2019-06-213-66/+4
| | | | 4.0-dependent code and tests
* SERVER-41250 Reset the oldest timestamp if initial sync fails and starts ↵Samy Lanka2019-06-212-0/+36
| | | | another attempt
* SERVER-41482 removed the call to OpMsg::parse and used the exhaustCursorId ↵Vishnu Kaushik2019-06-212-18/+13
| | | | | | present with DbResponse SERVER-41482 added functionality to load DbResponse's exhaustCursorId and exhaustNS in the mock SEP's handleRequest() method.
* SERVER-41388 Truncate the oplog after the stable timestamp on startup if the ↵Dianna Hohensee2019-06-213-26/+143
| | | | oplogTruncateAfterPoint is equal to or earlier in time than the stable timestamp
* SERVER-41164 stop documents from leaking into unrelated changestreams when ↵Davis Haupt2019-06-211-2/+14
| | | | regex control characters are in db name
* SERVER-38251 Remove cloneCollection commandZach Yam2019-06-213-198/+0
|
* SERVER-41498 Create ReplicationMetrics classMedha Potluri2019-06-214-1/+147
|
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ↵Arun Banala2019-06-212-0/+15
| | | | only _id in query
* SERVER-41691 add USDT language-level abstractionAlya Berciu2019-06-201-0/+68
|
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-2053-3856/+1251
|
* SERVER-40535 read signing keys with readConcern level majorityMisha Tyulenev2019-06-207-13/+33
|