start of foreign key support
[DBIx-DBSchema.git] / DBSchema / DBD / Pg.pm
2013-11-03 Ivan Kohlerstart of foreign key support
2013-10-26 Ivan Kohlerconsolidate multiple ALTER TABLE statements for efficie...
2013-10-26 Ivan Kohlerconsolidate multiple ALTER TABLE statements for efficiency
2011-01-02 ivanfix Pg mapping for DOUBLE PRECISION type to avoid needl...
2010-01-09 ivan0.38
2010-01-09 ivanColumn default values: refactor handling, improve Pg...
2010-01-08 ivanfix inadvertantly acquiring empty string defaults for...
2010-01-08 ivanfix inadvertantly acquiring empty string defaults for...
2009-12-06 ivaninitial support for handling changes to a column's...
2009-06-03 ivanPg: se default_db_schema when adding SERIAL columns...
2008-01-03 ivanPatch from Slavin Rezic <srezic@cpan.org> to prevent...
2007-10-25 ivanmove all mysql- and Pg-specific code to DBD driver...
2007-06-28 ivanoverhaul of index representation: indices (both normal...
2005-12-01 ivanworkaround for PAUSE parsing of DBIx::DBSchema::DBD...
2005-04-07 ivanask for "public" db schema only from Pg DBIx_DBSchema_0_26
2005-04-06 ivandepend on DBD::Pg 1.32 or 1.41+ (1.40 was bunk) DBIx_DBSchema_0_25
2004-02-17 ivan0.23 DBIx_DBSchema_0_23
2003-10-23 ivan0.22 !
2003-03-19 ivanPg reverse-engineering fix: varchar with no limit
2002-09-19 ivan Pg reverse-engineering fix: now sets default DBIx_DBSchema_0_21
2002-03-04 ivan0.20
2001-08-08 ivanpatch from Charles Shapiro <cshapiro@numethods.com...
2001-05-03 ivannew blob typemaps, Pg now has a sane blob type!
2000-10-07 ivanadded typemap foo and default values
2000-09-27 ivanbugfixes
2000-09-26 ivaninitial import START