| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change to newer sequence name | Greg Sabino Mullane | 2009-11-27 | 1 | -1/+1 |
* | Allow l10n_cache.lc_value to map mediumblob to text | Greg Sabino Mullane | 2009-11-15 | 1 | -0/+1 |
* | Followup to r58263: forgot patch file | OverlordQ | 2009-10-28 | 1 | -0/+40 |
* | Followup to r58262: PG half of sequence changes | OverlordQ | 2009-10-28 | 1 | -14/+14 |
* | Followup to r57964, forgot to revert column change | OverlordQ | 2009-10-21 | 1 | -1/+1 |
* | Add missing columns to PG schemas | OverlordQ | 2009-10-21 | 2 | -3/+16 |
* | Full support for modified oldimage FK constraint to do ON UPDATE CASCASE as w... | Greg Sabino Mullane | 2009-07-20 | 1 | -1/+1 |
* | For oldimage table, do ON UPDATE CASCADE. Per bug #19445. | Greg Sabino Mullane | 2009-07-20 | 1 | -1/+1 |
* | (bug 19726) Missing schema updates break file uploads for Postgres. Patch by ... | Roan Kattouw | 2009-07-15 | 1 | -4/+9 |
* | (bug 19428) PG and MySQL followups to r52503. Patch by OverlordQ | Chad Horohoe | 2009-07-01 | 2 | -0/+14 |
* | Clean up whitespace, add log_search to Postgres schema. | Greg Sabino Mullane | 2009-05-19 | 1 | -6/+13 |
* | Handle multi-col primary keys, cleanup new tables. | Greg Sabino Mullane | 2009-05-19 | 1 | -0/+8 |
* | Follow-up r50567: also update PostgreSQL and SQLite schema | Alexandre Emsenhuber | 2009-05-15 | 1 | -0/+9 |
* | Follow-up to r49803: use proper type and add an explicit foreign key referenc... | Brion Vibber | 2009-04-28 | 2 | -2/+2 |
* | Follow-up r49790: update the PostgreSQL schema | Alexandre Emsenhuber | 2009-04-24 | 2 | -0/+16 |
* | Revert r48212 "Add user_hidden field to complement ipb_deleted and gu_hidden" | Brion Vibber | 2009-03-20 | 1 | -2/+1 |
* | Make oldimage nullabilities match image ones, per not on bug 15815 | Greg Sabino Mullane | 2009-03-12 | 1 | -4/+4 |
* | Exclude new tables from parserTests.inc test | Greg Sabino Mullane | 2009-03-12 | 1 | -0/+3 |
* | Add user_hidden column to mwuser table for Postgres schema. | Greg Sabino Mullane | 2009-03-12 | 1 | -1/+2 |
* | Quick fixes for new format of tables.sql | Greg Sabino Mullane | 2009-02-27 | 1 | -9/+42 |
* | Whitespace consistency. | Greg Sabino Mullane | 2009-02-27 | 1 | -10/+10 |
* | Update Postgres schema per r46460 | Alexandre Emsenhuber | 2009-02-05 | 2 | -0/+54 |
* | Add CASCADE back in: better to break older Postgres versions than new ones. | Greg Sabino Mullane | 2008-11-22 | 1 | -1/+1 |
* | Add column ipblocks.ipb_allow_usertalk | Greg Sabino Mullane | 2008-10-11 | 1 | -3/+5 |
* | Add index on templatelinks.tl_from | Greg Sabino Mullane | 2008-10-11 | 1 | -0/+1 |
* | Quick fix to index dropping, without using IF EXISTS clause, per bug #15896 | Greg Sabino Mullane | 2008-10-10 | 1 | -1/+0 |
* | Sites are unlikely to have over 2 billion active users | Greg Sabino Mullane | 2008-09-22 | 1 | -0/+1 |
* | Fixed bug 15148, total breakage of Special:BlockIP on PostgreSQL: | Tim Starling | 2008-09-06 | 2 | -3/+4 |
* | * Maintain active user count for Special:Statistics (bug 13585) | Aaron Schulz | 2008-08-31 | 1 | -0/+1 |
* | Not so verbose, please. | Greg Sabino Mullane | 2008-07-31 | 1 | -1/+1 |
* | Add separate index for watchlist(wl_user) [Postgres] | Greg Sabino Mullane | 2008-07-31 | 1 | -1/+1 |
* | Add partial index for common recentchanges query. | Greg Sabino Mullane | 2008-07-24 | 1 | -0/+1 |
* | Check for GROUP BY #. | Greg Sabino Mullane | 2008-07-18 | 1 | -51/+45 |
* | Handle new includes directory scheme. | Greg Sabino Mullane | 2008-07-18 | 1 | -1/+37 |
* | No more TYPE, look for (and default to) ENGINE. | Greg Sabino Mullane | 2008-07-18 | 1 | -4/+2 |
* | Hold back $wgTrackLinkChanges for a little bit; reverting r37322, 37430, 3743... | Brion Vibber | 2008-07-10 | 2 | -25/+0 |
* | Support latest schema changes. | Greg Sabino Mullane | 2008-07-09 | 1 | -11/+14 |
* | Add recentlinkchanges table for Postgres | Greg Sabino Mullane | 2008-07-09 | 2 | -0/+25 |
* | Minor cleanups. | Greg Sabino Mullane | 2008-04-30 | 1 | -9/+8 |
* | Check that no MySQL-isms have snuck into the codebase. | Greg Sabino Mullane | 2008-04-30 | 1 | -0/+36 |
* | Add pf_memory to profiling table for Postgres | Greg Sabino Mullane | 2008-04-30 | 1 | -0/+1 |
* | Make sure DateStyle is set properly. Thanks to Brian A. Seklecki. | Greg Sabino Mullane | 2008-04-18 | 1 | -0/+1 |
* | Add user_last_timestamp column to user_newtalk table | Greg Sabino Mullane | 2008-04-18 | 1 | -2/+3 |
* | Add ar_parent_id column. | Greg Sabino Mullane | 2008-04-12 | 1 | -0/+1 |
* | Wrong index, should be unique. Thanks Simmetrical. | Greg Sabino Mullane | 2008-03-19 | 2 | -2/+4 |
* | Add 'category' table to Postgres schema. | Greg Sabino Mullane | 2008-03-19 | 2 | -0/+25 |
* | Take out "bools" section: we're just using smallints now | Greg Sabino Mullane | 2008-03-19 | 1 | -13/+1 |
* | Add updatelog table. | Greg Sabino Mullane | 2008-03-18 | 2 | -0/+10 |
* | Allow signed int types. Kinda redundant, but hey... | Greg Sabino Mullane | 2008-03-18 | 1 | -1/+1 |
* | One of them semicolons snuck out of the barn again... | Greg Sabino Mullane | 2008-03-16 | 1 | -1/+1 |