summaryrefslogtreecommitdiff
path: root/src/mongo/db/update
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-065-5/+15
* SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala2022-03-252-9/+10
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-222-11/+3
* SERVER-61941 Make $sortArray comparator satisfy "Compare" requirement with -1...Andrii Dobroshynski2021-12-082-16/+105
* SERVER-60176 Disable document validation for storage when applying the oplog ...Nikita Lapkov2021-12-081-0/+5
* SERVER-29425 $sortArray for classic engine: fix collator for whole valuesAndrii Dobroshynski2021-12-061-1/+1
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-041-1/+1
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-013-22/+19
* SERVER-29425 $sortArray for classic engine: fix collator for whole valuesNeil Shweky2021-11-241-1/+1
* SERVER-29425 move pattern_cmp into a .cpp fileBilly Donahue2021-11-163-87/+158
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-156-113/+175
* SERVER-60622 Fix typos in update_driver.cpp error messagesmartin-mueller-cemas2021-10-291-3/+3
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-0/+2
* SERVER-60181 Avoid pushing insert-only diffs to StringMap when applying docDiffHenrik Edin2021-10-082-17/+37
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-2911-28/+44
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-2/+2
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-166-1/+383
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-012-4/+4
* SERVER-51075: Remove FCV checks for :2 oplog entriesEthan Zhang2021-08-261-12/+1
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-1/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-026-11/+11
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-232-4/+4
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-058-169/+42
* SERVER-57504 Minimize the number of damages created for an internal time-seri...Yuhong Zhang2021-06-171-26/+115
* SERVER-57382 Add _id $-prefix validation to storage validationAlya Berciu2021-06-092-10/+31
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-071-2/+2
* SERVER-54953 Improved performance of UpdateIndexData path matching codeMohammad Dashti2021-06-072-10/+28
* Revert "SERVER-56265 Cleanly fail unsupported queries on timeseries collections"Eric Cox2021-06-041-2/+2
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-031-2/+2
* SERVER-57159 Generate DamageVector from docDiff with subdocuments in unittestYuhong Zhang2021-05-273-29/+232
* SERVER-57101 Prove generating DamageVector from docDiff in unittestYuhong Zhang2021-05-262-0/+104
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-183-12/+42
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-1415-58/+181
* SERVER-49118 Update error messages for operations that reject fieldnames with...Alya Berciu2021-05-131-2/+7
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-057-17/+65
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-1/+1
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-2810-62/+189
* SERVER-55481 Avoid repeatedly checking whether indexes are affected for the s...Gregory Noma2021-04-202-2/+86
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+4
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2021-02-126-11/+60
* SERVER-53395 UpdateDriver::parse() supports delta updates for non-oplog appli...Benety Goh2020-12-181-3/+0
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+0
* SERVER-53007 Add $eq support to queryOperatorMapJames Wahlin2020-12-031-0/+19
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-3/+9
* SERVER-51711 Add stronger invariants about EOO bytes to DocumentDiffApplierIan Boros2020-11-121-0/+3
* Revert "SERVER-50778 Compare array indexes numerically for updates"Ted Tuckman2020-10-236-41/+11
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2020-10-156-11/+41
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-254-4/+4