summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16437 Revert "Revert "SERVER-16437 IndexScan optimize end checker for ...David Storch2015-01-161-4/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-156-0/+18
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-7/+7
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-075-55/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-058-3/+18
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-16245 clean up index stat displayEric Milkie2014-12-234-5/+8
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-234-3/+23
* Revert "SERVER-16437 IndexScan optimize end checker for single interval scans"Jason Rassi2014-12-221-2/+4
* SERVER-16437 IndexScan optimize end checker for single interval scansJason Rassi2014-12-161-4/+2
* special case _id index key generationEliot Horowitz2014-12-162-0/+20
* SERVER-16497: Allow suppressing KeyTooLong errors in foreground index buildGeert Bosch2014-12-113-18/+21
* SERVER-16485 properly clear progress meter on failed index buildsEric Milkie2014-12-101-5/+4
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-3/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-2610-51/+51
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-266-10/+11
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-185-5/+5
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-2/+3
* SERVER-14860 Handle duplicate key/value in btree, for background indexingEric Milkie2014-11-031-3/+4
* SERVER-13951 Changes that depend on rollbackMathias Stearn2014-10-271-14/+0
* SERVER-13635 IndexAccessMethod::validate supports optional full validationBenety Goh2014-10-224-5/+12
* SERVER-13635 SortedDataInterface::fullValidate supports full validationBenety Goh2014-10-221-1/+1
* SERVER-15700 Modify SortedDataInterface to not require unindex() to returnJohn Esmet2014-10-172-15/+5
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-162-6/+11
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-144-0/+8
* SERVER-14966 check array size for geoHaystack indexesGreg Studer2014-10-061-1/+5
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-15/+18
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-1/+1
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-163-4/+4
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-4/+3
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-255-10/+20
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-216-5/+94
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-202-6/+1
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-2/+2
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-136-33/+29
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-122-4/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-126-6/+21
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-0/+5
* SERVER-13635: fix index insert code on updateEliot Horowitz2014-08-011-4/+10
* SERVER-13635: make Database index size method not assume a RecordStore and as...Eliot Horowitz2014-07-294-0/+16
* SERVER-14584 Use correct algorithm in BtreeLogic::BuilderMathias Stearn2014-07-281-0/+3