aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Expand)AuthorAge
* Fix assorted bugs in ecpg's macro mechanism.Tom Lane2024-04-16
* ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier2024-02-19
* ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier2023-04-18
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-09
* backpatch "Set application_name per-test in isolation and ecpg tests."Andres Freund2021-12-13
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-04
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-30
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-30
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Message style fixesPeter Eisentraut2019-09-06
* Stop using spelling "nonexistant".Noah Misch2019-06-08
* Un-break ecpg tests for Windows.Tom Lane2019-06-02
* Adjust ecpg expected-results files for commit 7640f9312.Tom Lane2019-05-31
* Fix assorted header files that failed to compile standalone.Tom Lane2019-05-31
* Add .gitignore entries for new ecpg test case.Tom Lane2019-05-22
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Fix whitespacePeter Eisentraut2019-03-01
* Free memory in ecpg bytea regression test.Michael Meskes2019-02-26
* Fix omissions in ecpg/test/sql/.gitignore.Tom Lane2019-02-18
* Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes2019-02-18
* Add bytea datatype to ECPG.Michael Meskes2019-02-18
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-16
* 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