summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12209 _id prohibitionsEric Milkie2014-08-121-2/+15
* SERVER-14833 Fix issue where 98eb2f1d broke text index spec rewriteJason Rassi2014-08-121-0/+1
* SERVER-14833 {_id:-1} index builds should no-op if _id index existsJason Rassi2014-08-111-11/+10
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-074-5/+90
* SERVER-12662: fix index name creationEliot Horowitz2014-03-141-1/+1
* SERVEr-12990: interrupted index after interim succesful index kills correct i...Eliot Horowitz2014-03-141-6/+15
* SERVER-12956: on startup, remove half built indexesEliot Horowitz2014-03-143-0/+32
* SERVER-12662: Two background index builds in parallel with unique key constra...Eliot Horowitz2014-03-143-18/+32
* SERVER-12264 prevent from tryToGoLiveAsSecondary() from waiting on global wri...matt dannenberg2014-03-091-7/+8
* SERVER-9248 Fix up try/catch blockDan Pasette2014-03-091-6/+6
* SERVER-12170 stop calling relinquish() when replicaset nodes decide not to ve...Matt Dannenberg2014-03-091-1/+0
* SERVER-12132 Stop using stringstream in Value::coerceToString()Mathias Stearn2014-03-091-9/+4
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-03-091-0/+1
* SERVER-10793 always step down when another primary is seenEric Milkie2014-03-091-5/+1
* SERVER-10231 disallow creation of indexes on system.indexesmatt dannenberg2014-03-092-2/+5
* SERVER-9248 Ignore errors when checking readaheadDan Pasette2014-03-091-23/+31
* SERVER-8375 sync from primary on clock skewDan Pasette2014-03-091-3/+18
* SERVER-12914 initAndListen call dbexit if invalid IndexSpec foundJason Rassi2014-03-072-9/+24
* SERVER-12175 Reject 2dsphere idxs w/o supported 2dsphereIndexVersionJason Rassi2014-02-151-0/+14
* Revert "SERVER-12662 do not logOp inserts that have no associated diskloc (su...Eric Milkie2014-02-132-17/+12
* SERVER-12662 do not logOp inserts that have no associated diskloc (such as in...Eric Milkie2014-02-122-12/+17
* SERVER-12481 fix off-by-one error with IndexBuildsInProgress::removeEric Milkie2014-02-041-1/+2
* SERVER-11494 Reduce fragility of TextIndexVersionCheck1 testJason Rassi2013-12-221-2/+2
* SERVER-11494 Run text index version check at time of text index useJason Rassi2013-12-212-3/+48
* SERVER-11194 fix log messageDan Pasette2013-12-211-2/+2
* SERVER-11194 ignore non-numeric expiresAfterSeconds on TTL indexesmatt dannenberg2013-12-191-0/+6
* SERVER-11908: let rollback handle collmodEliot Horowitz2013-12-191-0/+10
* SERVER-12094 Do not strip false setParameter options from config fileShaun Verch2013-12-171-3/+8
* SERVER-10538 SERVER-11731 change segfault to uassert on improper use of $wherematt dannenberg2013-12-091-0/+2
* SERVER-11869 support for external gle opTime for w > 1Greg Studer2013-12-081-3/+10
* SERVER-7246 external user authentication should use primary preferred read prefGreg Studer2013-12-041-1/+3
* SERVER-11421: make applyOps call logOpForDbHashDan Pasette2013-10-301-1/+5
* SERVER-11478 Make admin.system.version, admin.system.roles,Dan Pasette2013-10-301-0/+4
* SERVER-11032: Do not veto if primary is the node trying to be electedScott Hernandez2013-10-041-1/+3
* SERVER-11021: backport to 2.4Eliot Horowitz2013-10-044-116/+285
* SERVER-10285 uassert that s2latlng is valid, print out if it's notDan Pasette2013-10-021-2/+9
* SERVER-9501: initial sync exception: 10083 Changed validation to allow explic...Kyle Erf2013-10-021-1/+1
* SERVER-9861 explicitly forget temporary collections for versioning in M/RGreg Studer2013-10-021-1/+9
* SERVER-9907 Allow to skip initial count() in mapreduceRandolph Tan2013-10-021-3/+17
* SERVER-10724 better exception handling in health pollmatt dannenberg2013-09-101-3/+5
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-277-5/+33
* Add check to prevent future memory leaks like SERVER-10554Mathias Stearn2013-08-232-0/+47
* SERVER-10554 Patch memory leak in aggregationMathias Stearn2013-08-231-2/+12
* SERVER-9934 remove double getmore when pulling new opsEric Milkie2013-08-021-52/+61
* SERVER-9481 further rollback exception cleanupMatt Dannenberg2013-08-012-23/+13
* SERVER-9481 Fixes fluctuating between ROLLBACK and SECONDARY when ROLLBACK is...Andreas Heck2013-08-012-5/+12
* SERVER-10362: call ClientCursor::staticYield to do a pthread_yield rather tha...Dan Pasette2013-08-011-1/+1
* SERVER-10362: only use pthread_yield on linux, on osx use sleepmicros(1)Eliot Horowitz2013-08-011-6/+12
* SERVER-10362: add option to ClientCursor::staticYield to do a pthread_yield i...Eliot Horowitz2013-08-012-7/+22
* SERVER-9699: remove clean commandEliot Horowitz2013-08-011-37/+0