Reduce scope of file-level variables
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / PostgreSQL.pm
2015-09-09 Dagfinn Ilmari Man... Reduce scope of file-level variables
2015-09-09 Dagfinn Ilmari Man... Remove unused reserved words list
2015-09-09 Dagfinn Ilmari Man... Make PostgreSQLs max identifier length a constant
2015-09-08 Dagfinn Ilmari Man... Minor cleanups in Producer::PostgreSQL::create_table()
2015-09-08 Dagfinn Ilmari Man... Fix multi-line comments in PostgreSQL producer
2015-06-28 Sebastian Podjasek Add support for USING and WHERE on indexes in PostgreSQ...
2015-01-06 Dagfinn Ilmari Man... Translate MS Access memo type to text in Producer:...
2015-01-06 Dagfinn Ilmari Man... Fix clob type translation in Producer::PostgreSQL
2015-01-06 Dagfinn Ilmari Man... Remove redundant entries from Producer::PostrgeSQL...
2014-12-14 Dagfinn Ilmari Man... Fix quoting of trigger name and table in Producer:...
2014-10-27 Nick Wellnhofer Fix erroneous PostgreSQL floating point type translatio...
2014-10-18 Dagfinn Ilmari Man... Escape quotes in string values in producers
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and identifier quoting in Produ...
2014-09-02 Dagfinn Ilmari Man... Factor out calling of normal diff-production functions
2014-09-01 Peter Mottram initial batch_alter_table for ::Producer::PostgreSQL
2013-09-13 David Steinbrunner typo fix
2013-03-17 Dagfinn Ilmari Man... Use the API to access extra attributes
2013-03-09 William Wolf Fix Pg diff issue with drop constraint on primary keys
2012-06-29 Justin Hunter address some issues with Pg producer and quoting
2011-12-24 Aaron Schrab Add trigger support to PostgreSQL producer and parser...
2011-12-24 Aaron Schrab Avoid warning about exiting sub with next
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-12-24 Arthur Axel 'fREW... Whitespace
2011-12-24 Robert Bohne Call ->on_delete ...
2011-12-24 Andreas 'ac0v' Specht added a working mechanism for naming foreign keys
2011-12-24 Andreas 'ac0v' Specht fixed alter_drop_constraint for foreign keys and applyi...
2011-10-02 Amiri Barksdale... Fix CREATE VIEW syntax.
2011-04-20 Colin Newell Simple change to make Postgres simple array types produ...
2011-04-05 Florian Ragwitz PostGIS functions are case-sensitive
2011-02-04 Moritz Onken Make Pg producer consistent with the rest in terms...
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2011-02-04 Peter Rabbitson Correct postgis geography type insertion and linebreak...
2010-11-20 Stephen Bennett Use CASCADE when dropping a postgres enum type, to...
2010-11-10 Peter Rabbitson Support a custom_type_name hint for Pg enum creation
2010-11-10 Peter Rabbitson Add support for PostGIS Geometry and Geography data...
2010-06-03 Peter Rabbitson Awesome non-quoted numeric default patch by Stephen...
2010-06-01 Rafael Kitover normalize SQLite and Postgres version numbers
2009-10-03 Peter Rabbitson Fix RT49301
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Upped version numbers, cleaned up code, fixed my name.
2009-08-13 Ken Youens-Clark Just a cleaner version of "next_unused_name."
2009-08-13 Ken Youens-Clark Some whitespace fixes, resolve RT#42548 (incorrectly...
2009-08-12 Ken Youens-Clark Resolves RT#35448.
2009-08-12 Ken Youens-Clark Some whitespace changes, create a default index name...
2009-08-07 Ken Youens-Clark Fixing my name (is this vain?).
2009-06-15 Peter Rabbitson Backout teejay's changes to get trunk stable again
2009-06-13 Aaron Trevena fixed triggers
2009-06-12 Aaron Trevena added triggers and procedures
2009-06-09 Peter Rabbitson Proper support for size in pg timestamp columns (patch...
2009-06-07 Peter Rabbitson The way we generate create view statements is not stand...
2009-05-04 Peter Rabbitson Variable table and column names? wtf?!
2009-04-24 Peter Rabbitson Pg producer improvements by mo: ALTER TABLE / ALTER...
2009-04-14 Ken Youens-Clark Return lines of output in a list context per user request.
2009-03-16 Ash Berlin Added semi-colon for (DROP|CREATE) TYPE statements...
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-11 Peter Rabbitson Strip evil svn:keywords
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...
next