Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle.
[lhc/web/wiklou.git] / includes / db / Database.php
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-12 Chad HorohoeExpect DatabaseBase, not Database.
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-05-19 Jure KajzerPreparations for Oracle database abstraction update...
2009-05-15 Tim StarlingFix breakage of SQLite ResultWrapper due to r45769...
2009-04-30 Tim StarlingLog function name for SHOW PROCESSLIST query in getLag().
2009-04-02 Alexandre EmsenhuberCatch exceptions, since this part is likely to throw...
2009-03-14 Aaron SchulzMore visual and xhtml fixes for file cache failback
2009-03-13 Aaron Schulz* Avoid double output on filecache failover
2009-02-17 Tim Starling* Skip COMMIT query when no write queries have been...
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-01-31 Niklas Laxström* Cleanup database error message code
2009-01-26 Niklas Laxström* Escape backslashes before normal escaping, to not...
2009-01-25 Niklas Laxström* (bug 17150) escapeLike now escapes literal \ properly
2009-01-19 Roan KattouwPartial redo of r45819:
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-17 Roan KattouwFix up r45819 per CR comments: removing calls to remove...
2009-01-16 Roan KattouwAttempt at cleaning up r45764, r45769 (renamed indices...
2009-01-15 Tim Starling* Preserve usertext_timestamp index name for MySQL...
2009-01-15 Tim StarlingFor backport to 1.14.
2009-01-09 Tim Starling* In selectField(), use reset($row) instead of $row...
2008-12-09 Andrew GarrettDB layer compatibility with MySQL 5+ - allow both ...
2008-11-29 Alexandre Emsenhuber* fixed Doxygen errors in Database.php, DatabasePostgre...
2008-10-13 Tim StarlingFixed getSlavePos() to use the SQL thread fields, not...
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-09-28 Tim Starling* Revert revert r41234 of ES-related changes. The site_...
2008-09-24 Brion VibberRevert some recent ES-related changes -- they made...
2008-09-21 Tim StarlingLogging tweaks
2008-09-21 Tim StarlingDebugging code left in, probably needs an option of...
2008-09-21 Tim StarlingRevert/rewrite of r40696.
2008-09-20 Tim StarlingDon't run hour-long, unlimited row-count DB queries...
2008-09-20 Tim Starling* Always log connection errors
2008-09-13 Aaron Schulz$msg not defined...use $text?
2008-09-10 Aaron SchulzExternalStore tweaks:
2008-09-08 Chad HorohoeTypo in comment.
2008-09-05 Chad HorohoeDocument isOpen() and lastQuery(). (set|clear|get)Flag...
2008-08-18 Chad HorohoeRemove DB logic from SearchEngine. New method in Databa...
2008-08-01 Brion VibberDon't die horribly from sql.php when making INSERT...
2008-07-08 Alexandre EmsenhuberMissing param to wfDeprecated()
2008-07-08 Tim Starling* LBFactory is not really much of a factory if it doesn...
2008-07-02 Brion VibberRevert r36755 for the moment; various things use 'new...
2008-06-28 Merlijn S. van Deenbugfix: $wgSharedprefix -> $wgSharedPrefix (the correct...
2008-06-27 Chad HorohoeRefactoring (un)lock. All the subclasses are currently...
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...