aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updaters.inc
Commit message (Expand)AuthorAgeFilesLines
...
* * (bug 13820) Fix updater for rev_parent_id populationBrion Vibber2008-05-011-0/+3
* Add pf_memory to profiling table for PostgresGreg Sabino Mullane2008-04-301-0/+1
* Adding updater for new pf_memory fieldAlexandre Emsenhuber2008-04-291-0/+14
* Add user_last_timestamp column to user_newtalk tableGreg Sabino Mullane2008-04-181-0/+1
* Add user_last_timestamp field for diff from last view links. Discussed timest...Aaron Schulz2008-04-171-0/+1
* * (bug 13768) pt_title field encoding fixedBrion Vibber2008-04-171-7/+8
* Revert r33478 for now; I don't much like the field name user_timestamp, it's ...Brion Vibber2008-04-171-1/+0
* Add user_timestamp for diff since last view for new messages.Aaron Schulz2008-04-171-0/+1
* Add ar_parent_id column.Greg Sabino Mullane2008-04-121-0/+1
* *Add ar_parent_idAaron Schulz2008-04-111-0/+1
* E_ERROR: file not foundAlexandre Emsenhuber2008-04-081-1/+3
* Add a script to populate rev_parent_idAaron Schulz2008-04-081-0/+9
* Patch from Sven Klemm from bug 13239: search_path tweaks for Postgres.Greg Sabino Mullane2008-03-191-12/+14
* Add 'category' table to Postgres schema.Greg Sabino Mullane2008-03-191-4/+5
* Add updatelog table.Greg Sabino Mullane2008-03-181-0/+1
* This is a schema change. It's only a table creation, but the table must be c...Aryeh Gregor2008-03-181-0/+16
* Add updatelog table to reliably permit updates that don't change the schema. ...Aryeh Gregor2008-03-181-1/+15
* Patch from bug 13136Greg Sabino Mullane2008-03-141-1/+1
* Rearrange the updaters into chronological order, instead of four separateBrion Vibber2008-03-051-134/+123
* Add table page_props to Postgres schema.Greg Sabino Mullane2008-02-211-0/+1
* * Added __HIDDENCAT__ feature, to hide categories from the box at the bottom ...Tim Starling2008-02-201-0/+1
* Have update.php change the functions to their new builtin tsearch2 versions i...Greg Sabino Mullane2008-02-191-1/+6
* Add ipb_by_text to Postgres schema.Greg Sabino Mullane2008-02-191-0/+1
* * (bug 12999) introduce ipb_by_text colomnVictor Vasiliev2008-02-181-15/+16
* Get Postgres version for future use.Greg Sabino Mullane2008-02-171-0/+4
* Fixes for 8.3 compatibility, addresses bug 12784.Greg Sabino Mullane2008-02-101-1/+23
* More _deleted normalizingAaron Schulz2008-01-281-8/+8
* * Make rev_deleted an integerAaron Schulz2008-01-271-0/+1
* Revert for now r28986, 28987, 28992 - image redirects.Brion Vibber2007-12-311-16/+15
* * Support images-redirectsVictor Vasiliev2007-12-291-15/+16
* Add protected_titles table.Greg Sabino Mullane2007-12-161-0/+1
* * (bug 2919) Allow the protection of non-existent pages using the regular pro...Andrew Garrett2007-12-111-0/+1
* Make filarchive width/height columns ints for Postgres (not smallint)Greg Sabino Mullane2007-10-121-0/+2
* Postgres updating:Greg Sabino Mullane2007-09-281-58/+75
* Use same typnames as schema for ease. Put added column before column type che...Greg Sabino Mullane2007-09-281-28/+29
* Major cleanup of schema, based on new compare_schemas.pl functionality.Greg Sabino Mullane2007-09-241-1/+20
* Make CONCAT calls database portable, change IF() to standard CASE-WHEN calls.Greg Sabino Mullane2007-09-231-0/+8
* (Bug 11363). Change image and filearchive to bytea from text, to match oldimage.Greg Sabino Mullane2007-09-231-0/+2
* Revert 25602 and 25604 schema changes for now.Brion Vibber2007-09-071-14/+0
* Reinstate 25267 now that 1.11 is branched, and add the relatively long-reques...Aryeh Gregor2007-09-071-0/+14
* Add the Postgres slash search fix to existing installations.Greg Sabino Mullane2007-09-061-0/+4
* *Remove comment per r25527Aaron Schulz2007-09-051-1/+0
* destroy rc_patrolling index, no removers added, I hope not that many people d...Domas Mituzas2007-09-051-3/+1
* *Add $wgExtPGNewFields. Allowing for extensions to use only $wgExtNewFields w...Aaron Schulz2007-08-311-2/+3
* Revert schema change in r25267 -- no more schema changes right before release...Brion Vibber2007-08-291-14/+1
* * Add an index to (rev_page,rev_user,rev_timestamp) for use in "All edits by ...Aryeh Gregor2007-08-291-1/+14
* Fixups for page id field in the archive table:Brion Vibber2007-08-111-3/+2
* Add rc_patrolling index for PostgresGreg Sabino Mullane2007-08-091-4/+5
* * Move redirect table line up with the othersRob Church2007-08-061-5/+2
* * (bug 10793) Show patrol links on all eligible diff pagesRob Church2007-08-061-22/+18