| Commit message (Expand) | Author | Age | Files | Lines |
* | Followup to r107866, add in new job_timestamp field which was likely complete... | OverlordQ | 2012-01-12 | 1 | -0/+2 |
* | Followup to whatever revision added us_chunk_inx | OverlordQ | 2012-01-12 | 1 | -0/+1 |
* | (bug 29475) Remove "trackback" feature entirely from core. This has been disa... | Chad Horohoe | 2011-11-23 | 2 | -14/+0 |
* | Followup to r103365, actually include said patch file | OverlordQ | 2011-11-16 | 1 | -0/+2 |
* | Followup to r100640, use correct name scheme for sequence, correct references... | OverlordQ | 2011-11-16 | 2 | -4/+4 |
* | Followup to r101021, add back to Pg schema so we can install mediawiki | OverlordQ | 2011-10-31 | 1 | -1/+3 |
* | Update Postgres with missing uploadstash tables | OverlordQ | 2011-10-24 | 2 | -0/+49 |
* | Follow-up r90749: | Aaron Schulz | 2011-06-25 | 2 | -2/+2 |
* | Added one-time promote support via Autopromote::autopromoteOnceHook function.... | Aaron Schulz | 2011-06-25 | 2 | -0/+11 |
* | Breaking the 'math' table setup out to Math extension. Should be the last mai... | Brion Vibber | 2011-04-22 | 1 | -8/+0 |
* | Apply patch from Karsten Düsterloh in Bug #28103. | Mark A. Hershberger | 2011-04-22 | 1 | -11/+11 |
* | Not sure I like the DROP stuff here, but let's exclude it from this script. | Greg Sabino Mullane | 2011-02-14 | 1 | -1/+5 |
* | followup r13884 add CASCADE so that if the tables are created a second | Mark A. Hershberger | 2011-02-05 | 1 | -14/+14 |
* | Results of my work on new-installer and Pg. | Mark A. Hershberger | 2011-02-03 | 1 | -5/+20 |
* | Use text_pattern_ops for page_title, as some code uses 'anchor%' matching. | Greg Sabino Mullane | 2011-01-19 | 1 | -6/+6 |
* | Don't put multiple tables in the same file. | Greg Sabino Mullane | 2010-12-30 | 3 | -22/+17 |
* | * Commit changes to PG new-installer I thought I had done last week. | Mark A. Hershberger | 2010-12-01 | 2 | -2/+0 |
* | Moved testRunner[|.ora|.postgres].sql to [|oracle/|postgres/]archives/ so tha... | Alexandre Emsenhuber | 2010-11-09 | 1 | -0/+30 |
* | cl_sortkey now back down to varbinary(230). Glad PG doesn't have this issue. | Greg Sabino Mullane | 2010-10-15 | 1 | -1/+1 |
* | Remove parserTests.inc checks, as testing is now done quite differently. | Greg Sabino Mullane | 2010-10-05 | 1 | -44/+0 |
* | Add new index on pagelinkes(pl_title) per suggestion from bug 25111 | Greg Sabino Mullane | 2010-09-13 | 1 | -0/+1 |
* | Add the "page" table back in when upgrading from really old MW versions using... | Greg Sabino Mullane | 2010-09-13 | 1 | -0/+24 |
* | Adjustments for new tables. | Greg Sabino Mullane | 2010-09-08 | 1 | -0/+5 |
* | Add new tables. | Greg Sabino Mullane | 2010-09-08 | 1 | -0/+21 |
* | Followup to r72349, PG table def + updater for module_deps | OverlordQ | 2010-09-04 | 1 | -0/+7 |
* | Followup to r72349, PG tables + updater | OverlordQ | 2010-09-04 | 2 | -0/+14 |
* | Fix sequence renaming to be backwards-compat with older versions of PG. Needs... | OverlordQ | 2010-09-03 | 1 | -7/+7 |
* | Bump cl_collation from smallint to a text | Greg Sabino Mullane | 2010-09-03 | 1 | -1/+1 |
* | Add in new categorylinks columns. | Greg Sabino Mullane | 2010-08-31 | 1 | -4/+7 |
* | CREATE LANGUAGE belongs as part of the installer, not here. | Greg Sabino Mullane | 2010-08-24 | 1 | -1/+0 |
* | Allow both single and double quotes for ENUM values (even though we should st... | Greg Sabino Mullane | 2010-08-24 | 1 | -1/+1 |
* | OverloardQ or other PG person, please review | Mark A. Hershberger | 2010-08-17 | 1 | -0/+1 |
* | Add new partial index for Postgres | Greg Sabino Mullane | 2010-08-04 | 1 | -0/+1 |
* | Minor adjustments for schema comparison | Greg Sabino Mullane | 2010-08-04 | 1 | -1/+2 |
* | Remove invalid comma | Greg Sabino Mullane | 2010-08-04 | 1 | -1/+1 |
* | Followup to r69961, update PG schema | OverlordQ | 2010-07-28 | 1 | -1/+1 |
* | Followup to r69817, r69810 add PG patch file, defaults to cl_type of PAGE. | OverlordQ | 2010-07-24 | 1 | -0/+8 |
* | Rename the iwl_prefix_from_title index (again) to iwl_prefix_title_from and c... | Roan Kattouw | 2010-07-22 | 5 | -3/+17 |
* | Followup to r69580, did I mention MySQL sucks? | OverlordQ | 2010-07-20 | 1 | -2/+2 |
* | Followup to r69542, since the new installer doesn't support PG, this is going... | OverlordQ | 2010-07-20 | 1 | -1/+3 |
* | Add ul_value to Postgres schema. | Greg Sabino Mullane | 2010-07-08 | 2 | -1/+3 |
* | Add exception for iwl_prefix | Greg Sabino Mullane | 2010-05-28 | 1 | -0/+1 |
* | Standardize the formatting. | Greg Sabino Mullane | 2010-05-28 | 1 | -6/+6 |
* | Attempt at changing postgres as per r66892 | Sam Reed | 2010-05-25 | 2 | -1/+3 |
* | Kill last vestiges of mediawiki_version. Nobody actually uses it anymore, it ... | Chad Horohoe | 2010-04-26 | 4 | -47/+0 |
* | Followup to r65104, PG updater/table def | OverlordQ | 2010-04-16 | 2 | -0/+16 |
* | Make foreign key constraints DEFERRABLE INITIALLY DEFERRED when using Postgre... | Greg Sabino Mullane | 2010-03-22 | 1 | -28/+28 |
* | Adjust for minor_mimes now being 100 chars long in mysql schema | Greg Sabino Mullane | 2010-03-22 | 1 | -3/+3 |
* | Some reason had each each update in there twice | OverlordQ | 2009-12-21 | 1 | -20/+0 |
* | Rename some extauth functions and fields | Aryeh Gregor | 2009-12-08 | 1 | -1/+1 |