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