index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
preproc
Commit message (
Expand
)
Author
Age
*
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
2022-07-12
*
Remove duplicate include
Peter Eisentraut
2021-01-25
*
Avoid re-using output variables in new ecpg test case.
Tom Lane
2020-11-07
*
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
2020-11-07
*
Avoid premature de-doubling of quote marks in ECPG strings.
Tom Lane
2020-10-22
*
Fix behavior of ecpg's "EXEC SQL elif name".
Tom Lane
2020-08-03
*
Stop using spelling "nonexistant".
Noah Misch
2019-06-08
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Fix locale dependency in new ecpg test case.
Tom Lane
2017-08-25
*
Implement DO CONTINUE action for ECPG WHENEVER statement.
Michael Meskes
2017-08-25
*
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
*
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-03-09
*
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-05-08
*
ecpg: Add additional files to .gitignore
Peter Eisentraut
2014-04-23
*
Several fixes to array handling in ecpg.
Michael Meskes
2014-04-09
*
ECPG: Free the malloc()'ed variables in the test so it comes out clean on
Michael Meskes
2013-11-26
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-11-03
*
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
*
Added test for cursor handling on different connections to regression test
Michael Meskes
2011-12-18
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Still more .gitignore cleanup.
Tom Lane
2010-09-24
*
Add gitignore files for ecpg regression tests.
Magnus Hagander
2010-09-22
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fixed ECPG regression test to make sure it uses absolute paths for include
Michael Meskes
2010-03-22
*
ECPG only copied #include statements instead of processing them according to
Michael Meskes
2010-03-21
*
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
2010-03-09
*
Revert pgindent changes to ecpg include files that are part of ecpg
Bruce Momjian
2010-02-26
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Changed ECPG outofscope handling to always print out statements in the same o...
Michael Meskes
2010-01-29
*
Added test case that was part of Zoltan's patch but apparently wasn't part of...
Michael Meskes
2010-01-26
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...
Michael Meskes
2010-01-22
*
Fixed auto-prepare to not try preparing statements that are not preparable. Bug
Michael Meskes
2009-12-16
*
Added missing files.
Michael Meskes
2009-11-26
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
*
More variables gcc moans about
Michael Meskes
2009-05-20
*
Fix ecpg tests for change that disallowed Unicode literals unless
Tom Lane
2009-05-06
*
Unicode escapes in strings and identifiers
Peter Eisentraut
2008-10-29
*
Synced parser.
Michael Meskes
2008-05-20
*
Fixed bug that caused arrays of varchar to be output with incomplete name.
Michael Meskes
2008-03-02
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Applied Joachim's patch for ecpg_config.h creation on Vista.
Michael Meskes
2007-05-27
*
Added Joachim's changes for MinGW.
Michael Meskes
2006-09-26
*
Not all C compilers understand the "//" comment in this test case, so I remov...
Michael Meskes
2006-09-08
[next]