Add support for USING and WHERE on indexes in PostgreSQL parser
[dbsrgits/SQL-Translator.git] / t / 14postgres-parser.t
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...
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 Tab/WS crusade
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...
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
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2006-08-04 Jess Robinson Add timestamp tests, make postgres produce timestamp...
2004-03-04 Darren Chamberlain Update tests to use maybe_plan.
2004-03-01 Ken Youens-Clark Updated with comment tests.
2004-02-04 Darren Chamberlain Robustify the tests a little.
2003-12-10 Ken Youens-Clark Fixed number of tests.
2003-12-10 Ken Youens-Clark Added tests to keep up with new ALTER TABLE rules in...
2003-11-05 Ken Youens-Clark Upped number of constraints.
2003-08-21 Ken Youens-Clark Added tests for check constraint.
2003-08-21 Ken Youens-Clark Increased field sizes to match what PG parser is storin...
2003-08-20 Ken Youens-Clark Changed test to match what's returned for the size...
2003-08-20 Ken Youens-Clark Added test to make sure that serial field has 1 for...
2003-08-12 Ken Youens-Clark Changed to look at different constraints as NOT NULLs...
2003-06-06 Ken Youens-Clark The test schema actually had incorrect syntax, so I...
2003-05-03 Ken Youens-Clark Adding a new PG parser test.