summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-0/+2
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-2/+0
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-5/+6
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-153-7/+3
* SERVER-75392 Update fast integer rounding implementations in S2 libraryMihai Andrei2023-05-121-1/+24
* SERVER-73468 Pull the Collection* definitions out of shard_role_apiKaloian Manassiev2023-05-041-0/+1
* SERVER-76694 Removed double net code for duplicate keysPeter Volk2023-05-032-13/+1
* SERVER-73315 Defer deserialization of values in the SortIteratorInterface unt...Amr Elhelw2023-05-021-2/+10
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-252-21/+18
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-1/+1
* SERVER-62997 Start building everything with c++20Alexander Neben2023-04-181-1/+1
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-181-28/+0
* SERVER-75978 Fix fast sort key generation path to respect the collationIan Boros2023-04-141-1/+7
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-052-3/+7
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-2/+2
* SERVER-75022 Fix calls to sizeof in sort_key_generator.hMihai Andrei2023-03-271-2/+2
* SERVER-74901 Disable CSIIan Boros2023-03-201-0/+3
* SERVER-73887 Allow untimestamped writes for the entirety of initial sync retryFaustoleyva542023-03-161-1/+1
* SERVER-74483 Remove unused InsertDeleteOptions fieldsYu Jin Kang Park2023-03-153-10/+0
* SERVER-73331 Abort index builds on step-up if there are skipped recordsYu Jin Kang Park2023-03-144-24/+69
* SERVER-74496 Suppoprt nested documents in Wildcard Projections and fix _id pr...Alexander Ignatyev2023-03-142-12/+22
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ...Yu Jin Kang Park2023-03-143-59/+49
* SERVER-52287 Enable feature flag for Compound Wildcard IndexesAlya Berciu2023-03-142-5/+4
* SERVER-54578 Use optimistic fast path for generating keystringsIan Boros2023-03-142-18/+34
* SERVER-71037 SBE top-k sort improvementsIan Boros2023-03-102-16/+241
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-224-9/+14
* SERVER-74186 Support query on non-wildcard prefix fields with compound wildca...Ruoxin Xu2023-02-223-15/+52
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-184-7/+7
* SERVER-73733 Format Ordering in SortedDataInterface for compound wildcard ind...Ruoxin Xu2023-02-135-18/+36
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-124-13/+9
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-4/+4
* SERVER-73546 Support retrieving multikey paths from a compound wildcard indexAlexander Ignatyev2023-02-094-5/+14
* SERVER-72463 Use MinKey in multikey path index keys generated for compound wi...Ruoxin Xu2023-02-082-11/+21
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-082-2/+2
* SERVER-72463 Extend WildcardKeyGenerator to generate index keys for compound ...Ruoxin Xu2023-02-015-168/+449
* SERVER-73465 Updates during column store index build can result in no-op side...Justin Seyster2023-02-011-2/+8
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-3/+6
* SERVER-72461 Add compound wildcard index specification validationRuoxin Xu2023-01-243-22/+20
* SERVER-72735 Re-add the dependency of collection on sharding_api_dKaloian Manassiev2023-01-241-3/+2
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-72573 Simpler duplicate field name checking for columnsJustin Seyster2023-01-232-53/+56
* SERVER-72462 Add wildcardProjection validationAlexander Ignatyev2023-01-195-2/+394
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-1910-341/+163
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-171-1/+0
* Revert "SERVER-72735 Revert commits while investigating root cause"Kaloian Manassiev2023-01-161-0/+1
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-161-1/+0
* SERVER-68981 Validate WT table logging settingsGregory Noma2023-01-134-21/+28
* SERVER-72638 Fix duration precision loss in bulk_builder_common log lineGeorge Wangensteen2023-01-101-1/+1
* SERVER-72328 Move memUsage to sorter statsShin Yee Tan2023-01-063-5/+5
* SERVER-72351 Fix incorrect generation of side writes for update operationsJustin Seyster2023-01-055-110/+189