summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-085-3/+17
* SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to...Cheahuychou Mao2020-07-088-0/+224
* SERVER-48983 Address TSAN errors in replication_coordinator_impl_testJason Chan2020-07-082-69/+78
* SERVER-49244 Test that resumable index builds write state to disk on clean sh...Gregory Noma2020-07-083-11/+47
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-1/+2
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-2/+3
* SERVER-48788 Ignore no 'default' in switch statement on MSVCNick Zolnierz2020-07-084-14/+22
* SERVER-49172 Create MigratingTenantAccessBlockerByPrefix class and expose it ...Luis Osta2020-07-086-0/+243
* SERVER-48788 Add barebones bison grammar and BSON lexer for aggregation pipel...Nick Zolnierz2020-07-0810-1/+2899
* SERVER-48628 sort oplog entries first in applier batches, for create ops in t...Eric Milkie2020-07-081-0/+17
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-0814-66/+232
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-088-254/+150
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-0811-13/+124
* SERVER-49316 Unbreak dynamic buildSpencer T Brody2020-07-081-0/+4
* SERVER-49198 Implement ServerStatusSection for BiggieYuhong Zhang2020-07-076-2/+155
* SERVER-48786 Define base classes for CSTJacob Evans2020-07-077-0/+338
* SERVER-48658 Stop logging QueryPlanKilled error in TTL monitorSamy Lanka2020-07-071-0/+4
* SERVER-49049 add initialization phase to MultiIndexBlock for resumable index ...Benety Goh2020-07-072-3/+14
* SERVER-47853 Add unit tests which combine diffing algorithm and application codeArun Banala2020-07-077-126/+319
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-0713-12/+24
* SERVER-47628 Execution Architecture Guide: Two-Phase Collection and Index DropDianna Hohensee2020-07-071-3/+32
* SERVER-48734: Fix db_repl_test in TSANLingzhi Deng2020-07-072-13/+13
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-074-5/+43
* SERVER-49315 Allow definition of custom vector clock gossip formatsPierlauro Sciarelli2020-07-072-48/+46
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-073-6/+7
* SERVER-49086 fail with MovePrimaryInProgress for insert update and delete com...Misha Tyulenev2020-07-061-3/+32
* SERVER-49313 Fix build for macOS 10.14 using std::variant/std::getSara Golemon2020-07-031-6/+20
* SERVER-49295 Add upsert parameter to PersistentTaskStore updatePierlauro Sciarelli2020-07-031-3/+12
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-0314-232/+66
* Revert "SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell s...Mihai Andrei2020-07-024-43/+5
* SERVER-49295 Add upsert parameter to PersistentTaskStore updatePierlauro Sciarelli2020-07-022-2/+45
* SERVER-48306 Store a cached count of children in biggie radix tree nodesYuhong Zhang2020-07-022-19/+77
* SERVER-48676: Create reshardCollection command on router.Kshitij Gupta2020-07-021-0/+1
* SERVER-48878 Remove adminDB special case for X-locksSara Golemon2020-07-022-8/+2
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-0218-1905/+1410
* SERVER-49194 Define VectorClockDocument IDL type for persistencePierlauro Sciarelli2020-07-022-0/+49
* SERVER-48742 Log changes to profiler settingsAndrii Dobroshynskyi2020-07-021-2/+28
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-014-5/+43
* SERVER-48468 Update sharding architecture guide for quiesce modeTess Avitabile2020-07-011-0/+1
* SERVER-37068 Add NumberDecimal as numeric type for aggregation expressionsJunhson Jean-Baptiste2020-07-011-4/+2
* SERVER-43040 Remove the unit test used only variation of LockerImpl::lockGlob...Bynn Lee2020-07-017-73/+123
* SERVER-47456: Test that nodes in the same data center as the primary eventual...XueruiFa2020-07-013-34/+57
* SERVER-47290 Rewrap Execution Arch Guide: Repair sectionLouis Williams2020-07-011-17/+62
* SERVER-48931 translate $isNumber to an SBE expressionHirday Gupta2020-07-011-1/+11
* SERVER-47404: Track the number of sync source changes made due to finding a s...XueruiFa2020-07-011-0/+9
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-0117-41/+41
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-0110-132/+165
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-0118-339/+216
* SERVER-48679 flushRoutingTableCacheUpdates should block on critical section w...Luis Osta2020-07-012-1/+4
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-0111-54/+402