Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / PostgreSQL.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2018-01-27 Dagfinn Ilmari Man... Add support for parsing PostgreSQL dollar-quoted strings
2015-09-08 Dagfinn Ilmari Man... Fix parsing quoted strings with leading spaces
2015-06-28 Sebastian Podjasek Add support for USING and WHERE on indexes in PostgreSQ...
2015-06-25 Sebastian Podjasek Fix PostgreSQL grammar parsing of UUID, time, timetz...
2015-01-27 Dagfinn Ilmari Man... Fix array types and multidimensional sizes in Parser...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2013-12-17 clodeindustrie Add Json and hstore types in the PostgreSQL parser
2012-04-28 Tina Mueller add support for "DEFAULT (\d+)::data_type" in PostgreSQ...
2012-01-17 Peter Rabbitson Use precompiled Parse::RecDescent parsers for moar...
2012-01-04 Cedric Carree SQLT::Parser::PostgreSQL parses table def with default...
2011-12-24 Aaron Schrab Add trigger support to PostgreSQL producer and parser...
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... use warnings
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-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2010-02-23 Peter Rabbitson changing SQL::Translator::Diff to use producer_args...
2009-09-18 Peter Rabbitson proper pg timestamp parsing (by mo)
2009-09-03 Peter Rabbitson Fix pg matchtype parsing
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-06-24 Peter Rabbitson Do not cache the P::RD grammar - it breaks stuff
2009-06-07 Peter Rabbitson VIEW support for Pg parser, also some cleanups
2009-05-05 Peter Rabbitson Fix a couple of mistakes in the PG parser
2009-04-23 Peter Rabbitson Make minor adjustments to the grammars in order to...
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
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2008-12-04 Ash Berlin PgSQL diff patch from wries
2008-05-19 Ben Faga Made change suggested by Daniel Böhringer to allow...
2008-04-28 Ben Faga Support uppercase foreign key target-columns. Sent...
2008-01-12 Ash Berlin Added an 'alter sequence' line to the parser grammer...
2007-12-20 Ben Faga Added a select section to the parser. This is to handl...
2007-12-18 Ben Faga Added an 'alter sequence' line to the parser grammer...
2007-11-13 Ben Faga Allows schema-qualified table names.
2007-11-09 Ben Faga Fixed a problem where the deferrable definition require...
2006-08-26 Jess Robinson Support Pg timestamp type followed by an optional size...
2006-06-09 Jess Robinson Allow skipped insert statements and trigger bodies...
2006-03-21 Ben Faga Applying the patch submitted with this bug report
2005-07-06 Allen Day changes to allow subclass tables identical to superclass
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2004-10-23 Chris Mungall throws error if a comment is placed on a non-existent...
2004-10-23 Chris Mungall fixed parsing of Pg COMMENT ON ... syntax
2004-09-17 Ken Youens-Clark Moved "interval" rule.
2004-08-30 Ken Youens-Clark Applying patches from Markus Törnqvis.
2004-08-11 Ken Youens-Clark Take the defined field size if present.
2004-03-01 Ken Youens-Clark Modified comment rules.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-04 Darren Chamberlain Fixed 'useless use of constant in void context' warning.
2003-12-17 Ken Youens-Clark Minor changes.
2003-12-10 Ken Youens-Clark Added more rules to handle all variations of the "ALTER...
2003-11-21 Ken Youens-Clark Initializing variable to suppress silly warnings.
2003-11-17 Allen Day adding COMMENT processing to Pg parser
2003-08-21 Ken Youens-Clark Some cosmetic changes, some stuff dealing with check...
2003-08-21 Ken Youens-Clark Changed the default sizes to be the width of the field...
2003-08-20 Ken Youens-Clark Created a separate rule for "text" datatype and set...
2003-08-20 Ken Youens-Clark Fixed bug where the "is_auto_increment" flag wasn't...
2003-08-17 Ross Smith II Lots of Postgres fixes:
2003-08-15 Ken Youens-Clark Expanded default value rule to allow a bare word like...
2003-08-15 Ken Youens-Clark Changed default value rule slightly to allow the empty...
2003-08-12 Ken Youens-Clark Changes to make case-insensitive rules, fixed spelling...
2003-08-07 Ken Youens-Clark Fixing bugs as reported by S. Quinney in RT ticket.
2003-08-04 Ken Youens-Clark Applying (spirit of) patch from RT making keyword ...
2003-07-11 Ken Youens-Clark Made "pg_data_type" rules case-insensitive per a patch...
2003-06-25 Ken Youens-Clark Added "()" to character class of "default_val" rule...
2003-06-23 Ken Youens-Clark Fixed grammar for REVOKE and GRANT (missing word "table").
2003-06-17 Ken Youens-Clark Added INSERT and UPDATE placeholders to get parser...
2003-06-11 Ken Youens-Clark Modified all filed to quit returning the data structure...
2003-06-09 Ken Youens-Clark Added rule to catch a default value given just as ...
2003-06-06 Ken Youens-Clark Added a better quote; quit putting FKs at field level...
2003-05-03 Ken Youens-Clark "size" of a field needs to be an arrayref as it could...
2003-05-03 Ken Youens-Clark Using some of the rules from the PG grammar to make...
2003-04-17 Allen Day adding callbacks to Translator.pm to allow mangling...
2003-04-17 Allen Day workaround to get auto_increment working from PG "seria...
2003-04-02 Ken Youens-Clark Got foreign key references basically working now.
2003-02-26 Ken Youens-Clark Added more rule (alter table) to be able handle Chado...
2003-02-25 Ken Youens-Clark Deleted "index" rules, allowed fore and aft comments...
2003-02-25 Ken Youens-Clark Added production to field rule to handle embedded comments.
2003-02-25 Ken Youens-Clark Added some documentation to PG and MySQL; the "eofile...
2003-02-25 Ken Youens-Clark A working PG parser!
2003-02-25 Allen Day i forget what i did, but i found more bugs. we need...
2003-02-25 Allen Day BUG. the parser cannot handle 'precision' as a qualifi...
2003-02-25 Allen Day added a serial->int auto_increment fix, a varchar-...
2003-02-21 Allen Day moving files around per ky's request