| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ↵HEADmaster | auto-revert-processor | 2023-05-18 | 1 | -1/+1 |
| | | | | | | | the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2. | ||||
| * | SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵ | Kaloian Manassiev | 2023-05-17 | 1 | -1/+1 |
| | | | | | class name | ||||
| * | SERVER-76952: Skip processing accumulator when the result is no longer affected | Projjal Chanda | 2023-05-15 | 3 | -5/+48 |
| | | |||||
| * | SERVER-75276 writeConflictRetry should properly be using a ↵ | Sophia Tan | 2023-05-15 | 1 | -1/+1 |
| | | | | | NamespaceStringOrUUID instead of a StringData | ||||
| * | SERVER-76896 Add direct access for two common slot accessors | Martin Neupauer | 2023-05-15 | 4 | -1/+42 |
| | | |||||
| * | SERVER-77068 Use collection acquisitions in Update/Delete stages | Jordi Serra Torrens | 2023-05-15 | 10 | -98/+54 |
| | | |||||
| * | SERVER-48898 replace util/concepts.h with real concepts | Billy Donahue | 2023-05-13 | 1 | -11/+3 |
| | | |||||
| * | SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ↵ | Yoonsoo Kim | 2023-05-13 | 1 | -4/+3 |
| | | | | | would succeed | ||||
| * | SERVER-75832 Prevent DocumentMetadataFields self-assignment | Alyssa Wagenmaker | 2023-05-12 | 1 | -2/+4 |
| | | |||||
| * | SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to ↵ | mathisbessamdb | 2023-05-12 | 1 | -1/+1 |
| | | | | | take in DatabaseName obj | ||||
| * | SERVER-71123 implement IWYU tool and add required human changes | Daniel Moody | 2023-05-11 | 1 | -0/+2 |
| | | |||||
| * | SERVER-73143 Add replacement and pipeline style update support to TS_MODIFY | Alyssa Wagenmaker | 2023-05-10 | 1 | -5/+0 |
| | | |||||
| * | SERVER-39506 destroying delete for RCString | Billy Donahue | 2023-05-09 | 2 | -2/+68 |
| | | |||||
| * | SERVER-76538 Use acquisitons on internal update paths | Jordi Serra Torrens | 2023-05-09 | 4 | -9/+9 |
| | | |||||
| * | SERVER-75488: Add minN and maxN accumulators in sbe | Projjal Chanda | 2023-05-06 | 3 | -1/+201 |
| | | |||||
| * | SERVER-76673 Reduce size of BSONColumn iterators | Henrik Edin | 2023-05-05 | 1 | -6/+4 |
| | | | | | | | | | | The iterator size is roughly cut to a third by using variant to separate state needed for various decoding modes and states. Also added interfaces to use the iterators as non-STL iterators, they were already aware when they reached the end so no need for users to also carry around an end iterator to compare against. | ||||
| * | SERVER-51532: Fix double release in objecttoarray and arraytoobject expressions | Projjal Chanda | 2023-05-05 | 1 | -13/+0 |
| | | |||||
| * | SERVER-76686 Initialize all TimeseriesModifyParams fields | Alyssa Wagenmaker | 2023-05-04 | 1 | -2/+2 |
| | | |||||
| * | SERVER-76685 Initialize BucketUnpacker::_closedBucket to false | Yoonsoo Kim | 2023-05-04 | 1 | -1/+1 |
| | | |||||
| * | SERVER-76625 Support basic modifier updates in TS_MODIFY | Alyssa Wagenmaker | 2023-05-04 | 2 | -11/+97 |
| | | |||||
| * | Revert "SERVER-76208 support query shape serialization in IDL for types with ↵ | Davis Haupt | 2023-05-04 | 1 | -3/+0 |
| | | | | | | | custom serializers" This reverts commit 1470c88daaa805408f083a1c2f7bb22f1632b5d1. | ||||
| * | SERVER-76773 Improve write error handling in TS_MODIFY stage | Yuhong Zhang | 2023-05-03 | 1 | -46/+38 |
| | | |||||
| * | SERVER-74822 Remove buffering with deque in BSONColumn | Henrik Edin | 2023-05-03 | 1 | -12/+6 |
| | | |||||
| * | SERVER-76208 support query shape serialization in IDL for types with custom ↵ | Davis Haupt | 2023-05-03 | 1 | -0/+3 |
| | | | | | serializers | ||||
| * | SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntax | Ted Tuckman | 2023-05-03 | 1 | -3/+3 |
| | | |||||
| * | SERVER-73083 Support findAndModify with remove: true on a timeseries collection | Yoonsoo Kim | 2023-05-03 | 2 | -17/+81 |
| | | |||||
| * | SERVER-75487: Implement lastN accumulator in SBE | Projjal Chanda | 2023-05-02 | 3 | -82/+230 |
| | | |||||
| * | SERVER-74521 Support clustered collections in SBE | Kevin Cherkauer | 2023-05-01 | 13 | -352/+605 |
| | | |||||
| * | SERVER-58070 Implement $topN / $bottomN accumulator | Rui Liu | 2023-04-29 | 4 | -32/+277 |
| | | |||||
| * | SERVER-76288 disable high water mark tokens greater than the last operation ↵ | Mickey. J Winters | 2023-04-28 | 1 | -0/+7 |
| | | | | | for a tenant in serverless | ||||
| * | SERVER-75542: Fix Coverity analysis defect 136596: Copy without assign | Drew Paroski | 2023-04-28 | 1 | -10/+0 |
| | | |||||
| * | SERVER-76510 Make makeBsonObj() preserve field order | Drew Paroski | 2023-04-27 | 4 | -59/+177 |
| | | |||||
| * | SERVER-73142 Stub out timeseries arbitrary multi-updates | Alyssa Wagenmaker | 2023-04-27 | 3 | -45/+119 |
| | | |||||
| * | SERVER-75486: Support $firstN accumulator in sbe | Projjal Chanda | 2023-04-27 | 5 | -5/+171 |
| | | |||||
| * | Revert "SERVER-75486: Support accumulator $firstN in SBE" | auto-revert-processor | 2023-04-27 | 5 | -165/+5 |
| | | | | | This reverts commit 9e835ed80a0926f8adfeec5ba347c65342e38d67. | ||||
| * | SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion | David Percy | 2023-04-27 | 2 | -2/+20 |
| | | |||||
| * | SERVER-70984 Remove now unused 'indexesAffected' flag from various structs ↵ | Irina Yatsenko | 2023-04-26 | 1 | -5/+0 |
| | | | | | in update | ||||
| * | SERVER-62888 Promote int64 to double on overflow in SBE | Ivan Fefer | 2023-04-26 | 1 | -7/+7 |
| | | |||||
| * | Revert "SERVER-76510 Make makeBsonObj() preserve field order" | Uladzimir Makouski | 2023-04-26 | 4 | -177/+59 |
| | | | | | This reverts commit b3b06e3d80944b177dbde83e1f30c785764c4e3d. | ||||
| * | SERVER-75486: Support accumulator $firstN in SBE | Projjal Chanda | 2023-04-26 | 5 | -5/+165 |
| | | |||||
| * | SERVER-70127 change system operations to be killable by default | Jiawei Yang | 2023-04-26 | 1 | -0/+6 |
| | | |||||
| * | Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion" | auto-revert-processor | 2023-04-26 | 2 | -20/+2 |
| | | | | | This reverts commit f55584c091541a27c0ccf3c1eceb5d58a4a9c896. | ||||
| * | SERVER-76510 Make makeBsonObj() preserve field order | Drew Paroski | 2023-04-26 | 4 | -59/+177 |
| | | |||||
| * | Revert "SERVER-70127 change system operations to be killable by default" | Sviatlana Zuiko | 2023-04-25 | 1 | -6/+0 |
| | | | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14. | ||||
| * | SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion | David Percy | 2023-04-25 | 2 | -2/+20 |
| | | |||||
| * | SERVER-70338 Abandon snapshot while holding locks during query yield | Louis Williams | 2023-04-25 | 2 | -1/+7 |
| | | | | | | | * Alters the Locker contract to require callers to check if they can yield locks before yielding * Reverses the ordering of yielding such that the snapshot is released before releasing locks * Refactors the PlanYieldPolicy to allow it to override the requested YieldPolicy if necessary | ||||
| * | SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the ↵ | Jordi Serra Torrens | 2023-04-25 | 5 | -21/+27 |
| | | | | | internal delete code paths | ||||
| * | SERVER-70127 change system operations to be killable by default | Jiawei Yang | 2023-04-25 | 1 | -0/+6 |
| | | |||||
| * | SERVER-76321 Fix buffer overrun in 'RowValueBuilder' | David Storch | 2023-04-24 | 2 | -14/+28 |
| | | |||||
| * | SERVER-75667 Fix SBE's implementation of index consistency checks | Drew Paroski | 2023-04-24 | 7 | -52/+111 |
| | | |||||
