summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+37
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-091-0/+9
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-121-3/+5
* Remove duplicate includePeter Eisentraut2021-01-251-1/+0
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-072-3/+5
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-071-0/+5
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-221-4/+4
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-031-0/+17
* Stop using spelling "nonexistant".Noah Misch2019-06-081-5/+5
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-302-12/+1
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-244-7/+7
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-201-1/+1
* Add some const decorations to prototypesPeter Eisentraut2017-11-102-2/+2
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-057-7/+7
* Fix locale dependency in new ecpg test case.Tom Lane2017-08-252-1/+3
* Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes2017-08-252-0/+64
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-091-12/+0
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-091-0/+12
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-081-8/+8
* ecpg: Add additional files to .gitignorePeter Eisentraut2014-04-231-0/+2
* Several fixes to array handling in ecpg.Michael Meskes2014-04-092-1/+105
* ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes2013-11-261-0/+3
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-102-3/+3
* Changed test case slightly so it doesn't have an unused typedef.Michael Meskes2013-11-031-1/+2
* Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes2012-02-131-1/+1
* Added test for cursor handling on different connections to regression testMichael Meskes2011-12-181-57/+68
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-236-7/+7
* Still more .gitignore cleanup.Tom Lane2010-09-241-3/+22
* Add gitignore files for ecpg regression tests.Magnus Hagander2010-09-221-0/+3
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-192-2/+0
* pgindent run for 9.0, second runBruce Momjian2010-07-062-13/+20
* Fixed ECPG regression test to make sure it uses absolute paths for includeMichael Meskes2010-03-221-2/+2
* ECPG only copied #include statements instead of processing them according toMichael Meskes2010-03-213-5/+6
* ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes2010-03-091-0/+1
* Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian2010-02-261-14/+12
* pgindent run for 9.0Bruce Momjian2010-02-261-12/+14
* Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes2010-01-291-1/+0
* Added test case that was part of Zoltan's patch but apparently wasn't part of...Michael Meskes2010-01-262-0/+143
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-261-0/+1
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes2010-01-221-1/+6
* Fixed auto-prepare to not try preparing statements that are not preparable. BugMichael Meskes2009-12-161-0/+20
* Added missing files.Michael Meskes2009-11-261-0/+245
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-261-0/+1
* More variables gcc moans aboutMichael Meskes2009-05-202-2/+2
* Fix ecpg tests for change that disallowed Unicode literals unlessTom Lane2009-05-061-0/+2
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-292-0/+28
* Synced parser.Michael Meskes2008-05-201-1/+3
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-021-0/+8