* Introduced StringUtils.php, populated it with some generic string functions, both...
[lhc/web/wiklou.git] / includes / Database.php
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-18 Brion Vibber* (bug 7970) Use current connection explicitly on Datab...
2006-11-11 Yuri Astrakhanforgot for prev checkin re bug 6440. Database should...
2006-10-31 Yuri AstrakhanDatabase: added STRAIGHT_JOIN option for mysql
2006-10-11 Tim StarlingRenamed CacheManager to HTMLFileCache, to avoid confusi...
2006-10-10 Brion Vibberfix typo in debug line
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-10-02 Brion VibberInclude retry number on connect loop errors
2006-10-02 Brion Vibberwhitespace
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-09-14 Brion Vibber* (bug 7324) Fix error message for failure of Database...
2006-09-13 Brion Vibber* (bug 7312) Don't emit SET NAMES utf8 if connection...
2006-08-16 Greg Sabino MullaneAdd concept of "strict IPs" so we don't attempt to...
2006-08-02 Tim StarlingLog exceptions
2006-07-21 Tim StarlingProfiling
2006-07-17 Greg Sabino MullaneAdd mCascadingDeletes and mCleanupTriggers properties...
2006-07-15 Domas Mituzasuse object error retrieval functions, that work properl...
2006-07-05 Greg Sabino MullaneAdd decodeBlob() function to complement encodeBlob()
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-30 Brion Vibberdidn't get around to this before since it was PHP 4...
2006-06-27 Brion VibberRemove useless reference markers which aren't used...
2006-06-27 Brion VibberRevert to r15092; massive breakage, unable to connect...
2006-06-27 Greg Sabino MullaneAdd concept of a distinct port separate from a server.
2006-06-21 Domas Mituzasoops, better skip i/o thread states :)
2006-06-21 Domas Mituzasfix lag detection - do not assume that second 'system...
2006-06-18 Tim StarlingChanged transaction semantics: made begin() and commit...
2006-06-07 Tim Starlingremoved obsolete function
2006-06-06 Tim StarlingSome initial work on exceptions. More to follow.
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-23 Brion VibberVersioncruft: remove a check for PHP 4.1 workaround...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Antoine Mussounused variables as per #3692
2006-05-01 Yuri Astrakhanadded isnumeric check to limitResult() to prevent a...
2006-04-22 Yuri AstrakhanDatabase.php:
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-16 Tim StarlingHow many bits in a byte again?
2006-04-16 Tim Starlingattempting to fix lag detection again
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-04-11 Tim StarlingSupport more select options
2006-04-04 Brion Vibber* (bug 5195) rebuildrecentchanges.php works again;...
2006-04-04 Brion Vibber* Added $wgColorErrors: if set, database error messages...
2006-04-02 Brion VibberLive fix: code typo in lag checks
2006-03-28 Tim StarlingOptionally use a different profile name for master...
2006-03-28 Tim Starlingdocumentation
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-12 Tim Starlingoptions to insertSelect(), indenting
2006-01-17 Tim Starlingremoved misfeature (ignore writes while in read only...
2006-01-17 Tim Starlingoops, bug in untested error branch
2006-01-17 Tim StarlingMoved the bulk of dbsource() to Database.php. Added...
2006-01-17 Tim StarlingFixed incorrect query() parameters, left over from...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-14 Brion Vibber* Remove obsolete killthread.php
2006-01-10 Domas Mituzasmiliseconds...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-04 Tim StarlingIgnore negative lag
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-22 Brion Vibber* Fix raw sitenotice display on database error
2005-12-07 Brion Vibber* (bug 4201) Fix user-talk mode for Enotif, and general...
2005-12-01 Ævar Arnfjörð Bjar... * Typo: $dbname => $dbName
2005-11-12 Domas Mituzasmove function name comment from start of query string...
2005-10-29 Tim StarlingAbility to set the blobs table name for any server...
2005-10-28 Tim StarlingGive informative connection errors more often
2005-10-26 Brion Vibber* (bug 3786) Experimental support for MySQL 4.1/5.0...
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-10-10 Tom Gilder"$wgSitename is offline" is a bit harsh if it's just...
2005-10-06 Tom GilderEven better: use the site name and logo to look all...
2005-10-06 Tom GilderMarginally better database error
2005-10-02 Ævar Arnfjörð Bjar... * Support for specifying USE INDEX for any of >1 tables
2005-08-29 Ævar Arnfjörð Bjar... * Source cleanup
2005-08-28 Brion Vibber* (bug 2885) More PHP 5.1 fixes: skin, search, log...
2005-08-26 Brion VibberDrop MySQL 3.23.x support; 4.0 or greater required.
2005-08-23 Tim StarlingWorkaround for occasional fatal
2005-08-21 Erik MoellerBug #1956: Hide bot uploads in Special:Newimages
2005-08-14 Tim Starlingadded flags accessor, fixed select/update option array...
2005-08-14 Tim Starlingfixed connection error handling
2005-08-11 Brion Vibber* (bug 3056) MySQL 3 compatibility fix: USE INDEX inste...
2005-08-09 Domas Mituzasadd escaping routines for LIKE: db::escapeLike($s)
2005-08-09 Antoine MussoI really meant 3 parameters as kate made it in ORACLE...
2005-08-09 Antoine MussolimitResult() use 3 argument since ORACLE merge
2005-08-02 Niklas LaxströmI guess we can support OFFSET too, or can we?
2005-08-02 Ævar Arnfjörð Bjar... * Remove troublesome double array
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-27 Tim Starlingprofiling
2005-07-22 Domas MituzasCommit live hacks:
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-07-21 Ævar Arnfjörð Bjar... * Formattingofcondensedcode
2005-07-18 Ævar Arnfjörð Bjar... * Made makeUpdateOptions() DBMS independant
2005-07-18 Ævar Arnfjörð Bjar... * Modified the update function to take another argument...
2005-07-16 Brion VibberRevert 1.106, needless complication that duplicates...
2005-07-14 Ævar Arnfjörð Bjar... * Make it possible to use the Database.php class to...
2005-07-14 Ævar Arnfjörð Bjar... * GROUP BY support in makeSelectOptions()
2005-07-01 Brion VibberReplace !! with explicit operations.
2005-06-25 Tim Starlinggeneral write query suppression in read only mode
2005-06-22 River Tarnellinclude error in debug output
2005-06-19 Tim Starlingported refreshLinks.php improvements (and associated...
2005-06-19 Tim Starlingported site_stats change from 1.4
next