Fix Bug #30383 for Pg
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
2011-10-28 Mark A. HershbergerFix Bug #30383 for Pg
2011-10-24 OverlordQAdd user_former_groups table to PG updater
2011-10-24 OverlordQUpdate Postgres with missing uploadstash tables
2011-10-11 Mark A. HershbergerRemove hardcoded commit statements for pg installer.
2011-06-10 Tim StarlingFix for r86741 which broke PG update due to the math...
2011-06-03 Mark A. Hershbergerforward port r88929
2011-02-23 Chad HorohoeFollowup r81534, use addQuotes() instead
2011-02-23 Chad HorohoeVarious Postgres fixes (bug 26612 stuff)
2011-02-04 Mark A. HershbergerThese table renames aren't needed for an upgrade since...
2011-02-04 Mark A. Hershbergerchange from double quote to single quote to avoid doubl...
2011-01-28 Chad HorohoeFollowup r81132, missed some more ts2 removal
2010-12-30 Greg Sabino MullaneDon't put multiple tables in the same file.
2010-12-27 Chad Horohoe* Followup r78450: just use selectField() instead of...
2010-12-15 Aaron SchulzChanged doQuery() -> query()
2010-12-14 Chad Horohoerm double comment
2010-12-01 Mark A. Hershberger* Commit changes to PG new-installer I thought I had...
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-10-14 Sam ReedAnother followup to r71426, $ni to $fieldRecord
2010-10-14 Sam ReedFollowup r71426, not $nc it's $fieldRecord
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-01 Chad HorohoewfOut() -> $this->output(). More useful in the long...
2010-09-13 Greg Sabino MullaneAdd new index on pagelinkes(pl_title) per suggestion...
2010-09-13 Greg Sabino MullaneAdd the "page" table back in when upgrading from really...
2010-09-08 Greg Sabino MullaneAdd new columns to categorylinks
2010-09-04 OverlordQFollowup to r72349, PG table def + updater for module_deps
2010-09-04 OverlordQFollowup to r72349, PG tables + updater
2010-09-01 Chad HorohoeDeprecate archive() in favor of DatabaseBase::patchPath()
2010-08-22 Alexandre EmsenhuberOops, forgot to change this in r71426
2010-08-22 Alexandre EmsenhuberMoved PostgreSQL schema update to PostgresUpdater:
2010-08-21 Alexandre EmsenhuberFix for r71140: PostgresUpdater should extend DatabaseU...
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-21 Alexandre Emsenhuber@TODO @FIXME -> @todo so that doxygen recognise it...
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...