summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Pg.pm
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 par...Frédéric Buclin1-6/+1
2014-12-17Bug 557536: checksetup.pl fails on ALTER DATABASE if database name contains h...Matt Selsky1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2013-01-02Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham1-1/+1
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+14
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
2012-08-21Bug 783786: PostgreSQL databases can be created with the wrong encodingFrédéric Buclin1-0/+10
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-21/+5
2011-12-26Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin1-1/+24
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
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org1-0/+6
2007-12-11Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org1-1/+1
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org1-0/+15
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-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-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-0/+1
2005-04-15Bug 290405: bz_add_column needs a way to specify an initial valuemkanat%kerio.com1-3/+7
2005-04-05Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com1-2/+15
2005-03-18Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com1-2/+2
2005-03-18Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)mkanat%kerio.com1-3/+39
2005-03-18Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstr...mkanat%kerio.com1-1/+1
2005-03-10Bug 285443: Schema::Pg should remove FULLTEXT attribute from indexesmkanat%kerio.com1-0/+16
2005-03-10Bug 285551: Schema::Pg should explictly set "timestamp without time zone" and...mkanat%kerio.com1-1/+1
2005-03-09Bug 146679: Reusable, structured, database-independent schemamkanat%kerio.com1-0/+73