- Removed use of $Revision$ SVN keyword to generate VERSION variables; now sub-module...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / PostgreSQL.pm
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2009-01-14 Jonathan Yu - Fixes a bug where _apply_default_value is not found...
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2008-12-04 Ash Berlin PgSQL diff patch from wries
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2008-09-17 Jess Robinson Pg views and sqlite views, patch from wreis
2008-08-26 Jess Robinson Added patch from wreis, view support for pg producer
2008-07-28 Ben Faga Applied patches written by Nigel Metheringham. His...
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-01-29 Jess Robinson Update oracle producer, patch from plu.
2007-06-04 Ben Faga Committing patches sent by Florian Helmberger. Here...
2006-11-20 Jess Robinson Cascade drop pg tables to overcome key constraints...
2006-11-10 Ben Faga Applied patch sent in by Daniel Westermann-Clark on...
2006-11-09 Jess Robinson Add default timestamp support to Postgres producer
2006-08-04 Jess Robinson Add timestamp tests, make postgres produce timestamp...
2006-07-23 Jess Robinson Splitting of MySQL, Postgres and SQLite producers into...
2005-07-05 Ben Faga Made some changes suggested by Michael Slattery to...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-01-26 Gudmundur A. Thorisson Changed max_id_length to 62, from previous 30, since...
2003-10-15 Ken Youens-Clark POD fixes.
2003-09-26 Ken Youens-Clark Added comment for FKs (if necessary).
2003-09-26 Ken Youens-Clark Push foreign key defs to end of file to avoid errors...
2003-09-26 Ken Youens-Clark No need to create constraint names if they don't alread...
2003-09-04 Ken Youens-Clark PG was choking on a lot of small errors, and some of...
2003-08-21 Ken Youens-Clark Now with check constraints!
2003-08-18 Ken Youens-Clark Minor cosmetic changes.
2003-08-17 Ross Smith II Lots of Postgres fixes:
2003-08-16 Ross Smith II We need to quote the enum field values
2003-06-23 Ken Youens-Clark Allow data types which haven't been listed in translati...
2003-06-11 Ken Youens-Clark Modified producers to quite looking for the data struct...
2003-06-09 Ken Youens-Clark Changed to use schema API.
2003-04-25 Darren Chamberlain Added refactored comment producing using header_comment.
2003-03-07 Ken Youens-Clark Added code to kill field qualifiers in index field...
2003-01-27 Darren Chamberlain Documentation fixes; added Chris' name to copyright...
2003-01-02 Ken Youens-Clark Fixed bug where it was truncating table name needlessly.
2002-12-04 Ken Youens-Clark Fixed a bug in Oracle producer that allowed for identif...
2002-11-26 Ken Youens-Clark Added "show_warnings" and "add_drop_table" options...
2002-11-22 Ken Youens-Clark Rolled in Darren's new list_[producers|parsers], lots...
2002-11-20 Ken Youens-Clark Added PostgreSQL producer.