Merge "tests related to API block action and its gettoken"
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Aaron SchulzMerge "Show Log toolbox link for anon users, fix toolbo...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-05 HasharMerge "Remove some duplicate code in ProfilerSimpleTrace"
2012-04-04 Brion VIBBERMerge "Reduced file journal index bloat by removing...
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Postgres updater: add config table, adjust us_im...
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 DemonPostgres updater: add config table, adjust us_image_bit...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-29 Aaron SchulzMerge "(bug 30963) Option to hide redirects in Allpages...
2012-03-29 Aaron SchulzMerge "(bug 33689) Fix incomplete query on constraints"
2012-03-28 saper(bug 33689) Fix incomplete query on constraints
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-24 DemonMerge "[FileRepo] * Added getReadOnlyReason() function...
2012-03-24 ReedyMerge "Put the sha1 tag in <revision> and not wrongly...
2012-03-24 Marcin CieślakRename "user" and "text" when upgrading on PostgreSQL
2012-03-21 Roan KattouwRevert r107309, r113601, r113704, r113742, r113792...
2012-03-14 Marcin CieślakFollow-up to r15791: Rename "user" and "text" when...
2012-03-14 Marcin CieślakCosmetic improvements to PostreSQL updater output
2012-03-09 Sam ReedPHP Fatal error: Call to undefined method DatabasePost...
2012-03-09 Marcin CieślakHandle PostgreSQL transaction errors and improve schema...
2012-02-09 Sam ReedMore return documentation
2012-01-12 OverlordQFollowup to r107866, add in new job_timestamp field...
2012-01-12 OverlordQFollowup to whatever revision added us_chunk_inx
2011-12-27 Max SemenikPostgres updater didn't output a message for some updat...
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-20 Sam Reed* (bug 29635) update.php for Postgres creates sequences...
2011-11-16 OverlordQFollowup to r100640, use correct name scheme for sequen...
2011-11-01 Mark A. HershbergerFollow up r101151 — store hex representation of binary...
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...