aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Expand)AuthorAge
* Change error handling of out of scope variables in ecpg.Michael Meskes2019-01-30
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-30
* Remove _configthreadlocale() calls in ecpg test suite.Tom Lane2019-01-24
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-02
* Update copyright for 2019Bruce Momjian2019-01-02
* Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane2018-11-14
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-13
* Minor additional improvements for ecpglib/prepare.c.Tom Lane2018-10-17
* Another round of portability hacking on ECPG regression tests.Tom Lane2018-10-12
* Remove dead reference to ecpg resultmap file.Tom Lane2018-10-12
* Make float exponent output on Windows look the same as elsewhere.Tom Lane2018-10-12
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-18
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane2018-05-18
* Add some test coverage for ecpg's "long long" support.Tom Lane2018-05-18
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Fix whitespacePeter Eisentraut2018-03-22
* Fix closing of incorrectly named cursor.Michael Meskes2018-03-17
* Fixed compiler warnings in test case.Michael Meskes2018-03-14
* Add Oracle like handling of char arrays.Michael Meskes2018-03-14
* Update copyright for 2018Bruce Momjian2018-01-02
* Add post-2010 ecpg tests to checktcp.Noah Misch2017-11-11
* Make connect/test1 independent of localhost IPv6.Noah Misch2017-11-11
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* Remove useless dead codePeter Eisentraut2017-09-08
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes2017-08-26
* Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes2017-08-26
* Fix locale dependency in new ecpg test case.Tom Lane2017-08-25
* Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes2017-08-25
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes2017-03-18
* Update .gitignoreRobert Haas2017-03-14
* Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes2017-03-13
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* Suppress compiler warnings in ecpg test on newer Windows toolchains.Tom Lane2017-02-24
* De-support floating-point timestamps.Tom Lane2017-02-23
* Update copyright via script for 2017Bruce Momjian2017-01-03
* 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
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Changed expected result to list IPv6 local interface too.Michael Meskes2016-02-16
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-09