summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60576 Fix typo in SetFeatureCompatibilityVersionCommandGregory Wlodarek2021-10-251-1/+1
* SERVER-60576 On downgrade, remove the catalog flag that indicates whether a t...Gregory Wlodarek2021-10-251-16/+44
* SERVER-60623 remove time-series feature flag reference from create commandBenety Goh2021-10-251-5/+0
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-16/+1
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-235-23/+40
* SERVER-60693 Update FCV references for secondary indexes on time-series measu...Gregory Wlodarek2021-10-221-2/+2
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+45
* SERVER-59970 Fix reply value from authenticate commandSara Golemon2021-10-191-2/+4
* SERVER-15301 Remove query options bit vector from CanonicalQuery/ClientCursorDavid Storch2021-10-191-6/+1
* SERVER-60425: Cache users during exact-match usersInfo commandsVarun Ravichandran2021-10-192-34/+66
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-2/+2
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-182-33/+27
* SERVER-60585 - Update uses of sliceMerge in the codebase to not refermathisbessamdb2021-10-152-4/+4
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-7/+13
* SERVER-60086 Add read concern check for aggregate commands.Wenbin Zhu2021-10-141-2/+3
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-144-6/+6
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-124-9/+18
* SERVER-57357 Make `listDatabases` a lock-free operationYuhong Zhang2021-10-071-4/+6
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+34
* SERVER-59508 Support $or in partialFilterExpression; remove top level $and re...James Wahlin2021-10-012-0/+20
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+1
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-305-12/+31
* SERVER-59294 Check action type for oidResetErwin Pe2021-09-301-2/+10
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-09-291-56/+139
* SERVER-54597: Allow users to specify non-default collation on TSMaddie Zechar2021-09-281-5/+12
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-283-7/+21
* SERVER-60087 Add stats under collStats for timeseries bucket compressionHenrik Edin2021-09-272-7/+28
* SERVER-59805 The 'validate' command detects invalid index optionsGregory Wlodarek2021-09-241-0/+9
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-245-114/+85
* SERVER-58680 Let $ifNull not remove the last null constantEthan Zhang2021-09-221-1/+0
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-222-2/+11
* SERVER-60011 combine time-series conversion librariesBenety Goh2021-09-221-4/+2
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-09-222-0/+19
* SERVER-58356 Cannot kill the dataSize operationDenis Grebennicov2021-09-211-2/+9
* SERVER-59866 Stop FCV from waiting for majority when currentCommitted…Matthew Russotto2021-09-171-0/+2
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-172-10/+10
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-164-250/+315
* SERVER-60012 removed unused time-series includes from write_commands.cppBenety Goh2021-09-161-2/+0
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-162-14/+148
* SERVER-59840 Do not perform pipeline optimization with temporary collatorJustin Seyster2021-09-151-14/+2
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-154-0/+40
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-141-7/+1
* SERVER-59756 ShardServerProcessInterface's rename must synchronize with DDL o...Pierlauro Sciarelli2021-09-101-10/+44
* SERVER-59855 merge timeseries_idl into timeseries_optionsBenety Goh2021-09-101-1/+1
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-09-105-3/+5
* SERVER-59760 Generate FCV enum order consistent with existing convention.Vishnu Kaushik2021-09-091-11/+4
* SERVER-59855 clean up SConscript references to timeseries_idl libraryBenety Goh2021-09-091-3/+1
* SERVER-59739 rename create_indexes_idl libraryBenety Goh2021-09-091-1/+1
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-095-6/+43