summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-081-12/+35
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-03-075-19/+26
* SERVER-58204 physical layout: session_asio.cpp and asio_utils.cppBilly Donahue2022-03-076-995/+1171
* SERVER-56931 instrumentation for Asio setOption failuresBilly Donahue2022-03-073-15/+80
* SERVER-63497 Fix icecream debuggingRyan Egesdahl2022-03-071-2/+2
* SERVER-60412 Support using cgroups v2 to inquire about the memory limitAmirsaman Memaripour2022-03-071-5/+11
* SERVER-63214 Ignore hash inconsistency between whole dbs when collection hash...Jason Chan2022-03-041-0/+10
* SERVER-61104 Robustify find_and_modify_invalid_query_params.jsRishab Joshi2022-03-041-2/+6
* SERVER-54374 Do not attempt to update commit point via heartbeat propagation ...Vesselina Ratcheva2022-03-032-1/+87
* SERVER-63974 Pin version of itsdangerous python dependencyShreyas Kalyan2022-03-031-0/+1
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-0217-59/+123
* Revert "SERVER-62521 Ensure distributed locks are being released even if a re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-017-11/+14
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-011-8/+18
* SERVER-62907 Vector clock components must survive CSRS non-rolling restartAntonio Fuschetto2022-03-011-0/+21
* SERVER-60109 Ensure vector clock is recovered on step-upPierlauro Sciarelli2022-03-015-33/+29
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-283-4/+64
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-282-1/+7
* SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.jsRui Liu2022-02-251-1/+1
* SERVER-63876 Allow secondaries to convert collections to ttlYuhong Zhang2022-02-244-15/+51
* SERVER-56558 Robustify validate_db_metadata_command.js testArun Banala2022-02-244-41/+124
* SERVER-63722 Rename collection participants resilient to errors different fr...Pierlauro Sciarelli2022-02-242-35/+54
* SERVER-40691 $nin:[[],...] queries are not indexedJess Balint2022-02-238-15/+161
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-2219-126/+204
* SERVER-63505 Wait until primary is writable primary in rollback_views.jsali-mir2022-02-221-0/+2
* SERVER-63505 Ensure arbiter recognizes primary node in rollback_views.jsali-mir2022-02-221-1/+1
* SERVER-62569 Handle bson_serialization_type for ArrayType in IDL Compatibilit...ali-mir2022-02-223-4/+94
* SERVER-61249 Skip test case in refine_collection_shard_key_basic.js that reli...Jordi Serra Torrens2022-02-221-17/+20
* Import wiredtiger: 0adbbdfd078853efcf3d6a93ef35cb6580bb473e from branch mongo...Luke Chen2022-02-225-13/+120
* SERVER-63203 fix checkMetadataForSuccessfulSplitChunk()Paolo Polato2022-02-211-2/+4
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-217-47/+63
* SERVER-56300 Add append functionality for iterator ranges in BSONObjBuilderKris Satya2022-02-212-32/+141
* SERVER-62379 Fix deadlock between ReplicationCoordinator and BackgroundSync o...Moustafa Maher Khalil2022-02-191-1/+5
* SERVER-63240 Change chunk version format stored in clearChunk only after FCV ...Marcos José Grillo Ramirez2022-02-182-3/+12
* SERVER-63239 Do not throw exception in AutoSplitVector on empty rangesTommaso Tocci2022-02-162-61/+63
* SERVER-63073 Fix ShardNotFound handling in shard_removal_triggers_catalog_cac...Allison Easton2022-02-161-5/+3
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-166-265/+118
* SERVER-51456 Database Profiler outputs incorrect value of property "keysDelet...Romans Kasperovics2022-02-1511-0/+264
* SERVER-63646 _raise_if_unsafe_exit uses wrong return_codeRichard Samuels2022-02-151-1/+1
* SERVER-59220 Connectivity probes in ocsp_server_refresh.js should use fresh s...Erwin Pe2022-02-153-43/+43
* SERVER-63240 Ensure only major and minor version is stored when clearing the ...Marcos José Grillo Ramirez2022-02-153-2/+10
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushedown a...Matt Boros2022-02-146-106/+368
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-02-143-5/+111
* SERVER-63432 use s3put to move debugsymbolsJon Streets2022-02-111-6/+4
* SERVER-53993 Always attach clientStrand before releasing opCtx in AsyncComman...Amirsaman Memaripour2022-02-111-73/+84
* SERVER-62948 Ensure FTDC collectors read without a timestampGregory Noma2022-02-101-0/+4
* SERVER-57662 Wait for config.system.sessions collection to exist on the confi...Sanika Phanse2022-02-101-5/+5
* SERVER-61444 Resharding coordinator state transactions now use w:1Brett Nawrocki2022-02-096-157/+257
* SERVER-62072 Reshard command waits for cleanup to be majority committedBrett Nawrocki2022-02-091-0/+2
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-083-5/+39