summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema
AgeCommit message (Expand)AuthorFilesLines
2013-09-23Bug 919475: [Oracle] Crash when non-mandatory free text custom fields are lef...Jiří Netolický1-0/+4
2013-01-02Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham4-3/+4
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky4-4/+4
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann4-0/+90
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin4-1/+9
2012-08-30Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL co...Frédéric Buclin1-16/+48
2012-08-21Bug 783786: PostgreSQL databases can be created with the wrong encodingFrédéric Buclin1-0/+10
2012-01-24Bug 715870: [Oracle] Related sequences and triggers must be removed when drop...Frédéric Buclin1-1/+19
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin4-81/+20
2011-12-26Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin2-20/+70
2011-08-30Bug 629529: Make SQLite installs able to use jobqueue.plMax Kanat-Alexander1-0/+17
2010-12-15Additional fix for bug 619016: The FK adding/removing code for SQLite didn'tMax Kanat-Alexander1-9/+26
2010-12-15Bug 619016: Make SQLite installations able to alter an existing schema,Max Kanat-Alexander1-1/+184
2010-11-03The changes to bz_create_database done by the SQLite patch broke theMax Kanat-Alexander1-0/+9
2010-10-27Bug 337776: Basic SQLite Support for BugzillaMax Kanat-Alexander1-0/+86
2010-07-10Bug 451219: Allow altering from one SERIAL type to another on PostgreSQL,Max Kanat-Alexander1-1/+2
2010-07-10Bug 577793: Improve the Pg SERIAL-altering code now that we require 8.3Max Kanat-Alexander1-10/+8
2010-06-22The DB::Schema alter_column default fix also needed to be separatelyMax Kanat-Alexander1-2/+5
2010-06-01Bug 569312: Speed up the adding of many FKs to the same table for MySQLMax Kanat-Alexander1-29/+34
2010-04-22Add a comment above BOOLEAN_MAP to make it crystal clear that it doesMax Kanat-Alexander1-0/+3
2010-03-02Bug 541553: [Oracle] Drop triggers when dropping columns, and drop theXiaoou Wu1-0/+16
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org3-0/+20
2009-08-03Additional fix for bug 508023, to make upgrades from 3.1.4 succeed.mkanat%bugzilla.org1-3/+5
2009-08-03Bug 508023: Speed up MySQL's bz_alter_column for when we're just adding or re...mkanat%bugzilla.org1-2/+22
2009-06-29Bug 500350: [Oracle] Use of uninitialized value in pattern match (m//) at Bug...lpsolit%gmail.com1-1/+1
2009-04-04Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema expl...mkanat%bugzilla.org1-0/+3
2009-01-05Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ...lpsolit%gmail.com1-1/+1
2008-11-06Bug 458390: Foreign Key names can be too long as currently designedmkanat%bugzilla.org1-9/+8
2008-08-01Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong table...mkanat%bugzilla.org1-4/+4
2008-08-01Bug 448614: [Oracle] Logic error in _get_alter_type_sqlmkanat%bugzilla.org1-1/+1
2008-05-08Bug 432726: [Oracle] DROP INDEX doesn't hash the index namemkanat%bugzilla.org1-3/+15
2008-05-08Bug 419581: [Oracle] Enable ALTER COLUMN for Oraclemkanat%bugzilla.org1-0/+169
2008-03-25Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org1-1/+1
2007-12-13Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2-11/+24
2007-12-11Fix Perl tinderbox bustage from Oracle checkin.mkanat%bugzilla.org1-1/+1
2007-12-11Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org1-0/+210
2007-12-11Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2-2/+3
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org1-0/+15
2007-03-11Bug 373442: Add referential integrity against the profiles table in some more...mkanat%bugzilla.org1-11/+0
2007-03-10Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche...mkanat%bugzilla.org1-0/+29
2007-03-09Bug 347475: [MySQL] Use InnoDB for most tablesmkanat%bugzilla.org1-1/+4
2006-11-19Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org1-1/+13
2006-11-01Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ren...mkanat%bugzilla.org1-2/+10
2006-09-18Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on P...lpsolit%gmail.com1-1/+2
2006-06-19Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das...vladd%bugzilla.org1-1/+1
2006-04-15Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL -...lpsolit%gmail.com1-49/+32
2006-02-22Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new SERIA...mkanat%kerio.com1-7/+23
2005-12-19Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary keymkanat%kerio.com1-1/+14
2005-08-01Bug 301901: Index rename failure when renaming an index called PRIMARYmkanat%kerio.com1-0/+3
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2-0/+2