summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-4/+2
|
* SERVER-60500: Implement linear interpolation window functionMaddie Zechar2021-12-071-0/+1
|
* SERVER-60238 Implement pre-image propagation to secondaries for ↵Mindaugas Malinauskas2021-11-231-0/+17
| | | | non-transactional writes
* SERVER-59132: Improve error message for $merge with whenMatched: failHana Pearlman2021-11-221-0/+1
|
* SERVER-29425 move pattern_cmp into a .cpp fileBilly Donahue2021-11-161-0/+1
|
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+1
|
* SERVER-60502 Add $fill stageTed Tuckman2021-11-151-0/+2
|
* SERVER-58691 Implement deletion of pre-images which corresponding oplog ↵Denis Grebennicov2021-11-101-0/+17
| | | | entry fell off the oplog
* SERVER-60501 Add $locf accumulatorTed Tuckman2021-11-031-0/+1
|
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-201-0/+4
|
* SERVER-60113 Pull commands shared between mongos and mongoqd into separate libjannaerin2021-10-191-1/+0
|
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-1/+0
| | | | in optimization.
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for ↵Denis Grebennicov2021-10-121-0/+11
| | | | create/collMod commands to object
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-041-0/+2
|
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-1/+2
| | | | Co-authored-by: Bernard Gorman <bernard.gorman@mongodb.com>
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-1/+1
|
* SERVER-59855 merge timeseries_idl into timeseries_optionsBenety Goh2021-09-101-1/+1
|
* SERVER-58684 Define data model for pre-image collectionsDenis Grebennicov2021-08-271-0/+11
|
* SERVER-57885 Implement $minN and $maxN as window functionsMihai Andrei2021-08-231-0/+1
|
* SERVER-57334 Create desugaring namespace for DocumentSourceDensifysamontea2021-08-181-0/+1
|
* SERVER-59310 clean up db/index/SConscript LIBDEPSBenety Goh2021-08-151-0/+3
|
* SERVER-58745 Expose computeGeoNearDistance() as an internal-only DocumentSourceRuoxin Xu2021-08-121-0/+2
|
* SERVER-58582 Create $documents stage and implement collectionless unionWithRuslan Abdulkhalikov2021-08-051-0/+2
|
* SERVER-59101 make image_collection_entry library dependency private in pipelineBenety Goh2021-08-051-1/+2
|
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-1/+3
|
* SERVER-58423 Parse and validate change stream open parameter "fullDocument"Denis Grebennicov2021-07-271-2/+2
|
* SERVER-58060 Add new internal FindAndModifyImageLookup aggregation stageJason Chan2021-07-231-0/+3
|
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-211-0/+1
|
* SERVER-57792 Always supply invalidate event to DSCSEnsureResumeTokenPresent ↵Denis Grebennicov2021-07-121-0/+1
| | | | when starting after an invalidate
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ↵Milena Ivanova2021-07-051-0/+1
| | | | dots and dollars
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+2
|
* SERVER-55446 added rosetta and arm64 macos builders to evergreenDaniel Moody2021-06-151-2/+3
|
* SERVER-57333 Implement $densify DocGenerator for numeric valuesTed Tuckman2021-06-091-0/+2
|
* SERVER-57338 Separate partition checking code from PartitionIteratorTed Tuckman2021-06-071-0/+1
|
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-311-2/+2
|
* SERVER-55424: Rename change streams DocumentSources to include ↵Rishab Joshi2021-05-201-6/+6
| | | | 'DocumentSourceChangeStream' prefix.
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-201-2/+4
| | | | change event.
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-191-0/+1
| | | | | This commit also handles the inflation of Documents as expressions are evaluated due to the internal caching in the Document class.
* SERVER-56422 Collect and expose usage statistics for aggregate expressionsMilena Ivanova2021-05-181-0/+1
|
* SERVER-54243 Desugar \$shift window function to \$first with a one doc windowJoel Redman2021-05-141-0/+1
|
* SERVER-49118 Update error messages for operations that reject fieldnames ↵Alya Berciu2021-05-131-0/+2
| | | | with '.' and '$'
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-121-0/+2
|
* SERVER-54676 Serialization and deserialization for shard-side change streams ↵Arun Banala2021-05-121-0/+3
| | | | stages
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ↵Rishab Joshi2021-05-091-9/+23
| | | | of the pipeline
* SERVER-55588 Add translation logic for $integral executorRuoxin Xu2021-05-011-0/+1
|
* SERVER-54235 Desugar $count window function as {$sum : 1}Joel Redman2021-04-301-0/+1
|
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on ↵Rishab Joshi2021-04-301-0/+11
| | | | invalidate events
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 ↵Kaloian Manassiev2021-04-281-1/+1
| | | | shard/dropCollection
* SERVER-54239 Implement $integral function over position-based windows onlyRuoxin Xu2021-04-261-1/+3
|
* SERVER-54766: Ensure that multiple $unpackBucket rewrites correctly work ↵Hana Pearlman2021-04-201-0/+1
| | | | together