aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Expand)AuthorAge
...
* Improve new wording of libpq's connection failure messages.Tom Lane2021-01-21
* Uniformly identify the target host in libpq connection failure reports.Tom Lane2021-01-11
* Allow pg_regress.c wrappers to postprocess test result files.Tom Lane2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-07
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-07
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-22
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-22
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-21
* Rethink API for pg_get_line.c, one more time.Tom Lane2020-09-22
* Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane2020-09-06
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-04
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-03
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-30
* Fix compiler warnings on 64-bit WindowsPeter Eisentraut2020-02-21
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-30
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-29
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Message style fixesPeter Eisentraut2019-09-06
* Set application_name per-test in isolation and ecpg tests.Tom Lane2019-08-27
* Fix format truncation issue from ECPG testMichael Paquier2019-08-02
* 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