summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54791 Use single file descriptor for external sortGregory Noma2021-09-235-264/+298
* SERVER-59299: Flatten top-level nested $match stages in doOptimizeAtHana Pearlman2021-09-233-5/+60
* SERVER-58583 Expressive projection in FLE for find80741223+jlap199@users.noreply.github.com2021-09-222-6/+25
* SERVER-56919: Add validation for memberIndex to reconfigToPSASet() shell helperXueruiFa2021-09-221-2/+35
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-09-227-20/+162
* SERVER-58780: Ensure that _shouldSetStableTimestamp restores to true if replS...Lingzhi Deng2021-09-221-0/+8
* SERVER-60062 Fix cloning of server description and uuid in RSM's topology des...LaMont Nelson2021-09-225-23/+49
* SERVER-58047: $toHashedIndexKey expression doesn't add any dependencies.Kshitij Gupta2021-09-214-12/+25
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2021-09-215-1/+135
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-2114-263/+402
* SERVER-58777 Do not count empty subdocuments toward depth on insertGregory Noma2021-09-201-2/+5
* SERVER-59651 replsettest runCommandWithRetry should handle slow configsMatthew Russotto2021-09-201-1/+3
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-203-8/+574
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-09-174-8/+51
* SERVER-58203 factor out logging statements into helper functionsMickey. J Winters2021-09-172-11/+27
* SERVER-58139 Check for cancelation before sending remote commandsAmirsaman Memaripour2021-09-171-0/+13
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-172-3/+6
* SERVER-58148 Consider failed reads as resolvedAlex Li2021-09-171-6/+12
* SERVER-46147 Update repair to fix multikey errors without performing an index...Faustoleyva542021-09-174-23/+467
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2021-09-1711-15/+96
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-09-171-0/+7
* SERVER-58122 Replace searching logs for invariant failure with failpoint usag...ali-mir2021-09-171-0/+8
* SERVER-59743 Set SEARCH_META in $unionWith subpipelineTed Tuckman2021-09-021-0/+10
* SERVER-59573 Add query_knobs dep to cluster_cursor_manager libJames Wahlin2021-08-281-0/+1
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-273-3/+18
* SERVER-58184 Move getOldestActiveTimestamp after prepare reconstructionPavi Vetriselvan2021-08-201-4/+11
* SERVER-59330: bugfix: StreamableReplicaSetMonitor constructor should bootstra...Andrew Shuvalov2021-08-193-2/+46
* SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2Mark Benvenuto2021-08-181-0/+1
* SERVER-58169: Log timestamps info on hitting invariants around stable timesta...Lingzhi Deng2021-08-171-6/+18
* SERVER-57716: use common CA file for OCSP where clusterCA is presentsergey.galtsev2021-08-161-19/+60
* SERVER-58582 Create $documents stage and implement collectionless unionWith ...Ted Tuckman2021-08-1610-28/+318
* SERVER-58051 close the original log when rotating to newsergey.galtsev2021-08-161-0/+2
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-08-1216-84/+63
* SERVER-56877 track uncommitted changes to multikey paths with a counterBenety Goh2021-08-122-7/+39
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-08-1212-16/+169
* SERVER-57262 Relax vote constraint to allow voting for candidates with newer ...Wenbin Zhu2021-08-113-15/+24
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-08-111-5/+3
* SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtimeSara Golemon2021-08-111-2/+13
* SERVER-58594 ReplicationCoordinatorImpl::handleHeartbeatResponse_forTest does...Vishnu Kaushik2021-08-111-4/+6
* SERVER-59197: Delete findAndModify image entries when their corresponding ses...Daniel Gottlieb2021-08-101-8/+38
* SERVER-57360 Log additional debug info for invariant(_requests.empty()) in ~L...Dianna Hohensee2021-08-104-1/+46
* SERVER-56877 rename IndexCatalogEntryImpl::_indexMultikeyPaths to _indexMulti...Benety Goh2021-08-102-13/+14
* SERVER-53069 Disable death tests on address and memory sanitizer variantsBen Caimano2021-08-101-1/+4
* SERVER-58280 initial sync aborts index builds before applying collModBenety Goh2021-08-101-0/+1
* SERVER-55581: Return ScopedDbConnection to connection pool in cluster aggrega...Tyler Seip2021-08-091-0/+1
* SERVER-58587 Improve performance of $setIsSubset by replacing std::set with a...Rui Liu2021-08-061-6/+13
* SERVER-49435 Make NetworkInterfaceTL::ExhaustCommandState::sendRequest handle...George Wangensteen2021-08-051-14/+14
* SERVER-53849 Move away from getLog in timestamped_reads_wait_for_prepare_opl...Moustafa Maher2021-08-052-0/+25
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...Moustafa Maher2021-08-042-3/+8
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-08-043-0/+8