aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc
Commit message (Expand)AuthorAge
* ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes2010-03-09
* Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian2010-02-26
* pgindent run for 9.0Bruce Momjian2010-02-26
* Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes2010-01-29
* Added test case that was part of Zoltan's patch but apparently wasn't part of...Michael Meskes2010-01-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes2010-01-22
* Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes2009-12-16
* Added missing files.Michael Meskes2009-11-26
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-26
* More variables gcc moans aboutMichael Meskes2009-05-20
* Fix ecpg tests for change that disallowed Unicode literals unlessTom Lane2009-05-06
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Synced parser.Michael Meskes2008-05-20
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-02
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes2007-05-27
* Added Joachim's changes for MinGW.Michael Meskes2006-09-26
* Not all C compilers understand the "//" comment in this test case, so I remov...Michael Meskes2006-09-08
* Replaced complex tests with small ones.Michael Meskes2006-09-08
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-08
* Started to cleanup complex tests.Michael Meskes2006-09-05