Cleanup
[lhc/web/wiklou.git] / includes / Database.php
2008-02-27 Tim StarlingBug 11980: don't complain on rollback of non-transactio...
2008-02-04 Greg Sabino MullaneWhen putting usernames in SQL comments, truncate using...
2008-01-13 Domas Mituzasdon't open transactions for SHOW and SET statements...
2007-11-15 Brion VibberSpecial-case empty arrays and single-element arrays...
2007-09-28 Nick JenkinsTweak variable name
2007-09-27 Greg Sabino MullaneUse "private", thanks Nick.
2007-09-23 Greg Sabino MullaneMake CONCAT calls database portable, change IF() to...
2007-09-23 Greg Sabino MullaneFix bug 11292, unserialize errors with Postgres, by...
2007-09-02 Greg Sabino MullaneAdd implicitOrderby() to make sure that SpecialAllpages...
2007-08-27 Brion Vibber* (bug 11082) Fix check for fully-specced table names...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-01 Rob Church(bug 10769) Database::update() should return boolean...
2007-07-30 Greg Sabino MullaneAdd function to check if function-based indexes are...
2007-07-11 Aaron Schulz*Still use = for LIST_SET so as not no kill non-where...
2007-07-11 Aaron Schulz*Make null values of arrays use NULL(for lists) or...
2007-07-11 Nick JenkinsA few comment tag tweaks.
2007-07-09 Tim StarlingAdded iterator interface to ResultWrapper. No support...
2007-07-07 Yuri Astrakhanbug 10496 DISTINCT option logic incorrect in Database...
2007-07-05 Tim StarlingReturn a ResultWrapper from Database::query() and query...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-04 Aaron Schulz*Support for HAVING clause
2007-05-04 Brion VibberAvoid cyclic stub problems when authorization hooks...
2007-04-25 Tim Starlingusername in SQL comments
2007-04-22 Tim Starling* Removed mysql5 SQL files, obviously we're collectivel...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-19 Aryeh GregorDocumentation, mark public functions public, comment...
2007-04-07 Domas Mituzas- add simple row estimation mechanism, allows preparing...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-21 Greg Sabino MullaneRemove variables when we can simply override accessors...
2007-03-19 River Tarnell- strict warning fixes in databasepostgres
2007-03-11 River TarnelllimitResult() changes need fiddling to put options...
2007-03-11 River Tarnellrevive experimental Oracle support
2007-03-09 Brion Vibberprettify:
2007-03-09 River TarnelldumpBackup should instantiate correct database class...
2007-02-22 Tim Starlingdebugging lost connections
2007-02-15 Domas MituzasAdd ResultSet::rewind()
2007-02-11 Domas MituzasIf 'tables' is a string that starts with a space, treat...
2007-01-23 Greg Sabino MullaneAdd searchableIPs differentiator
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-02 Greg Sabino MullaneAdd implicitGroupby function to account for different...
2006-12-29 Aryeh GregorDocument Database::select()
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-01 Greg Sabino MullaneChange realTimestamp to a function only, per Tim's...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-28 Greg Sabino MullaneFix broken contribution listings with postgres by addin...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
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
next