| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 2014-08-13 | 1 | -0/+1 |
| | | | | | r=dkl a=sgreen | ||||
| * | Bug 801664 - Add DATE type for custom fields. r=LpSolit. | Gervase Markham | 2013-01-02 | 1 | -1/+1 |
| | | |||||
| * | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 2012-12-01 | 1 | -1/+1 |
| | | | | | r/a=LpSolit | ||||
| * | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2012-11-30 | 1 | -0/+14 |
| | | | | | r/a=LpSolit | ||||
| * | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -0/+2 |
| | | | | | r=wicked a=LpSolit | ||||
| * | Bug 783786: PostgreSQL databases can be created with the wrong encoding | Frédéric Buclin | 2012-08-21 | 1 | -0/+10 |
| | | | | | r=dkl a=LpSolit | ||||
| * | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -21/+5 |
| | | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
| * | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed | Frédéric Buclin | 2011-12-26 | 1 | -1/+24 |
| | | | | | r=wicked a=LpSolit | ||||
| * | Bug 451219: Allow altering from one SERIAL type to another on PostgreSQL, | Max Kanat-Alexander | 2010-07-09 | 1 | -1/+2 |
| | | | | | | for people upgrading Testopia from 1.3 to 2.0+. r=mkanat, a=mkanat (module owner) | ||||
| * | Bug 577793: Improve the Pg SERIAL-altering code now that we require 8.3 | Max Kanat-Alexander | 2010-07-09 | 1 | -10/+8 |
| | | | | | r=mkanat, a=mkanat (module owner) | ||||
| * | Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵ | mkanat%bugzilla.org | 2009-10-24 | 1 | -0/+6 |
| | | | | | | | start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
| * | Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessary | mkanat%bugzilla.org | 2007-12-11 | 1 | -1/+1 |
| | | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat | ||||
| * | Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵ | justdave%bugzilla.org | 2007-04-15 | 1 | -0/+15 |
| | | | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat | ||||
| * | Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ↵ | mkanat%bugzilla.org | 2006-11-01 | 1 | -2/+10 |
| | | | | | | | renamed Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | ||||
| * | Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on ↵ | lpsolit%gmail.com | 2006-09-18 | 1 | -1/+2 |
| | | | | | PostgreSQL 8.1 - Patch by Rémi Zara <remi_zara@mac.com> r=mkanat a=myk | ||||
| * | Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL ↵ | lpsolit%gmail.com | 2006-04-14 | 1 | -49/+32 |
| | | | | | - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave | ||||
| * | Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new ↵ | mkanat%kerio.com | 2006-02-22 | 1 | -7/+23 |
| | | | | | | | SERIAL-type column to a table Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
| * | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 2005-06-15 | 1 | -0/+1 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk | ||||
| * | Bug 290405: bz_add_column needs a way to specify an initial value | mkanat%kerio.com | 2005-04-15 | 1 | -3/+7 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave | ||||
| * | Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111) | mkanat%kerio.com | 2005-04-05 | 1 | -2/+15 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=myk | ||||
| * | Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111) | mkanat%kerio.com | 2005-03-18 | 1 | -2/+2 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave | ||||
| * | Bug 285723: Cross-DB bz_add_column (Part of Bug 285111) | mkanat%kerio.com | 2005-03-18 | 1 | -3/+39 |
| | | | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave | ||||
| * | Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its ↵ | mkanat%kerio.com | 2005-03-18 | 1 | -1/+1 |
| | | | | | | | abstract schema Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave | ||||
| * | Bug 285443: Schema::Pg should remove FULLTEXT attribute from indexes | mkanat%kerio.com | 2005-03-10 | 1 | -0/+16 |
| | | | | | Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave | ||||
| * | Bug 285551: Schema::Pg should explictly set "timestamp without time zone" ↵ | mkanat%kerio.com | 2005-03-10 | 1 | -1/+1 |
| | | | | | | | and no fractions of seconds Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave | ||||
| * | Bug 146679: Reusable, structured, database-independent schema | mkanat%kerio.com | 2005-03-09 | 1 | -0/+73 |
| Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=myk, a=justdave | |||||
