Move up to date the parser test expectation.
[lhc/web/wiklou.git] / maintenance / postgres /
2010-07-24 OverlordQFollowup to r69817, r69810 add PG patch file, defaults...
2010-07-22 Roan KattouwRename the iwl_prefix_from_title index (again) to iwl_p...
2010-07-20 OverlordQFollowup to r69580, did I mention MySQL sucks?
2010-07-20 OverlordQFollowup to r69542, since the new installer doesn't...
2010-07-08 Greg Sabino MullaneAdd ul_value to Postgres schema.
2010-05-28 Greg Sabino MullaneAdd exception for iwl_prefix
2010-05-28 Greg Sabino MullaneStandardize the formatting.
2010-05-25 Sam ReedAttempt at changing postgres as per r66892
2010-04-26 Chad HorohoeKill last vestiges of mediawiki_version. Nobody actuall...
2010-04-16 OverlordQFollowup to r65104, PG updater/table def
2010-03-22 Greg Sabino MullaneMake foreign key constraints DEFERRABLE INITIALLY DEFER...
2010-03-22 Greg Sabino MullaneAdjust for minor_mimes now being 100 chars long in...
2009-12-21 OverlordQSome reason had each each update in there twice
2009-12-08 Aryeh GregorRename some extauth functions and fields
2009-11-27 Greg Sabino MullaneChange to newer sequence name
2009-11-15 Greg Sabino MullaneAllow l10n_cache.lc_value to map mediumblob to text
2009-10-28 OverlordQFollowup to r58263: forgot patch file
2009-10-28 OverlordQFollowup to r58262: PG half of sequence changes
2009-10-21 OverlordQFollowup to r57964, forgot to revert column change
2009-10-21 OverlordQAdd missing columns to PG schemas
2009-07-20 Greg Sabino MullaneFull support for modified oldimage FK constraint to...
2009-07-20 Greg Sabino MullaneFor oldimage table, do ON UPDATE CASCADE. Per bug ...
2009-07-15 Roan Kattouw(bug 19726) Missing schema updates break file uploads...
2009-07-01 Chad Horohoe(bug 19428) PG and MySQL followups to r52503. Patch...
2009-05-19 Greg Sabino MullaneClean up whitespace, add log_search to Postgres schema.
2009-05-19 Greg Sabino MullaneHandle multi-col primary keys, cleanup new tables.
2009-05-15 Alexandre EmsenhuberFollow-up r50567: also update PostgreSQL and SQLite...
2009-04-28 Brion VibberFollow-up to r49803: use proper type and add an explici...
2009-04-24 Alexandre EmsenhuberFollow-up r49790: update the PostgreSQL schema
2009-03-20 Brion VibberRevert r48212 "Add user_hidden field to complement...
2009-03-12 Greg Sabino MullaneMake oldimage nullabilities match image ones, per not...
2009-03-12 Greg Sabino MullaneExclude new tables from parserTests.inc test
2009-03-12 Greg Sabino MullaneAdd user_hidden column to mwuser table for Postgres...
2009-02-27 Greg Sabino MullaneQuick fixes for new format of tables.sql
2009-02-27 Greg Sabino MullaneWhitespace consistency.
2009-02-05 Alexandre EmsenhuberUpdate Postgres schema per r46460
2008-11-22 Greg Sabino MullaneAdd CASCADE back in: better to break older Postgres...
2008-10-11 Greg Sabino MullaneAdd column ipblocks.ipb_allow_usertalk
2008-10-11 Greg Sabino MullaneAdd index on templatelinks.tl_from
2008-10-10 Greg Sabino MullaneQuick fix to index dropping, without using IF EXISTS...
2008-09-22 Greg Sabino MullaneSites are unlikely to have over 2 billion active users
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 MullaneNot so verbose, please.
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-18 Greg Sabino MullaneCheck for GROUP BY #.
2008-07-18 Greg Sabino MullaneHandle new includes directory scheme.
2008-07-18 Greg Sabino MullaneNo more TYPE, look for (and default to) ENGINE.
2008-07-10 Brion VibberHold back $wgTrackLinkChanges for a little bit; reverti...
2008-07-09 Greg Sabino MullaneSupport latest schema changes.
2008-07-09 Greg Sabino MullaneAdd recentlinkchanges table for Postgres
2008-04-30 Greg Sabino MullaneMinor cleanups.
2008-04-30 Greg Sabino MullaneCheck that no MySQL-isms have snuck into the codebase.
2008-04-30 Greg Sabino MullaneAdd pf_memory to profiling table for Postgres
2008-04-18 Greg Sabino MullaneMake sure DateStyle is set properly. Thanks to Brian...
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-19 Greg Sabino MullaneTake out "bools" section: we're just using smallints now
2008-03-18 Greg Sabino MullaneAdd updatelog table.
2008-03-18 Greg Sabino MullaneAllow signed int types. Kinda redundant, but hey...
2008-03-16 Greg Sabino MullaneOne of them semicolons snuck out of the barn again...
2008-03-02 Greg Sabino MullaneMake sequence names explicit for future porting ease.
2008-03-02 Greg Sabino MullaneDon't CASCADE on TRUNCATE, not available in old version...
2008-02-27 Greg Sabino MullaneTable page_props needed in tests after all.
2008-02-22 Greg Sabino MullaneOkay for page_props not to be created in parser tests.
2008-02-21 Greg Sabino MullaneAdd table page_props to Postgres schema.
2008-02-19 Greg Sabino MullaneRemove no longer used patch files.
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-19 Greg Sabino MullaneReflect new change from CHAR to SMALLINT to match MySQL...
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-20 Greg Sabino MullaneMinor tweak to support new format in parserTest
2007-12-16 Greg Sabino MullaneYet more cleanup of the protected_titles stuff.
2007-12-16 Greg Sabino MullaneAdd test for correct information in parserTests.inc
2007-12-16 Greg Sabino MullaneAdd exceptions for protected_titles table.
2007-12-16 Greg Sabino MullaneAdd protected_titles table.
2007-10-12 Greg Sabino MullaneMake filarchive width/height columns ints for Postgres...
2007-10-10 Greg Sabino MullaneAdd notes about alternate methods
2007-09-24 Greg Sabino MullaneMajor cleanup of schema, based on new compare_schemas...
2007-09-24 Greg Sabino MullaneAdd column type brains, map out all non-standard stuff
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 MullaneAdd the Postgres slash search fix to existing installat...
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-07-05 Greg Sabino MullaneAdd in binary type
2007-06-22 Yuri AstrakhanForgot to update table sql per bug 10280
2007-06-17 Greg Sabino MullaneAdd checks for common comma errors.
2007-06-16 Greg Sabino MullaneAdd ipb_block_email column
2007-05-31 Aaron Schulz*Restore oldimage schema changes removed temporarily...
next