Fixed bug 15148, total breakage of Special:BlockIP on PostgreSQL:
[lhc/web/wiklou.git] / includes / db / DatabasePostgres.php
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...