| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 715870: [Oracle] Related sequences and triggers must be removed when drop... | Frédéric Buclin | 2012-01-24 | 1 | -1/+19 |
* | 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 | 4 | -81/+20 |
* | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed | Frédéric Buclin | 2011-12-26 | 2 | -20/+70 |
* | Bug 629529: Make SQLite installs able to use jobqueue.pl | Max Kanat-Alexander | 2011-08-29 | 1 | -0/+17 |
* | Additional fix for bug 619016: The FK adding/removing code for SQLite didn't | Max Kanat-Alexander | 2010-12-15 | 1 | -9/+26 |
* | Bug 619016: Make SQLite installations able to alter an existing schema, | Max Kanat-Alexander | 2010-12-15 | 1 | -1/+184 |
* | The changes to bz_create_database done by the SQLite patch broke the | Max Kanat-Alexander | 2010-11-02 | 1 | -0/+9 |
* | Bug 337776: Basic SQLite Support for Bugzilla | Max Kanat-Alexander | 2010-10-27 | 1 | -0/+86 |
* | Bug 451219: Allow altering from one SERIAL type to another on PostgreSQL, | Max Kanat-Alexander | 2010-07-09 | 1 | -1/+2 |
* | Bug 577793: Improve the Pg SERIAL-altering code now that we require 8.3 | Max Kanat-Alexander | 2010-07-09 | 1 | -10/+8 |
* | The DB::Schema alter_column default fix also needed to be separately | Max Kanat-Alexander | 2010-06-21 | 1 | -2/+5 |
* | Bug 569312: Speed up the adding of many FKs to the same table for MySQL | Max Kanat-Alexander | 2010-06-01 | 1 | -29/+34 |
* | Add a comment above BOOLEAN_MAP to make it crystal clear that it does | Max Kanat-Alexander | 2010-04-21 | 1 | -0/+3 |
* | Bug 541553: [Oracle] Drop triggers when dropping columns, and drop the | Xiaoou Wu | 2010-03-01 | 1 | -0/+16 |
* | Bug 519584: Implement a framework for migrating from other bug-trackers, and ... | mkanat%bugzilla.org | 2009-10-24 | 3 | -0/+20 |
* | Additional fix for bug 508023, to make upgrades from 3.1.4 succeed. | mkanat%bugzilla.org | 2009-08-03 | 1 | -3/+5 |
* | Bug 508023: Speed up MySQL's bz_alter_column for when we're just adding or re... | mkanat%bugzilla.org | 2009-08-03 | 1 | -2/+22 |
* | Bug 500350: [Oracle] Use of uninitialized value in pattern match (m//) at Bug... | lpsolit%gmail.com | 2009-06-29 | 1 | -1/+1 |
* | Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema expl... | mkanat%bugzilla.org | 2009-04-04 | 1 | -0/+3 |
* | Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ... | lpsolit%gmail.com | 2009-01-05 | 1 | -1/+1 |
* | Bug 458390: Foreign Key names can be too long as currently designed | mkanat%bugzilla.org | 2008-11-05 | 1 | -9/+8 |
* | Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong table... | mkanat%bugzilla.org | 2008-08-01 | 1 | -4/+4 |
* | Bug 448614: [Oracle] Logic error in _get_alter_type_sql | mkanat%bugzilla.org | 2008-08-01 | 1 | -1/+1 |
* | Bug 432726: [Oracle] DROP INDEX doesn't hash the index name | mkanat%bugzilla.org | 2008-05-08 | 1 | -3/+15 |
* | Bug 419581: [Oracle] Enable ALTER COLUMN for Oracle | mkanat%bugzilla.org | 2008-05-08 | 1 | -0/+169 |
* | Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ... | mkanat%bugzilla.org | 2008-03-25 | 1 | -1/+1 |
* | Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle | mkanat%bugzilla.org | 2007-12-13 | 2 | -11/+24 |
* | Fix Perl tinderbox bustage from Oracle checkin. | mkanat%bugzilla.org | 2007-12-11 | 1 | -1/+1 |
* | Bug 310717: [Oracle] Bugzilla::DB::Oracle module | mkanat%bugzilla.org | 2007-12-11 | 1 | -0/+210 |
* | Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessary | mkanat%bugzilla.org | 2007-12-11 | 2 | -2/+3 |
* | Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t... | justdave%bugzilla.org | 2007-04-15 | 1 | -0/+15 |
* | Bug 373442: Add referential integrity against the profiles table in some more... | mkanat%bugzilla.org | 2007-03-11 | 1 | -11/+0 |
* | Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche... | mkanat%bugzilla.org | 2007-03-10 | 1 | -0/+29 |
* | Bug 347475: [MySQL] Use InnoDB for most tables | mkanat%bugzilla.org | 2007-03-09 | 1 | -1/+4 |
* | Bug 304550: Bugzilla should always store data in MySQL as UTF-8 | mkanat%bugzilla.org | 2006-11-18 | 1 | -1/+13 |
* | Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ren... | mkanat%bugzilla.org | 2006-11-01 | 1 | -2/+10 |
* | Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on P... | lpsolit%gmail.com | 2006-09-18 | 1 | -1/+2 |
* | Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL -... | lpsolit%gmail.com | 2006-04-14 | 1 | -49/+32 |
* | Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new SERIA... | mkanat%kerio.com | 2006-02-22 | 1 | -7/+23 |
* | Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary key | mkanat%kerio.com | 2005-12-19 | 1 | -1/+14 |
* | Bug 301901: Index rename failure when renaming an index called PRIMARY | mkanat%kerio.com | 2005-08-01 | 1 | -0/+3 |
* | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 2005-06-15 | 2 | -0/+2 |
* | Bug 290677: Index rename time estimate is too short on large sites | mkanat%kerio.com | 2005-05-17 | 1 | -0/+24 |
* | Bug 285722: Updates From 2.18- to 2.20+ will not work | mkanat%kerio.com | 2005-04-23 | 1 | -2/+9 |
* | Bug 290402: Functions to support reading-in a Schema object from the database | mkanat%kerio.com | 2005-04-17 | 1 | -0/+168 |
* | Bug 290405: bz_add_column needs a way to specify an initial value | mkanat%kerio.com | 2005-04-15 | 1 | -3/+7 |
* | Bug 78276: change name of "when" index on bugs_activity.bug_when column | mkanat%kerio.com | 2005-04-15 | 1 | -2/+2 |
* | Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111) | mkanat%kerio.com | 2005-04-05 | 2 | -5/+21 |
* | Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111) | mkanat%kerio.com | 2005-03-22 | 1 | -0/+5 |