aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema/Pg.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham2013-01-021-1/+1
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+14
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
* Bug 783786: PostgreSQL databases can be created with the wrong encodingFrédéric Buclin2012-08-211-0/+10
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-21/+5
* Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamedFrédéric Buclin2011-12-261-1/+24
* Bug 451219: Allow altering from one SERIAL type to another on PostgreSQL,Max Kanat-Alexander2010-07-091-1/+2
* Bug 577793: Improve the Pg SERIAL-altering code now that we require 8.3Max Kanat-Alexander2010-07-091-10/+8
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+6
* Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessarymkanat%bugzilla.org2007-12-111-1/+1
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org2007-04-151-0/+15
* 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
* 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 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
* Bug 290405: bz_add_column needs a way to specify an initial valuemkanat%kerio.com2005-04-151-3/+7
* Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com2005-04-051-2/+15
* Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com2005-03-181-2/+2
* 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-181-1/+1
* 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-091-0/+73