summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-0423-405/+154
* SERVER-54011 Change showRecordId() to support the ObjectId typeGregory Wlodarek2021-02-041-3/+8
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-048-59/+78
* SERVER-52781 force rename majority concern on mongos and target chunks by uuidPierlauro Sciarelli2021-02-041-4/+2
* SERVER-54167: Advance VectorClock on configOpTime advancementJordi Serra Torrens2021-02-043-0/+19
* SERVER-54106 Use DecimalCounter for time-series insertsGregory Noma2021-02-045-49/+55
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-0424-69/+769
* SERVER-53769 Upgrade libunwind to 1.5Daniel Moody2021-02-0470-433/+1396
* SERVER-54258: fix use-after move error in resharding_donor_service.cpp and re...LaMont Nelson2021-02-042-2/+5
* SERVER-53929 Add stricter parser checks around positional projectionIan Boros2021-02-042-20/+29
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-0423-154/+405
* Revert "SERVER-52538 Merge Collation and CollationSpec classes"A. Jesse Jiryu Davis2021-02-0414-323/+1084
* SERVER-53401 Create PartitionIterator for window functionsNick Zolnierz2021-02-044-0/+438
* SERVER-52781 Implement the new rename collection path in `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-046-144/+573
* SERVER-49299 added explicit depends to inteldecimal for ninjaDaniel Moody2021-02-041-6/+18
* SERVER-52722 Handle cloning restart in TenantMigrationRecipientServiceJason Chan2021-02-041-7/+13
* SERVER-53319 move createRetryableWritesView into tenant_migration_utilPavi Vetriselvan2021-02-046-43/+45
* SERVER-53581: Implement TenantMigrationRecipientAccessBlockerLingzhi Deng2021-02-045-0/+517
* SERVER-51551 Support expression $isArray in SBEMickey. J Winters2021-02-041-1/+8
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-0314-161/+159
* SERVER-54215 Rewire sasl/authenticate library dependenciesBen Caimano2021-02-037-30/+57
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-0315-39/+281
* SERVER-53986 Validate skips record store traversal on empty record storesGregory Wlodarek2021-02-031-5/+11
* SERVER-54156 TenantMigrationRecipientServiceTest should use same clock source...Jason Chan2021-02-031-5/+5
* SERVER-54149 Oplog fetcher mock needs to delay its destruction until it is no...Matthew Russotto2021-02-032-0/+25
* SERVER-53319 Create stub _retrieveRetryableWrites function in TenantMigration...Pavi Vetriselvan2021-02-032-0/+14
* SERVER-54048 Ensure shard owns chunks for collection before creating reshardi...Blake Oler2021-02-035-26/+94
* SERVER-50993: Audit dropCollection for viewsVarun Ravichandran2021-02-033-4/+30
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-0314-1084/+323
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-0310-27/+289
* SERVER-54113 Complete TODO listed in SERVER-53871 (remove stale comment)Pierlauro Sciarelli2021-02-031-1/+0
* Import wiredtiger: a64cc4a1666cc592db040e2136960840db56988c from branch mongo...Chenhao Qu2021-02-0321-13/+415
* SERVER-54179 Make the serverStatus bucketCatalog section dependent on whether...Gregory Noma2021-02-031-1/+5
* SERVER-46740 Add missing reference characterBen Caimano2021-02-031-2/+2
* SERVER-54068 Fix use-after-move bug in getExecutorForSimpleDistinct()Drew Paroski2021-02-031-1/+1
* SERVER-52736 Collation support in SBEDrew Paroski2021-02-0224-905/+1857
* SERVER-54047 Resharding permits transactions to commit after minFetchTimestam...Randolph Tan2021-02-021-24/+26
* SERVER-53276: Clean up references to donor RSM after migration completesXueruiFa2021-02-021-0/+2
* SERVER-47807 Remove shardConnPoolStats commandJason Zhang2021-02-021-43/+0
* SERVER-53723 Prevent failpoint from mistakenly acquiring db_raii helper durin...David Storch2021-02-021-4/+9
* SERVER-54102: Noop write for afterClusterTime/atClusterTime needs to target p...Jordi Serra Torrens2021-02-021-13/+25
* SERVER-53984 Add metadata for clustered indexes in the collection catalogLouis Williams2021-02-025-0/+97
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-028-19/+64
* SERVER-54084 Add server parameter tenantMigrationDisableX509Auth to enable ke...Cheahuychou Mao2021-02-0212-170/+256
* SERVER-54084 Formalize ssl configuration validation for tenant migrationCheahuychou Mao2021-02-025-64/+93
* SERVER-53430: Add debug log lines in resharding recipient and coordinator sta...LaMont Nelson2021-02-025-16/+41
* SERVER-53840 Make bucket limits configurableDan Larkin-York2021-02-025-12/+34
* SERVER-53126 Drop oplog buffer collection once the migration is garbage colle...Vishnu Kaushik2021-02-012-4/+25
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-0122-318/+409
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-0122-208/+1259