* (bug 20336) changed json_decode json_encode to static class in global functions
[lhc/web/wiklou.git] / includes / db /
2009-09-04 Tim StarlingAdded $wgShowDBErrorBacktrace, to allow users to easily...
2009-08-29 Chad Horohoe(bug 20260) SQLite: don't always autocreate DB and...
2009-08-25 Aryeh GregorWhitespace
2009-08-24 Alexandre Emsenhuber* (bug 15475) DatabaseBase::setFlag(), DatabaseBase...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-08-21 Chad HorohoeRemove random comments.
2009-08-19 Brion Vibberfix up doc comment on Database::buildConcat()
2009-08-15 Leons Petrazickisconfig/index.php:
2009-08-15 Chad HorohoeSpacing and declare public.
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-08-12 Tim StarlingIn Database::getLag(): Add some more I/O thread states.
2009-08-09 Chad HorohoepatchPath not patchPatch
2009-08-09 Chad Horohoe* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-27 Chad Horohoe$this not $db
2009-07-20 Greg Sabino MullaneAdd standardSelectDistinct() function to help fork...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-14 Aryeh GregorUse parentheses for reliability
2009-07-13 Bryan Tong Minh(bug 19571) Override buildConcat for SQLite.
2009-07-09 Aryeh GregorRemove redundant no-op implementations
2009-07-09 Chad Horohoe(bug 19591) Move setBigSelects() to DatabaseMysql
2009-06-26 Alexandre Emsenhubersame as r52457 but for SQLite
2009-06-26 Alexandre Emsenhuberquick fix for r52382: fix errors in DatabasePostgres...
2009-06-25 Chad Horohoe* Move lock()/unlock() to DatabaseMysql, declare abstract
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-15 Aryeh GregorMove some stuff from DatabaseBase to DatabaseMysql
2009-06-15 Alex Zfix typo in comment
2009-06-14 Aryeh GregorUse parentheses for bit* to be on the safe side
2009-06-13 Niklas LaxströmFollow-up to r?????:
2009-06-13 Jure Kajzertypos
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-06-08 Jure KajzerWeb installation support for Oracle.
2009-06-05 Jure KajzerOracle database abstraction updated.
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-05-11 Tim StarlingProposed fix for bug 16937: pg_version() missing server...
2009-04-30 Tim StarlingLog function name for SHOW PROCESSLIST query in getLag().
2009-04-07 Chad HorohoeRemove some unused $wgOut's.
2009-04-02 Alexandre EmsenhuberCatch exceptions, since this part is likely to throw...
2009-03-24 Greg Sabino MullaneWe can rely on usesuper and not just usecreatedb here.
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-26 Alexandre Emsenhuber* Fixed $fname in functions definitions to have "Databa...
2009-02-23 Alexandre Emsenhuber(bug 17460) Client ecoding is now correctly set for...
2009-02-17 Tim Starling* Skip COMMIT query when no write queries have been...
2009-02-06 Tim StarlingMore installer XSS
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 Roan Kattouw* svn:eol-style native for r45755
2009-01-15 Tim StarlingFor backport to 1.14.
2009-01-14 Leons Petrazickis(bug 17028) Added support for IBM DB2 database. config...
2009-01-10 Tim Starling* (bug 16937) Show appropriate error message when someo...
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-30 Andrew GarrettAllow DB to be used during LocalSettings.php et al...
2008-11-29 Alexandre Emsenhuber* fixed Doxygen errors in Database.php, DatabasePostgre...
2008-11-22 Greg Sabino MullaneSet numeric_version more globally so things like search...
2008-11-22 Greg Sabino MullaneSet numeric_version
2008-11-22 Greg Sabino MullaneNeed to bail without error if no user so installer...
2008-10-13 Alexandre EmsenhuberRevert r41506 and make LoadBalancer::openForeignConnect...
2008-10-13 Tim StarlingFixed getSlavePos() to use the SQL thread fields, not...
2008-10-12 Tim StarlingAdd readOnlyBySection setting, to replace live hack.
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-10-01 Alexandre EmsenhuberAllow to specify per connection table prefix
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-22 Greg Sabino MullaneReturn numeric version only.
2008-09-21 Tim StarlingMore specific error messages
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-06 Tim StarlingImplemented blob support for SQLite. Allows null charac...
2008-09-06 Tim StarlingFixed bug 15148, total breakage of Special:BlockIP...
2008-09-05 Chad HorohoeDocument isOpen() and lastQuery(). (set|clear|get)Flag...
2008-08-21 Greg Sabino MullaneForce inserted bools to be ints, per Tim's suggestion...
2008-08-18 Chad HorohoeNo-ops for getSearchEngine().
2008-08-18 Chad HorohoeRemove DB logic from SearchEngine. New method in Databa...
2008-08-10 Chad HorohoeUse wfMkdirParents() because it's cooler (and mkdir...
2008-08-01 Brion VibberDon't die horribly from sql.php when making INSERT...
2008-07-24 Chad Horohoebug 14907 - DatabasePostgres::fieldType() wasn't define...
2008-07-18 Chad HorohoeFound the errno for deadlocks on MsSQL, let's return...
2008-07-09 Chad Horohoe(bug 14763) Strict standards issue in DatabasePostgres...
next