summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/resolved_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72686: Support $collStats in agg pipeline for timeseries collectionsAdityavardhan Agrawal2023-04-171-38/+57
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2022-10-191-3/+0
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-271-1/+24
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+2
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-3/+1
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-041-3/+2
* SERVER-58716 Rewrite index spec hint for time-series collectionDan Larkin-York2022-01-071-1/+32
* SERVER-60672 Simpler pushdown when timeseries collection has no mixed-schema ...samontea2021-12-141-1/+31
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-241-1/+1
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-171-2/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+3
* SERVER-54800 support $indexStats on time-series collectionsBenety Goh2021-03-261-0/+30
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-7/+5
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-1/+1
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-1/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-1/+1
* SERVER-46116 Add integration tests for let variablesKatherine Wu2020-06-111-0/+1
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-121-1/+0
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-0/+1
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-0/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-11/+12
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-211-2/+26
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+3
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-0/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-43/+19
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-0/+4
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-9/+4
* SERVER-25599 unit tests for ResolvedViewKyle Suarez2016-11-011-26/+26
* SERVER-26090 Propagate aggregate options through view resolution.Charlie Swanson2016-10-141-1/+10
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-6/+0
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-0/+116