Add user_hidden column to mwuser table for Postgres schema.
[lhc/web/wiklou.git] / maintenance / postgres / tables.sql
2009-03-12 Greg Sabino MullaneAdd user_hidden column to mwuser table for Postgres...
2009-02-27 Greg Sabino MullaneWhitespace consistency.
2009-02-05 Alexandre EmsenhuberUpdate Postgres schema per r46460
2008-10-11 Greg Sabino MullaneAdd column ipblocks.ipb_allow_usertalk
2008-10-11 Greg Sabino MullaneAdd index on templatelinks.tl_from
2008-09-06 Tim StarlingFixed bug 15148, total breakage of Special:BlockIP...
2008-08-31 Aaron Schulz* Maintain active user count for Special:Statistics...
2008-07-31 Greg Sabino MullaneAdd separate index for watchlist(wl_user) [Postgres]
2008-07-24 Greg Sabino MullaneAdd partial index for common recentchanges query.
2008-07-10 Brion VibberHold back $wgTrackLinkChanges for a little bit; reverti...
2008-07-09 Greg Sabino MullaneAdd recentlinkchanges table for Postgres
2008-04-30 Greg Sabino MullaneAdd pf_memory to profiling table for Postgres
2008-04-18 Greg Sabino MullaneAdd user_last_timestamp column to user_newtalk table
2008-04-12 Greg Sabino MullaneAdd ar_parent_id column.
2008-03-19 Greg Sabino MullaneWrong index, should be unique. Thanks Simmetrical.
2008-03-19 Greg Sabino MullaneAdd 'category' table to Postgres schema.
2008-03-18 Greg Sabino MullaneAdd updatelog table.
2008-03-02 Greg Sabino MullaneMake sequence names explicit for future porting ease.
2008-02-21 Greg Sabino MullaneAdd table page_props to Postgres schema.
2008-02-19 Greg Sabino MullaneHave update.php change the functions to their new built...
2008-02-19 Greg Sabino MullaneAdd ipb_by_text to Postgres schema.
2008-02-10 Greg Sabino MullaneFixes for 8.3 compatibility, addresses bug 12784.
2008-02-10 Greg Sabino MullaneOverride replaceVars, other changes to support 8.3...
2008-01-28 Aaron SchulzNormalize _deleted stuff
2008-01-27 Aaron Schulz* Make rev_deleted an integer
2007-12-16 Greg Sabino MullaneYet more cleanup of the protected_titles stuff.
2007-12-16 Greg Sabino MullaneAdd protected_titles table.
2007-10-12 Greg Sabino MullaneMake filarchive width/height columns ints for Postgres...
2007-09-24 Greg Sabino MullaneMajor cleanup of schema, based on new compare_schemas...
2007-09-23 Greg Sabino MullaneMake CONCAT calls database portable, change IF() to...
2007-09-23 Greg Sabino Mullane(Bug 11363). Change image and filearchive to bytea...
2007-09-06 Greg Sabino MullaneSince slashes in page titles have special meaning,...
2007-09-05 Domas Mituzasdestroy rc_patrolling index, no removers added, I hope...
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-07-27 Greg Sabino MullaneVarious updates to Postgres schema and updater.
2007-07-27 Greg Sabino MullaneAdd ar_page column
2007-06-22 Yuri AstrakhanForgot to update table sql per bug 10280
2007-06-16 Greg Sabino MullaneAdd ipb_block_email column
2007-05-31 Aaron Schulz*Restore oldimage schema changes removed temporarily...
2007-05-07 Brion VibberRevert schema changes in r21954, 21955, 21956 for the...
2007-05-07 Greg Sabino MullaneAdd new columns to oldimage table.
2007-03-26 Greg Sabino MullaneAccount for pre-existing test table, commit only if...
2007-03-26 Greg Sabino MullaneAnother pesky comma where it shouldn't be.
2007-03-25 Greg Sabino MullaneErrant comma restored.
2007-03-17 Greg Sabino MullanePostgres: Change math_inputhash and math_outputhash...
2007-03-17 Greg Sabino MullaneMinor cleanups
2007-03-14 River Tarnellsyntax errors in postgres schema
2007-03-14 Greg Sabino MullaneDefault null is implicit, remove tabs.
2007-03-13 Aaron Schulz*Add ar_len, remove reference to archive2 for Postgres
2007-03-10 River Tarnelldrop obsolete archive2 table; it doesn't work and Speci...
2007-03-10 River TarnellERROR: null value in column "ar_deleted" violates not...
2007-03-10 Aaron Schulz* Add ar_deleted to CREATE VIEW
2007-03-10 Aaron Schulz*Revert r20302, no use for this index
2007-03-09 Aaron Schulz*Add bitfields to various tables for revisiondelete
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-03-07 River TarnellERROR: syntax error at or near "a2" at character 22
2007-02-25 Aaron Schulz*Create unique index pr_pagetype for PostgreSQL to...
2007-02-25 Aaron Schulz*Add pr_id column to fix horrible breakage (Bug 9103)
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-07 Greg Sabino MullaneMake user_ip in user_newtalk a TEXT, as it is not an...
2007-02-07 Greg Sabino MullaneRules to allow deletion from archive[2]
2007-02-07 Greg Sabino MullaneWhitespace fixing, change to_date to to_timestamp for...
2007-01-16 Greg Sabino MullaneRefactor versioning from setup and store number internally.
2007-01-15 Greg Sabino MullaneAdd index on rev_text_id to help speed up full text...
2007-01-11 Greg Sabino MullaneAdd page_restrictions table.
2006-12-14 Leon Weber* Fixed the default for recentchanges.rc_*_len to NULL...
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-14 Brion Vibber* (bug 8255) fix regression in postgres tables.sql
2006-12-09 Leon Weber* DB schema change: added two columns (rc_old_len and...
2006-11-06 Greg Sabino MullaneChange ipb_address to text due to recent report.
2006-11-01 Greg Sabino MullaneAdd enable_autoblock column.
2006-10-31 Greg Sabino MullaneDuplicate column.
2006-10-30 Greg Sabino MullaneMake sure users cannot be deleted unless they have...
2006-10-25 Greg Sabino MullaneAdd "redirect" and "querycachetwo" tables.
2006-10-23 Tim StarlingAdded a per-user limit on password reminder emails...
2006-10-03 Greg Sabino MullaneBump oldimage types to match image table.
2006-09-27 Greg Sabino MullaneSwap index order.
2006-09-03 Greg Sabino MullaneAdd checks for proper Postgres version early on.
2006-09-03 Greg Sabino MullaneExplicitly use 'default' locale for tsearch2 queries.
2006-08-12 Greg Sabino MullaneMake pf_server nullable.
2006-08-11 Greg Sabino MullaneAdd notes column.
2006-08-11 Greg Sabino MullaneBump oldimage size type from smallint to integer
2006-07-30 Greg Sabino MullaneAdd profiling table.
2006-07-23 Greg Sabino MullaneChange reserved word table names "user" and "text"
2006-07-22 Greg Sabino MullaneRemove dummy page - no longer needed.
2006-07-22 Greg Sabino MullaneMinor whitespace cleanup
2006-07-17 Greg Sabino MullaneUse views and rules to work around the char(15)::timest...
2006-07-16 Greg Sabino MullaneDeletion-related housekeeping.
2006-07-16 Greg Sabino MullaneTypo.
2006-07-16 Greg Sabino MullaneBump up size, height, and width data types for image...
2006-07-16 Greg Sabino MullaneAdd ipb_anon_only and ipb_create_account columns.
2006-07-16 Greg Sabino MullaneExpand new version table.
2006-07-16 Greg Sabino MullaneAdd mediawiki_version table.
2006-07-05 Greg Sabino MullaneMight as well give pag_random a decent default.
2006-07-05 Greg Sabino MullaneWrap entire thing in a transaction
2006-06-29 Greg Sabino MullaneAdd searchindex table back in, lots of reformatting.
2006-06-28 Greg Sabino MullaneRemove hard-coded SCHEMA stuff, now set in the config...
next