]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/test/sql
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / interfaces / ecpg / test / sql /
2019-09-20 Tom LaneRevert "Add DECLARE STATEMENT support to ECPG."
2019-08-02 Michael PaquierFix format truncation issue from ECPG test
2019-05-22 Tom LaneAdd .gitignore entries for new ecpg test case.
2019-05-22 Michael MeskesImplement PREPARE AS statement for ECPG.
2019-03-01 Peter EisentrautFix whitespace
2019-02-26 Michael MeskesFree memory in ecpg bytea regression test.
2019-02-19 Tom LaneFix omissions in ecpg/test/sql/.gitignore.
2019-02-18 Michael MeskesSync ECPG's CREATE TABLE AS statement with backend's.
2019-02-18 Michael MeskesAdd bytea datatype to ECPG.
2019-02-16 Michael MeskesAdd DECLARE STATEMENT support to ECPG.
2019-01-30 Michael MeskesMake some ecpg test cases more robust against unexpecte...
2019-01-24 Tom LaneRemove infinite-loop hazards in ecpg test suite.
2018-11-14 Tom LaneSecond try at fixing numeric data passed through an...
2018-11-13 Tom LaneFix incorrect results for numeric data passed through...
2018-06-18 Thomas MunroAdd PGTYPESchar_free() to avoid cross-module problems...
2018-05-20 Tom Laneprintf("%lf") is not portable, so omit the "l".
2018-05-18 Tom LaneHot-fix ecpg regression test for missing ecpg_config...
2018-05-18 Tom LaneAdd some test coverage for ecpg's "long long" support.
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-03-14 Robert HaasUpdate .gitignore
2017-03-13 Michael MeskesAdd test case for two phase commit. Also by Masahiko...
2016-03-09 Peter Eisentrautecpg: Fix typo
2015-03-09 Michael MeskesRevert "Ignore object files generated by ecpg test...
2015-03-09 Michael MeskesIgnore object files generated by ecpg test suite on...
2015-02-10 Michael MeskesFixed array handling in ecpg.
2014-05-09 Tom LaneFix missing dependencies in ecpg's test Makefiles.
2014-01-13 Michael MeskesAlways use the same way to addres a descriptor in ecpg...
2014-01-09 Michael MeskesChanged regression test to ecpg test suite for alignmen...
2013-11-26 Michael MeskesECPG: Add EXEC SQL CLOSE C to the tests.
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-07-29 Greg StarkSync ECPG with WITH ORDINALITY changes
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-24 Tom LaneStill more .gitignore cleanup.
2010-09-22 Magnus HaganderAdd gitignore files for ecpg regression tests.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-17 Michael MeskesApplied Zoltan's patch to fix a few memleaks in ecpg...
2010-07-20 Robert HaasMake ECPG regression tests independent of standard_conf...
2010-06-04 Michael MeskesAdded variable handling for RETURNING clause to ecpg.
2010-01-15 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2010-01-13 Michael MeskesFix SQL3 type return value.
2010-01-06 Michael MeskesRemoved test case using nan as float value because...
2010-01-06 Michael MeskesRemoved more inttypes.h stuff.
2010-01-05 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-08-04 Tom LaneFix an ecpg test, too. Are we there yet?
2009-05-20 Michael MeskesMore variables gcc moans about
2009-05-20 Michael MeskesRemoved some unneeded variables and comparisons
2009-02-02 Michael MeskesSet memory segment to '0', just to be sure.
2009-02-02 Michael MeskesFixed auto allocation for binary data types.
2008-11-13 Michael MeskesUpdated parser file to the one generated by the latest...
2008-10-21 Peter EisentrautAllow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN...
2008-10-14 Michael MeskesFixed parsing of parameters. Added regression test...
2008-08-19 Michael MeskesFixed incorrect argument handling in SET command if...
2008-02-14 Michael Meskes- EXECUTE can return NOT FOUND so it should be checked...
2008-01-15 Michael MeskesRe-enabled variables in fetch/move command.
2007-08-14 Michael Meskes- Finished major rewrite to use new protocol version
2007-05-10 Michael Meskes- Synced parser and keyword list
2007-03-17 Michael Meskes- Changed some whitespacing in connect statement.
2006-10-04 Michael MeskesReverted changes made by pgindent
2006-09-08 Michael MeskesReplaced complex tests with small ones.
2006-09-05 Michael MeskesStarted to cleanup complex tests.
2006-09-03 Michael MeskesSynced parser.
2006-08-23 Michael MeskesReplaced double-quote-fix with a hopefully better version.
2006-08-22 Michael MeskesDescriptor values were quoted twice.
2006-08-19 Michael MeskesMore SoC stuff
2006-08-13 Michael MeskesApplied patch for VPATH builds by Alvaro Herrera <alvhe...
2006-08-09 Michael MeskesFixed some memory bugs that somehow reappeared.
2006-08-08 Michael MeskesMade parser check for valid copy to/from stdin/stdout...
2006-08-07 Michael MeskesJoachim fixed some bugs in numeric handling in pgtypeslib.
2006-08-04 Michael MeskesRegression test updates and fixes
2006-08-03 Michael MeskesApplied test suite update by Joachim Wieland <joe@mckni...
2006-08-02 Michael MeskesAnd finally the Makefiles
2006-08-02 Michael MeskesHopefully that's it. The remaining files for ecpg regre...