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
/
compat_informix
Commit message (
Expand
)
Author
Age
*
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
*
Another round of portability hacking on ECPG regression tests.
Tom Lane
2018-10-12
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-03
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
ecpg: Fix typo
Peter Eisentraut
2016-03-08
*
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
*
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
*
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
Michael Meskes
2010-08-17
*
ECPG only copied #include statements instead of processing them according to
Michael Meskes
2010-03-21
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
*
Removed test case using nan as float value because printf's output for nan is
Michael Meskes
2010-01-06
*
Removed more inttypes.h stuff.
Michael Meskes
2010-01-06
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
*
Made sure sqlca is reset for declare cursor in Informix mode as pointed out by
Michael Meskes
2009-08-14
*
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-08-07
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Removed compiler warning due to unneeded unsigned declaration.
Michael Meskes
2007-01-25
*
Added Joachim's changes for MinGW.
Michael Meskes
2006-09-26
*
Fix shared library creation to work properly on AIX. Albe Laurenz
Tom Lane
2006-09-19
*
Fix unportable usage complained of by icc. Per buildfarm results.
Tom Lane
2006-09-11
*
Changed double output.
Michael Meskes
2006-08-26
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
*
Added another test
Michael Meskes
2006-08-19
*
More SoC stuff
Michael Meskes
2006-08-19
*
Fixed a typo and made two mallocs Coverity friendly.
Michael Meskes
2006-08-15
*
Sorry, forgot the new files.
Michael Meskes
2006-08-15
*
Added lots of SoC stuff made by Joachim.
Michael Meskes
2006-08-15
*
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-13
*
Joachim fixed some bugs in numeric handling in pgtypeslib.
Michael Meskes
2006-08-07
*
Removed compiler warnings
Michael Meskes
2006-08-03
*
Applied test suite update by Joachim Wieland <joe@mcknight.de>.
Michael Meskes
2006-08-03
*
Hopefully that's it. The remaining files for ecpg regression tests.
Michael Meskes
2006-08-02