Note on SpecialContributions.php fix for Postgres timestamps.
[lhc/web/wiklou.git] / maintenance / postgres /
2007-02-28 Greg Sabino MullaneBump default version, put in check for 1.8 schema.
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-17 Greg Sabino MullaneParse InnoDB defs with max_rows and avg_row_length...
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.
2007-01-11 Greg Sabino MullaneBetter output of filenames.
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-14 Greg Sabino MullaneAdd in 'binary' mysql schema.
2006-11-08 Greg Sabino MullaneCompare both schemas, be a little more verbose, add...
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-16 Greg Sabino MullaneSet properties.
2006-08-16 Greg Sabino MullaneFirst pass at conversion script.
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 XFILE to allow for more than one source file, add...
2006-07-30 Greg Sabino MullaneAdd profiling table.
2006-07-25 Greg Sabino MullaneAllow for renamed tables.
2006-07-23 Greg Sabino MullaneAllow multiple tables on one line in DATA section.
2006-07-23 Greg Sabino MullaneChange reserved word table names "user" and "text"
2006-07-23 Greg Sabino MullaneQuick Perl script to help keep schemas in sync betwixt...
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...
2006-06-27 Greg Sabino MullaneAdd table "filearchive"
2006-06-27 Greg Sabino MullaneReminder about hard-coded schema
2006-06-21 Rob ChurchRemove unused "validation" table definitions from the...
2006-05-25 Greg Sabino MullaneAdd querycache_info table.
2006-04-30 Brion VibberSomehow managed to forget to check this in...