summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/compat_informix
AgeCommit message (Expand)Author
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-01Update copyright for 2025Bruce Momjian
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2024-01-03Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-08-31Fix MSVC warning in compat_informix/rnull.pgcAndres Freund
2019-01-30Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes
2019-01-24Remove infinite-loop hazards in ecpg test suite.Tom Lane
2018-10-12Another round of portability hacking on ECPG regression tests.Tom Lane
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-03-08ecpg: Fix typoPeter Eisentraut
2015-03-09Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes
2015-03-09Ignore object files generated by ecpg test suite on WindowsMichael Meskes
2014-05-08Fix missing dependencies in ecpg's test Makefiles.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-22Add gitignore files for ecpg regression tests.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-17Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes
2010-03-21ECPG only copied #include statements instead of processing them according toMichael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2010-01-06Removed test case using nan as float value because printf's output for nan isMichael Meskes
2010-01-06Removed more inttypes.h stuff.Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2009-08-14Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes
2009-08-07Added STRING datatype for Informix compatibility mode. This work isMichael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-01-25Removed compiler warning due to unneeded unsigned declaration.Michael Meskes
2006-09-26Added Joachim's changes for MinGW.Michael Meskes
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-09-11Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane
2006-08-26Changed double output.Michael Meskes
2006-08-23Replaced double-quote-fix with a hopefully better version.Michael Meskes
2006-08-19Added another testMichael Meskes
2006-08-19More SoC stuffMichael Meskes
2006-08-15Fixed a typo and made two mallocs Coverity friendly.Michael Meskes
2006-08-15Sorry, forgot the new files.Michael Meskes
2006-08-15Added lots of SoC stuff made by Joachim.Michael Meskes
2006-08-13Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes
2006-08-07Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes
2006-08-03Removed compiler warningsMichael Meskes
2006-08-03Applied test suite update by Joachim Wieland <joe@mcknight.de>.Michael Meskes
2006-08-02Hopefully that's it. The remaining files for ecpg regression tests.Michael Meskes