use newer spec for html5 metadata
[lhc/web/wiklou.git] / includes / db / DatabasePostgres.php
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-10-27 OverlordQ(bug 18909) Add missing INSERT SELECT wrapper for Postgres
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
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-09 Aryeh GregorRemove redundant no-op implementations
2009-06-26 Alexandre Emsenhuberquick fix for r52382: fix errors in DatabasePostgres...
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-05-11 Tim StarlingProposed fix for bug 16937: pg_version() missing server...
2009-03-24 Greg Sabino MullaneWe can rely on usesuper and not just usecreatedb here.
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-06 Tim StarlingMore installer XSS
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
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-10 Tim Starling* (bug 16937) Show appropriate error message when someo...
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-06 Tim Starling* Allow $wgDiff3=false
2008-09-22 Greg Sabino MullaneReturn numeric version only.
2008-09-06 Tim StarlingFixed bug 15148, total breakage of Special:BlockIP...
2008-08-21 Greg Sabino MullaneForce inserted bools to be ints, per Tim's suggestion...
2008-08-18 Chad HorohoeRemove DB logic from SearchEngine. New method in Databa...
2008-07-24 Chad Horohoebug 14907 - DatabasePostgres::fieldType() wasn't define...
2008-07-09 Chad Horohoe(bug 14763) Strict standards issue in DatabasePostgres...
2008-07-05 Greg Sabino MullaneHandle multi-insert ignores properly, as pointed out...
2008-07-04 Greg Sabino MullaneProperly handle the 'IGNORE' option passed to the inser...
2008-07-02 Brion VibberRevert r36755 for the moment; various things use 'new...
2008-06-27 Chad HorohoeRefactoring (un)lock. All the subclasses are currently...
2008-06-24 Greg Sabino MullaneAdd some quick no-ops for the new lock() and unlock...
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...