| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * (bug 13820) Fix updater for rev_parent_id population | Brion Vibber | 2008-05-01 | 1 | -0/+3 |
* | Add pf_memory to profiling table for Postgres | Greg Sabino Mullane | 2008-04-30 | 1 | -0/+1 |
* | Adding updater for new pf_memory field | Alexandre Emsenhuber | 2008-04-29 | 1 | -0/+14 |
* | Add user_last_timestamp column to user_newtalk table | Greg Sabino Mullane | 2008-04-18 | 1 | -0/+1 |
* | Add user_last_timestamp field for diff from last view links. Discussed timest... | Aaron Schulz | 2008-04-17 | 1 | -0/+1 |
* | * (bug 13768) pt_title field encoding fixed | Brion Vibber | 2008-04-17 | 1 | -7/+8 |
* | Revert r33478 for now; I don't much like the field name user_timestamp, it's ... | Brion Vibber | 2008-04-17 | 1 | -1/+0 |
* | Add user_timestamp for diff since last view for new messages. | Aaron Schulz | 2008-04-17 | 1 | -0/+1 |
* | Add ar_parent_id column. | Greg Sabino Mullane | 2008-04-12 | 1 | -0/+1 |
* | *Add ar_parent_id | Aaron Schulz | 2008-04-11 | 1 | -0/+1 |
* | E_ERROR: file not found | Alexandre Emsenhuber | 2008-04-08 | 1 | -1/+3 |
* | Add a script to populate rev_parent_id | Aaron Schulz | 2008-04-08 | 1 | -0/+9 |
* | Patch from Sven Klemm from bug 13239: search_path tweaks for Postgres. | Greg Sabino Mullane | 2008-03-19 | 1 | -12/+14 |
* | Add 'category' table to Postgres schema. | Greg Sabino Mullane | 2008-03-19 | 1 | -4/+5 |
* | Add updatelog table. | Greg Sabino Mullane | 2008-03-18 | 1 | -0/+1 |
* | This is a schema change. It's only a table creation, but the table must be c... | Aryeh Gregor | 2008-03-18 | 1 | -0/+16 |
* | Add updatelog table to reliably permit updates that don't change the schema. ... | Aryeh Gregor | 2008-03-18 | 1 | -1/+15 |
* | Patch from bug 13136 | Greg Sabino Mullane | 2008-03-14 | 1 | -1/+1 |
* | Rearrange the updaters into chronological order, instead of four separate | Brion Vibber | 2008-03-05 | 1 | -134/+123 |
* | Add table page_props to Postgres schema. | Greg Sabino Mullane | 2008-02-21 | 1 | -0/+1 |
* | * Added __HIDDENCAT__ feature, to hide categories from the box at the bottom ... | Tim Starling | 2008-02-20 | 1 | -0/+1 |
* | Have update.php change the functions to their new builtin tsearch2 versions i... | Greg Sabino Mullane | 2008-02-19 | 1 | -1/+6 |
* | Add ipb_by_text to Postgres schema. | Greg Sabino Mullane | 2008-02-19 | 1 | -0/+1 |
* | * (bug 12999) introduce ipb_by_text colomn | Victor Vasiliev | 2008-02-18 | 1 | -15/+16 |
* | Get Postgres version for future use. | Greg Sabino Mullane | 2008-02-17 | 1 | -0/+4 |
* | Fixes for 8.3 compatibility, addresses bug 12784. | Greg Sabino Mullane | 2008-02-10 | 1 | -1/+23 |
* | More _deleted normalizing | Aaron Schulz | 2008-01-28 | 1 | -8/+8 |
* | * Make rev_deleted an integer | Aaron Schulz | 2008-01-27 | 1 | -0/+1 |
* | Revert for now r28986, 28987, 28992 - image redirects. | Brion Vibber | 2007-12-31 | 1 | -16/+15 |
* | * Support images-redirects | Victor Vasiliev | 2007-12-29 | 1 | -15/+16 |
* | Add protected_titles table. | Greg Sabino Mullane | 2007-12-16 | 1 | -0/+1 |
* | * (bug 2919) Allow the protection of non-existent pages using the regular pro... | Andrew Garrett | 2007-12-11 | 1 | -0/+1 |
* | Make filarchive width/height columns ints for Postgres (not smallint) | Greg Sabino Mullane | 2007-10-12 | 1 | -0/+2 |
* | Postgres updating: | Greg Sabino Mullane | 2007-09-28 | 1 | -58/+75 |
* | Use same typnames as schema for ease. Put added column before column type che... | Greg Sabino Mullane | 2007-09-28 | 1 | -28/+29 |
* | Major cleanup of schema, based on new compare_schemas.pl functionality. | Greg Sabino Mullane | 2007-09-24 | 1 | -1/+20 |
* | Make CONCAT calls database portable, change IF() to standard CASE-WHEN calls. | Greg Sabino Mullane | 2007-09-23 | 1 | -0/+8 |
* | (Bug 11363). Change image and filearchive to bytea from text, to match oldimage. | Greg Sabino Mullane | 2007-09-23 | 1 | -0/+2 |
* | Revert 25602 and 25604 schema changes for now. | Brion Vibber | 2007-09-07 | 1 | -14/+0 |
* | Reinstate 25267 now that 1.11 is branched, and add the relatively long-reques... | Aryeh Gregor | 2007-09-07 | 1 | -0/+14 |
* | Add the Postgres slash search fix to existing installations. | Greg Sabino Mullane | 2007-09-06 | 1 | -0/+4 |
* | *Remove comment per r25527 | Aaron Schulz | 2007-09-05 | 1 | -1/+0 |
* | destroy rc_patrolling index, no removers added, I hope not that many people d... | Domas Mituzas | 2007-09-05 | 1 | -3/+1 |
* | *Add $wgExtPGNewFields. Allowing for extensions to use only $wgExtNewFields w... | Aaron Schulz | 2007-08-31 | 1 | -2/+3 |
* | Revert schema change in r25267 -- no more schema changes right before release... | Brion Vibber | 2007-08-29 | 1 | -14/+1 |
* | * Add an index to (rev_page,rev_user,rev_timestamp) for use in "All edits by ... | Aryeh Gregor | 2007-08-29 | 1 | -1/+14 |
* | Fixups for page id field in the archive table: | Brion Vibber | 2007-08-11 | 1 | -3/+2 |
* | Add rc_patrolling index for Postgres | Greg Sabino Mullane | 2007-08-09 | 1 | -4/+5 |
* | * Move redirect table line up with the others | Rob Church | 2007-08-06 | 1 | -5/+2 |
* | * (bug 10793) Show patrol links on all eligible diff pages | Rob Church | 2007-08-06 | 1 | -22/+18 |