Whitespace consistency.
[lhc/web/wiklou.git] / maintenance / tables.sql
2009-02-27 Greg Sabino MullaneWhitespace consistency.
2009-02-14 Andrew GarrettFix r45764, which made a whole bunch of random indices...
2009-02-11 Tim StarlingFixed broken comment (fails on my version of MySQL)
2009-02-06 Alexandre EmsenhuberFix for r46460: use "CREATE INDEX ... ON ..." rather...
2009-01-29 Domas Mituzasstray comma, did anyone test this?
2009-01-28 Alexandre EmsenhuberFix syntax error :)
2009-01-28 Andrew GarrettBranch merge of change-tagging branch with trunk
2009-01-19 Roan KattouwRecommit r45821: (bug 16645) Making the pl_namespace...
2009-01-19 Roan KattouwPartial redo of r45819:
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-16 Roan Kattouw(bug 16645) Making the pl_namespace, tl_namespace and...
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-15 Tim StarlingFor backport to 1.14.
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Victor Vasiliev* Fix up schema per Brion's notes
2008-12-31 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-09-30 Brion VibberRevert r41352-41355, r41362-41363: unauthorized schema...
2008-09-28 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-09-26 Aaron Schulzkeyname should be the PRIMARY
2008-09-25 Matt Johnston(bug 8440) Allow preventing blocked users from editing...
2008-09-18 Brion VibberBack out r41001 for the moment ("Add log_user_text...
2008-09-18 Aaron SchulzAdd log_user_text. Useful for log dumps, which are...
2008-08-31 Aaron Schulz* Maintain active user count for Special:Statistics...
2008-08-29 Rotem LissFixing comment.
2008-07-31 Chad HorohoeI honestly have no clue how this got committed; wasn...
2008-07-31 Chad Horohoe(no commit message)
2008-07-10 Brion VibberHold back $wgTrackLinkChanges for a little bit; reverti...
2008-07-10 Daniel FriesenChange all uses of TYPE= in MySQL to ENGINE=
2008-07-09 Greg Sabino MullaneThat (1) qualifier on tinyint - I do not think it means...
2008-07-09 Greg Sabino MullaneNo tabs, please. Other minor whitespace fixes.
2008-07-08 Bryan Tong Minh(bug 13588) Experimentally track link changes if $wgTra...
2008-07-07 Chad HorohoeUpdate description of img_sha1 index.
2008-06-26 Chad HorohoeUndo previous commit. Schema changes are a no-no withou...
2008-06-26 Chad Horohoe(bug 13438) Make Special:MIMESearch less expensive...
2008-05-12 Aaron Schulz* Add user_text index to filearchives (for renames...
2008-05-10 Aran DunkleyCould someone please check this - I may be wrong but...
2008-04-17 Aaron SchulzAdd user_last_timestamp field for diff from last view...
2008-04-17 Brion Vibber* (bug 13768) pt_title field encoding fixed
2008-04-17 Brion VibberRevert r33478 for now; I don't much like the field...
2008-04-17 Aaron SchulzFix description
2008-04-17 Aaron SchulzAdd user_timestamp for diff since last view for new...
2008-04-11 Aaron Schulz*Add ar_parent_id
2008-04-09 Tim StarlingMoved log_id to the top of the table definition for...
2008-03-20 Aryeh GregorChange misleading comment
2008-03-19 Greg Sabino MullaneNo need for (1), keep tinyint consistent with the other...
2008-03-18 Aryeh GregorThis is a schema change. It's only a table creation...
2008-03-18 Aryeh GregorAdd updatelog table to reliably permit updates that...
2008-02-23 Victor VasilievSQL syntax error... Shame on me :(
2008-02-21 Greg Sabino MullaneAdd wgDBTableOptions
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-02-18 Victor Vasiliev* (bug 12999) introduce ipb_by_text colomn
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Support images-redirects
2007-12-16 Aryeh Gregor(bug 12314) r28417 kind of left out tables.sql . ....
2007-12-13 Greg Sabino MullaneFix wgDBprefix name, remove backslashes, remove zerofil...
2007-12-11 Andrew GarrettRemove annoying `s from the definition of the protected...
2007-12-11 Andrew Garrett* (bug 2919) Allow the protection of non-existent pages...
2007-09-07 Brion VibberRevert 25602 and 25604 schema changes for now.
2007-09-07 Aryeh GregorReinstate 25267 now that 1.11 is branched, and add...
2007-09-05 Domas Mituzasdestroy rc_patrolling index, no removers added, I hope...
2007-08-29 Brion VibberRevert schema change in r25267 -- no more schema change...
2007-08-29 Aryeh Gregor* Add an index to (rev_page,rev_user,rev_timestamp...
2007-08-27 Greg Sabino MullaneDowngrade from semicolon to comma
2007-08-27 Aaron Schulz*err...make this consistent with rc_deleted patch file
2007-08-11 Brion VibberFixups for page id field in the archive table:
2007-08-09 Greg Sabino MullaneAdd rc_patrolling index to Postgres schema
2007-08-06 Rob ChurchFix syntax error
2007-08-06 Rob Church* (bug 10793) Show patrol links on all eligible diff...
2007-07-31 Brion VibberBacking out 24448, 24455, 24456 for the moment.
2007-07-30 River Tarnellneed name_key index in tables.sql too
2007-07-30 River Tarnell- new field: page_key, stores page_title in uppercase.
2007-07-23 Tim StarlingAdded ar_page
2007-07-22 Jens FrankCommas at the end of enumerations only works in PHP...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-09 Aaron Schulz*Include usertext_timestamp index here
2007-07-09 Aaron Schulz*Index image and oldimage tables by user/timestamp...
2007-06-23 Aaron Schulz*Remove extra pr_page index, it is redundant and just...
2007-06-22 Tim StarlingConverted a couple of missed fields. Reverted expansion...
2007-06-22 Tim Starling* Fixed complete breakage for MySQL instances with...
2007-06-22 Yuri AstrakhanForgot to update table sql per bug 10280
2007-06-16 Domas Mituzasvarchars exist for a reason (or rather, static length...
2007-06-07 Daniel Cannon(bug 7997) Added ability to Special:Blockip to block...
2007-05-31 Aaron Schulz*Restore oldimage schema changes removed temporarily...
2007-05-07 Greg Sabino MullaneTriple dash to double for SQL comment.
2007-05-07 Brion VibberRevert schema changes in r21954, 21955, 21956 for the...
2007-05-07 Aaron Schulz*Add new oldimage columns for mime/mediatype info and...
2007-04-22 Tim Starling* Removed mysql5 SQL files, obviously we're collectivel...
2007-03-17 Greg Sabino MullaneTypo and whitespace and case
2007-03-14 Erik Moellermissing ar_len
2007-03-14 Erik Moelleradd forgotten _deleted columns (were only in mysql5...
2007-03-13 Brion VibberMySQL seems kind of anal about comments; at least the...
2007-03-09 Brion VibberSince we're making other changes, let's bring in that...
2007-03-08 River Tarnelltables.sql needs rev_len
2007-02-25 Aaron Schulz*Create unique index pr_pagetype for PostgreSQL to...
2007-02-09 Brion VibberRevert r19843 for now; unreviewed schema changes
2007-02-09 Roman NosovRevision table tree patch (No objections have been...
2007-02-05 Domas MituzasIn case tables are created as MyISAM, use row hints...
2007-02-01 Andrew Garrett* Schema changes - add id fields to page_restrictions...
next