summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56932 failed optimizer error to have a specific codeSERVER-56932-const-folding-error-codeRuslan Abdulkhalikov2021-10-084-14/+25
* SERVER-60499 Use FCV 5.0 for `featureFlagTimeseriesUpdatesAndDeletes`Gregory Noma2021-10-071-1/+1
* SERVER-60497 renameCollectionForApplyOps should skip system.buckets rename checkGregory Wlodarek2021-10-071-5/+4
* SERVER-57827 Allow putSingleton override in storage_interface_mock.h and main...ali-mir2021-10-073-4/+17
* SERVER-59041 Update replication architecture guide for the relaxed voting con...Wenbin Zhu2021-10-061-6/+7
* SERVER-60464 Enable balancer for sharded time-series collectionsArun Banala2021-10-062-17/+5
* SERVER-60465 Align BalancerCommandsScheduler API with defragmentation algorithmSimon Graetzer2021-10-064-59/+79
* SERVER-60170 Keystring: fix theoretical issue decoding RID sizeJosef Ahmad2021-10-061-4/+4
* Revert "SERVER-58736 Avoid quadratic behavior in rollback with many collections"Gregory Wlodarek2021-10-063-46/+19
* Revert "SERVER-58736 Add benchmark for CollectionCatalog::write()"Gregory Wlodarek2021-10-062-107/+0
* Revert "SERVER-59819 Avoid timeout in collection_catalog_bm setup"Gregory Wlodarek2021-10-061-9/+3
* Revert "SERVER-59065 CatalogStats uses unsafe CollectionCatalog pointer durin...Gregory Wlodarek2021-10-061-7/+0
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-056-15/+260
* SERVER-60218 add initialize helper function for document_source_groupMickey. J Winters2021-10-052-3/+14
* SERVER-60453 Fix sbe::vm::genericCompare() to be consistent about how it hand...Drew Paroski2021-10-052-16/+13
* SERVER-60451 Copy BSON before saving and restoring a cursor around index buil...Dianna Hohensee2021-10-051-1/+9
* SERVER-52310 Enable featureFlagSearchMeta by defaultRuslan Abdulkhalikov2021-10-054-13/+3
* SERVER-59409 part 3, make the ElectionIdSetVersionPair comparisons tidyAndrew Shuvalov2021-10-055-81/+112
* SERVER-60409 Make SBE VM's stack more cache-friendlyDrew Paroski2021-10-052-51/+162
* SERVER-60363 Make assertion for amount of retries in ocsp_retry_backo…Erwin Pe2021-10-051-0/+13
* SERVER-60421 raise the log level when removing nodes from sdam topology or ig...LaMont Nelson2021-10-052-4/+5
* SERVER-58466 Minor optimization on the CatalogCacheSergi Mateo Bellido2021-10-0510-43/+58
* SERVER-60342 Clean up OID string handlingSara Golemon2021-10-052-20/+35
* SERVER-52290 Remove featureFlagDensifyTed Tuckman2021-10-053-39/+13
* SERVER-60443 Fix status of "refreshing" collection flag when metadata is purgedAntonio Fuschetto2021-10-051-1/+1
* SERVER-60457 Update code comments regarding change stream oplog rewrite requi...Bernard Gorman2021-10-052-5/+12
* SERVER-59964 Persist data on commands issued by BalancerCommandsScheduler to ...Paolo Polato2021-10-059-175/+538
* SERVER-60267 Change jumbo chunk size thresholdPierlauro Sciarelli2021-10-051-1/+1
* SERVER-59873 Return correct Status when failed parsing $_internalBucketGeoWithinRuoxin Xu2021-10-051-7/+19
* SERVER-60452 Fix validation when the collection does not existArun Banala2021-10-051-18/+19
* SERVER-50389 fix clusterHasBinVersion()Robert Guo2021-10-051-4/+3
* SERVER-60137 Improved the buffer allocation for the common BSON-related sizesMohammad Dashti2021-10-051-9/+33
* SERVER-60445 Fix $_internalBucketGeoWithin with mixed typesDavid Percy2021-10-051-9/+57
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-047-0/+123
* SERVER-60153 Replenish INFO level logging for elections and repl startup.Wenbin Zhu2021-10-045-25/+73
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-0410-252/+2
* SERVER-58831 standardize shardingtest multiversion versionRobert Guo2021-10-042-16/+15
* SERVER-58721 Set stable timestamp during replSetInitiateVesselina Ratcheva2021-10-044-7/+39
* SERVER-58367 Create Feature flag for PM-2384Antonio Fuschetto2021-10-044-10/+56
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-0418-19/+108
* SERVER-60322 Do not re-use `Collection*` when renaming collection between dat...Gregory Noma2021-10-041-11/+6
* SERVER-58769 Add test demonstrating $densify type behaviorTed Tuckman2021-10-041-0/+6
* SERVER-59849 Add test to verify behavior of ReshardingOplogFetcher wh…Randolph Tan2021-10-043-4/+170
* SERVER-46308 Use current committed snapshot time instead of last comm…Randolph Tan2021-10-041-1/+2
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-048-40/+167
* SERVER-54413 ComposedAttr forwardingBilly Donahue2021-10-041-8/+2
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-0412-53/+126
* SERVER-60269 Enable ShardedTimeSeriesUpdateDelete feature flagArun Banala2021-10-041-1/+2
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-043-26/+48
* SERVER-60385 Timeseries fields aren't immutable anymoreSergi Mateo Bellido2021-10-048-31/+78