aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc
Commit message (Expand)AuthorAge
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-12
* Remove duplicate includePeter Eisentraut2021-01-25
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-07
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-07
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-22
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-03
* Stop using spelling "nonexistant".Noah Misch2019-06-08
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-30
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Fix locale dependency in new ecpg test case.Tom Lane2017-08-25
* Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes2017-08-25
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-09
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-09
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-08
* ecpg: Add additional files to .gitignorePeter Eisentraut2014-04-23
* Several fixes to array handling in ecpg.Michael Meskes2014-04-09
* ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes2013-11-26
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Changed test case slightly so it doesn't have an unused typedef.Michael Meskes2013-11-03
* Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes2012-02-13
* Added test for cursor handling on different connections to regression testMichael Meskes2011-12-18
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Still more .gitignore cleanup.Tom Lane2010-09-24
* Add gitignore files for ecpg regression tests.Magnus Hagander2010-09-22
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Fixed ECPG regression test to make sure it uses absolute paths for includeMichael Meskes2010-03-22
* ECPG only copied #include statements instead of processing them according toMichael Meskes2010-03-21
* 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