summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21491 Add input validation for 2dsphere index creationRobert Guo2015-11-191-4/+10
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-232-0/+9
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-0/+1
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+7
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-119-255/+48
* SERVER-9666 Add more misssing LIBDEP edgesAndrew Morrow2015-08-101-1/+4
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-4/+5
* SERVER-19168 Move variable declarationsKevin Albertson2015-07-201-2/+3
* SERVER-19168 Change default index levels for non-point geometriesKevin Albertson2015-07-171-18/+30
* SERVER-19072 Make S2 index keys numericKevin Albertson2015-07-174-16/+246
* SERVER-18921 Index points to finest levelKevin Albertson2015-07-173-7/+22
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-1710-188/+293
* Change to std::string on files depending on s2Kevin Albertson2015-07-161-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2027-3128/+3142
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-19/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+19
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-8/+5
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-081-1/+1
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-081-1/+1
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-081-1/+1
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-6/+12
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-151-1/+3
* SERVER-18465 fix confusing warning message for generating too many S2 keysDavid Storch2015-05-131-3/+3
* SERVER-9666 Remove mongocommon libraryAndrew Morrow2015-05-081-0/+1
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-0/+5
* SERVER-9666 Push index_names and mongohasher into dbAndrew Morrow2015-04-241-2/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-097-341/+19
* SERVER-17882 Expand failIndexKeyTooLong handling to updatesMathias Stearn2015-04-091-0/+5
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-022-4/+9
* SERVER-8192 BtreeKeyGenerator cleanupDavid Storch2015-03-312-99/+138
* SERVER-8192 optimize V1 index key generation for indexed arraysDavid Storch2015-03-312-44/+157
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+4
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-1915-42/+16
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-1913-418/+221
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-195-410/+185
* SERVER-8192 add tests for V1 index key generationDavid Storch2015-03-171-0/+236
* SERVER-17437 fts_index_format.h shouldn't include fts_spec.hJason Rassi2015-03-101-1/+1
* SERVER-17481 validate should call into WT_SESSION::verify()Mathias Stearn2015-03-061-1/+1
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-1315-15/+21
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-1/+3
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-17030 More WCE handling for index buildsMathias Stearn2015-01-272-12/+3
* SERVER-16908 disable MMAPv1 rollback during fg index build, for perfEric Milkie2015-01-221-0/+5