summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-27331-1210/+1227
|
* SERVER-67546 initialize _collator to nullptrKyle Suarez2022-07-271-1/+1
|
* SERVER-64916 added feature flag for PM-2821 (allow path from downgrading to ↵Luxi Liu2022-07-271-0/+6
| | | | upgrading)
* SERVER-67771 Allow duplicate multi-key entries in PartialSchemaRequirements mapSvilen Mihaylov2022-07-2723-542/+532
|
* SERVER-63947 Add column store jscore passthrough - plus fixesCharlie Swanson2022-07-273-41/+81
| | | | | | | | Also fixes: - $where reports depending on a full object, disqualifying it from using the column store index. - projection analysis should not remove a projection if we have some match fields that are not needed in the output. This doesn't work yet.
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-2729-77/+363
|
* SERVER-62496 remove FCV-gated capped collection restrictionBenety Goh2022-07-271-19/+0
|
* SERVER-68350 Disable GCC warning for freeing in RecordId destructorJordi Olivares Provencio2022-07-271-0/+11
|
* SERVER-68321 remove oplog_entry library dependency from db/transactionBenety Goh2022-07-271-3/+0
|
* SERVER-68321 make session_catalog library dependency private in db/transactionBenety Goh2022-07-274-7/+11
|
* SERVER-68321 make txn_cmd_request library dependency private in db/transactionBenety Goh2022-07-274-2/+5
|
* SERVER-67678 Incorrect result is returned when there's a wildcard index and ↵Denis Grebennicov2022-07-275-8/+25
| | | | a filter like $and: [{field: {$type: 'object'}, {file: {$size: 1}}]
* SERVER-67301 Balancer may perform one unnecessary migration for a completely ↵Silvia Surroca2022-07-273-15/+115
| | | | balanced collection
* SERVER-67940 Raise invariant if ShardRegistry is refreshed while holding ↵Paolo Polato2022-07-271-0/+4
| | | | opCtx locks
* SERVER-67778 Lock collection via UUID rather than namespace in the range-deleterPierlauro Sciarelli2022-07-272-66/+42
|
* Revert "SERVER-62356 Serialize creation of sharded and unsharded Timeseries ↵Paolo Polato2022-07-278-455/+213
| | | | | | collections" This reverts commit ab2ced056ac09ea256cc4ff00fb2cbd0344f622a.
* SERVER-68304: Remove TestTimerElapsedAfterMultipleDetachAttachYu Jin Kang Park2022-07-271-49/+0
|
* SERVER-68194 Acquire lock after operation context creation to avoid deadlockDidier Nadeau2022-07-271-1/+1
|
* SERVER-68182 Change ViewGraph to store NamespaceStringjannaerin2022-07-263-19/+44
|
* SERVER-68321 use absolute paths for db/service_entry_point_common library ↵Benety Goh2022-07-261-4/+4
| | | | dependencies
* SERVER-67616: Add a Targeter for RemoteCommandTargeterErin McNulty2022-07-265-12/+209
|
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-26253-679/+636
|
* SERVER-68154 Race in destruction of Resharding metrics can lead to calling ↵Randolph Tan2022-07-2611-65/+123
| | | | pure virtual function
* SERVER-68259 Introduce `NonConformantBSON` error code to differentiate new ↵Yuhong Zhang2022-07-264-13/+53
| | | | inconsistencies
* SERVER-67575 Remove find command 'options' parameterDavid Storch2022-07-261-5/+0
|
* SERVER-68183 Change ViewDefinition constructor to take in DatabaseNamejannaerin2022-07-266-13/+32
|
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its ↵Daniel Gottlieb2022-07-2620-56/+114
| | | | intent as an untimestamped write.
* SERVER-65971: Add an API for untimestamped writes to suppress ↵Daniel Gottlieb2022-07-268-18/+61
| | | | write_timestamp_usage=ordered checks.
* SERVER-68042 Registration of duplicate range deletion task must return ↵Pierlauro Sciarelli2022-07-263-20/+35
| | | | original completion future
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-2629-363/+77
| | | | This reverts commit e7d2be0dae29265e2a6efafd4753debf11b9e96f.
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-2626-598/+685
|
* SERVER-62356 Serialize creation of sharded and unsharded Timeseries collectionsPaolo Polato2022-07-268-213/+455
|
* SERVER-67497 Refactor histogram CEAlya Berciu2022-07-2611-419/+218
|
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-2629-77/+363
|
* SERVER-67984 enableTemporarilyUnavailableExceptions set to default trueYu Jin Kang Park2022-07-262-2/+2
|
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-265-108/+14
| | | | This reverts commit 3b51f4acaa6a57e8ced17971f85c7d6d35ac0cca.
* SERVER-67990: TestTimerElapsedAfterMultipleDetachAttach change to multiple ↵Yu Jin Kang Park2022-07-261-29/+48
| | | | runs with fail threshold
* SERVER-68287 Add Timestamp to versioning section of the sharding ↵Allison Easton2022-07-261-25/+27
| | | | architecture guide
* SERVER-67253 Track time spent waiting for refresh on the routerAllison Easton2022-07-263-0/+28
|
* Revert "SERVER-67318 Add addition, subtraction, multiplication to const_eval ↵Alexander Neben2022-07-266-230/+78
| | | | | | with overflow" This reverts commit a2af071c5a28f2d92179ac20ac2d163043db19b9.
* SERVER-67561 Create the interface to enable `validateBSON()` to run more ↵Yuhong Zhang2022-07-263-12/+89
| | | | thorough checks
* Revert "SERVER-63193 Use O_DIRECT in checkFile for the watchdog"Gabriel Marks2022-07-251-64/+82
| | | | This reverts commit 50d4bcf42c06c70d179c128247919e62d5bffa50.
* SERVER-65896 Only log "Timestamp monitor is stopping" once during shutdownGregory Wlodarek2022-07-252-7/+12
|
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-257-20/+76
|
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-2510-31/+72
|
* SERVER-66789 Eliminate calls to CE module in substitution phaseMatt Boros2022-07-255-20/+55
|
* SERVER-67318 Add addition, subtraction, multiplication to const_eval with ↵Daniel Segel2022-07-256-78/+230
| | | | overflow
* SERVER-63193 Use O_DIRECT in checkFile for the watchdogGabriel Marks2022-07-251-82/+64
|
* SERVER-66975 Warn upon SASL commands being compressedGabriel Marks2022-07-253-0/+31
|
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-251-7/+7
|