aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema
Commit message (Expand)AuthorAgeFilesLines
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-1/+1
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-132-11/+24
* Fix Perl tinderbox bustage from Oracle checkin.mkanat%bugzilla.org2007-12-111-1/+1
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-0/+210
* Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2007-12-112-2/+3
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org2007-04-151-0/+15
* Bug 373442: Add referential integrity against the profiles table in some more...mkanat%bugzilla.org2007-03-111-11/+0
* Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche...mkanat%bugzilla.org2007-03-101-0/+29
* Bug 347475: [MySQL] Use InnoDB for most tablesmkanat%bugzilla.org2007-03-091-1/+4
* Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org2006-11-181-1/+13
* Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ren...mkanat%bugzilla.org2006-11-011-2/+10
* Bug 352967: [PostgreSQL] Changing a DB column type to "serial" is broken on P...lpsolit%gmail.com2006-09-181-1/+2
* Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL -...lpsolit%gmail.com2006-04-141-49/+32
* Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new SERIA...mkanat%kerio.com2006-02-221-7/+23
* Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary keymkanat%kerio.com2005-12-191-1/+14
* Bug 301901: Index rename failure when renaming an index called PRIMARYmkanat%kerio.com2005-08-011-0/+3
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-152-0/+2
* Bug 290677: Index rename time estimate is too short on large sitesmkanat%kerio.com2005-05-171-0/+24
* Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com2005-04-231-2/+9
* Bug 290402: Functions to support reading-in a Schema object from the databasemkanat%kerio.com2005-04-171-0/+168
* Bug 290405: bz_add_column needs a way to specify an initial valuemkanat%kerio.com2005-04-151-3/+7
* Bug 78276: change name of "when" index on bugs_activity.bug_when columnmkanat%kerio.com2005-04-151-2/+2
* Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com2005-04-052-5/+21
* Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)mkanat%kerio.com2005-03-221-0/+5
* Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com2005-03-182-3/+14
* Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)mkanat%kerio.com2005-03-181-3/+39
* Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstr...mkanat%kerio.com2005-03-182-2/+2
* Bug 285443: Schema::Pg should remove FULLTEXT attribute from indexesmkanat%kerio.com2005-03-101-0/+16
* Bug 285551: Schema::Pg should explictly set "timestamp without time zone" and...mkanat%kerio.com2005-03-101-1/+1
* Bug 146679: Reusable, structured, database-independent schemamkanat%kerio.com2005-03-092-0/+173