Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-24 | Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵ | mkanat%bugzilla.org | 3 | -0/+20 | |
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-08-03 | Additional fix for bug 508023, to make upgrades from 3.1.4 succeed. | mkanat%bugzilla.org | 1 | -3/+5 | |
2009-08-03 | Bug 508023: Speed up MySQL's bz_alter_column for when we're just adding or ↵ | mkanat%bugzilla.org | 1 | -2/+22 | |
removing a DEFAULT Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-06-29 | Bug 500350: [Oracle] Use of uninitialized value in pattern match (m//) at ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Bugzilla/DB/Schema/Oracle.pm line 149 - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2009-04-04 | Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema ↵ | mkanat%bugzilla.org | 1 | -0/+3 | |
explicitly specified DELETE => 'RESTRICT') Patch by Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat | |||||
2009-01-05 | Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
the properties of custom fields - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2008-11-06 | Bug 458390: Foreign Key names can be too long as currently designed | mkanat%bugzilla.org | 1 | -9/+8 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks | |||||
2008-08-01 | Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong ↵ | mkanat%bugzilla.org | 1 | -4/+4 | |
tables and fields Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-08-01 | Bug 448614: [Oracle] Logic error in _get_alter_type_sql | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-05-08 | Bug 432726: [Oracle] DROP INDEX doesn't hash the index name | mkanat%bugzilla.org | 1 | -3/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-05-08 | Bug 419581: [Oracle] Enable ALTER COLUMN for Oracle | mkanat%bugzilla.org | 1 | -0/+169 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-03-25 | Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-12-13 | Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle | mkanat%bugzilla.org | 2 | -11/+24 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-12-11 | Fix Perl tinderbox bustage from Oracle checkin. | mkanat%bugzilla.org | 1 | -1/+1 | |
2007-12-11 | Bug 310717: [Oracle] Bugzilla::DB::Oracle module | mkanat%bugzilla.org | 1 | -0/+210 | |
Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2007-12-11 | Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessary | mkanat%bugzilla.org | 2 | -2/+3 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat | |||||
2007-04-15 | Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵ | justdave%bugzilla.org | 1 | -0/+15 | |
throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat | |||||
2007-03-11 | Bug 373442: Add referential integrity against the profiles table in some ↵ | mkanat%bugzilla.org | 1 | -11/+0 | |
more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-03-10 | Bug 347439: Implement support for referential integrity in ↵ | mkanat%bugzilla.org | 1 | -0/+29 | |
Bugzilla::DB::Schema and implement it on profiles_activity Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-03-09 | Bug 347475: [MySQL] Use InnoDB for most tables | mkanat%bugzilla.org | 1 | -1/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2006-11-19 | Bug 304550: Bugzilla should always store data in MySQL as UTF-8 | mkanat%bugzilla.org | 1 | -1/+13 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-11-01 | Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ↵ | mkanat%bugzilla.org | 1 | -2/+10 | |
renamed Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-09-18 | Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
PostgreSQL 8.1 - Patch by Rémi Zara <remi_zara@mac.com> r=mkanat a=myk | |||||
2006-06-19 | Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
Dascalu <vladd@bugzilla.org>. | |||||
2006-04-15 | Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL ↵ | lpsolit%gmail.com | 1 | -49/+32 | |
- Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave | |||||
2006-02-22 | Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new ↵ | mkanat%kerio.com | 1 | -7/+23 | |
SERIAL-type column to a table Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2005-12-19 | Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary key | mkanat%kerio.com | 1 | -1/+14 | |
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave | |||||
2005-08-01 | Bug 301901: Index rename failure when renaming an index called PRIMARY | mkanat%kerio.com | 1 | -0/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave | |||||
2005-06-15 | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 2 | -0/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk | |||||
2005-05-17 | Bug 290677: Index rename time estimate is too short on large sites | mkanat%kerio.com | 1 | -0/+24 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave | |||||
2005-04-23 | Bug 285722: Updates From 2.18- to 2.20+ will not work | mkanat%kerio.com | 1 | -2/+9 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave | |||||
2005-04-17 | Bug 290402: Functions to support reading-in a Schema object from the database | mkanat%kerio.com | 1 | -0/+168 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave | |||||
2005-04-15 | Bug 290405: bz_add_column needs a way to specify an initial value | mkanat%kerio.com | 1 | -3/+7 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave | |||||
2005-04-15 | Bug 78276: change name of "when" index on bugs_activity.bug_when column | mkanat%kerio.com | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk | |||||
2005-04-05 | Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111) | mkanat%kerio.com | 2 | -5/+21 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=myk | |||||
2005-03-22 | Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111) | mkanat%kerio.com | 1 | -0/+5 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave | |||||
2005-03-18 | Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111) | mkanat%kerio.com | 2 | -3/+14 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave | |||||
2005-03-18 | Bug 285723: Cross-DB bz_add_column (Part of Bug 285111) | mkanat%kerio.com | 1 | -3/+39 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave | |||||
2005-03-18 | Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its ↵ | mkanat%kerio.com | 2 | -2/+2 | |
abstract schema Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave | |||||
2005-03-10 | Bug 285443: Schema::Pg should remove FULLTEXT attribute from indexes | mkanat%kerio.com | 1 | -0/+16 | |
Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave | |||||
2005-03-10 | Bug 285551: Schema::Pg should explictly set "timestamp without time zone" ↵ | mkanat%kerio.com | 1 | -1/+1 | |
and no fractions of seconds Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave | |||||
2005-03-09 | Bug 146679: Reusable, structured, database-independent schema | mkanat%kerio.com | 2 | -0/+173 | |
Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=myk, a=justdave |