summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a ↵Sophia Tan2023-05-153-7/+3
| | | | NamespaceStringOrUUID instead of a StringData
* 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 ↵Amr Elhelw2023-05-021-2/+10
| | | | until they are needed
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-252-21/+18
| | | | | | * 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-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 ↵Alexander Ignatyev2023-03-142-12/+22
| | | | processing
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ↵Yu Jin Kang Park2023-03-143-59/+49
| | | | error
* 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 ↵Ruoxin Xu2023-02-223-15/+52
| | | | wildcard indexes
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-184-7/+7
|
* SERVER-73733 Format Ordering in SortedDataInterface for compound wildcard ↵Ruoxin Xu2023-02-135-18/+36
| | | | indexes
* 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
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* 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 ↵Ruoxin Xu2023-02-082-11/+21
| | | | wildcard indexes
* 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
| | | | wildcard indexes
* SERVER-73465 Updates during column store index build can result in no-op ↵Justin Seyster2023-02-011-2/+8
| | | | side writes
* 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
| | | | | | | | | | | | | | Revert "SERVER-72735 Make 'collection' dependent on 'sharding_api_d'" This reverts commit d6b3993fcfc68d66fef6a25b268e0146e461857c. Revert "SERVER-72735 Move range_deletion_task.idl out of sharding_api_d" This reverts commit 3df82389e1a092738ef77bcf73a9ed60bbe6d55e. Revert "SERVER-72735 Move sharding_expressions.h/.cpp out of sharding_api_d" This reverts commit b9be9c29911c18171a639e2d4bb95bc46b9dbb81.
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-161-1/+0
| | | | ... going in the direction of them being the same library called 'shard_role_catalog'.
* 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
|
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-052-1/+15
| | | | Co-authored-by: Colin Stolley <colin.stolley@mongodb.com>
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-052-15/+1
| | | | This reverts commit f6a223202c8eaadb2b12b8cfc7f04b82a14feb74.
* SERVER-71188 Track bytesSorted/numSorted for CSIAlyssa Wagenmaker2023-01-051-1/+6
|