summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/upsert_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-291-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-58804 Close in-memory buckets on time-series metaField-only up…Gregory Noma2021-08-191-2/+5
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-5/+8
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-1/+7
* SERVER-56453 fix LocalOplogInfo namespace to match new header locationBenety Goh2021-05-141-1/+1
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+1
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-051-1/+3
* SERVER-56445 Upsert violates multi-timestamp constraints when inserting into ...Gregory Wlodarek2021-04-291-4/+12
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-5/+5
* SERVER-54475 Add SSPL to shim files. Refactor sspl check.Billy Donahue2021-02-121-1/+1
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-4/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-3/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+1
* SERVER-47731 Add FCV check for $v:2 delta oplog entriesIan Boros2020-07-311-2/+2
* SERVER-47830 Consolidate validation flags for update/upsert stagePierlauro Sciarelli2020-05-251-15/+6
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-1/+1
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-1/+1
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-231-37/+27
* Revert "SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_...Tommaso Tocci2020-04-151-1/+1
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-151-1/+1
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+1
* SERVER-47104 Make upsert stage use OwnershipFilter instead of CollectionDescr...Tommaso Tocci2020-04-061-4/+5
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-11/+12
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-12/+12
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-0/+294