summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql
AgeCommit message (Expand)Author
2017-03-14Update .gitignoreRobert Haas
2017-03-13Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes
2016-03-09ecpg: Fix typoPeter Eisentraut
2015-03-09Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes
2015-03-09Ignore object files generated by ecpg test suite on WindowsMichael Meskes
2015-02-10Fixed array handling in ecpg.Michael Meskes
2014-05-09Fix missing dependencies in ecpg's test Makefiles.Tom Lane
2014-01-13Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes
2014-01-09Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes
2013-11-26ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-07-29Sync ECPG with WITH ORDINALITY changesGreg Stark
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-22Add gitignore files for ecpg regression tests.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-17Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes
2010-07-20Make ECPG regression tests independent of standard_conforming_strings.Robert Haas
2010-06-04Added variable handling for RETURNING clause to ecpg.Michael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2010-01-13Fix SQL3 type return value.Michael Meskes
2010-01-06Removed test case using nan as float value because printf's output for nan isMichael Meskes
2010-01-06Removed more inttypes.h stuff.Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2009-08-04Fix an ecpg test, too. Are we there yet?Tom Lane
2009-05-20More variables gcc moans aboutMichael Meskes
2009-05-20Removed some unneeded variables and comparisonsMichael Meskes
2009-02-02Set memory segment to '0', just to be sure.Michael Meskes
2009-02-02Fixed auto allocation for binary data types.Michael Meskes
2008-11-13Updated parser file to the one generated by the latest version of parse.[awk|...Michael Meskes
2008-10-21Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut
2008-10-14Fixed parsing of parameters. Added regression test for this.Michael Meskes
2008-08-19Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes
2008-02-14- EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes
2008-01-15Re-enabled variables in fetch/move command.Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-05-10- Synced parser and keyword listMichael Meskes
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
2006-10-04Reverted changes made by pgindentMichael Meskes
2006-09-08Replaced complex tests with small ones.Michael Meskes
2006-09-05Started to cleanup complex tests.Michael Meskes
2006-09-03Synced parser.Michael Meskes
2006-08-23Replaced double-quote-fix with a hopefully better version.Michael Meskes
2006-08-22Descriptor values were quoted twice.Michael Meskes
2006-08-19More SoC stuffMichael Meskes
2006-08-13Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes
2006-08-09Fixed some memory bugs that somehow reappeared.Michael Meskes
2006-08-08Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes
2006-08-07Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes
2006-08-04Regression test updates and fixesMichael Meskes