summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
AgeCommit message (Expand)Author
2021-01-23Update ecpg's connect-test1 for connection-failure message changes.Tom Lane
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-21Improve new wording of libpq's connection failure messages.Tom Lane
2021-01-11Uniformly identify the target host in libpq connection failure reports.Tom Lane
2021-01-11Allow pg_regress.c wrappers to postprocess test result files.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-11-07Avoid re-using output variables in new ecpg test case.Tom Lane
2020-11-07Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane
2020-10-22Add documentation and tests for quote marks in ECPG literal queries.Tom Lane
2020-10-22Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-06Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-04Increase hard-wired timeout values in ecpg regression tests.Tom Lane
2020-08-03Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane
2020-06-30Fix ecpg crash with bytea and cursor variables.Michael Meskes
2020-02-21Fix compiler warnings on 64-bit WindowsPeter Eisentraut
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-30Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-10-29Fix compiler warnings in ecpg testsPeter Eisentraut
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-09-06Message style fixesPeter Eisentraut
2019-08-27Set application_name per-test in isolation and ecpg tests.Tom Lane
2019-08-02Fix format truncation issue from ECPG testMichael Paquier
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-06-02Un-break ecpg tests for Windows.Tom Lane
2019-05-31Adjust ecpg expected-results files for commit 7640f9312.Tom Lane
2019-05-31Fix assorted header files that failed to compile standalone.Tom Lane
2019-05-22Add .gitignore entries for new ecpg test case.Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-01Fix whitespacePeter Eisentraut
2019-02-26Free memory in ecpg bytea regression test.Michael Meskes
2019-02-18Fix omissions in ecpg/test/sql/.gitignore.Tom Lane
2019-02-18Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes
2019-02-18Add bytea datatype to ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2019-01-30Change error handling of out of scope variables in ecpg.Michael Meskes
2019-01-30Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes
2019-01-24Remove _configthreadlocale() calls in ecpg test suite.Tom Lane
2019-01-24Remove infinite-loop hazards in ecpg test suite.Tom Lane
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-14Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane