index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
expected
Commit message (
Expand
)
Author
Age
*
Fix ECPG's handling of type names that match SQL keywords.
Tom Lane
2022-07-12
*
Improved ECPG warning as suggested by Michael Paquier and removed test case
Michael Meskes
2021-08-17
*
Fix connection handling for DEALLOCATE and DESCRIBE statements
Michael Meskes
2021-08-13
*
Fix range check in ECPG numeric to int conversion
John Naylor
2021-07-30
*
Avoid ECPG test failures in some GSS-capable environments.
Tom Lane
2021-06-10
*
Add DECLARE STATEMENT command to ECPG
Michael Meskes
2021-03-24
*
Remove duplicate include
Peter Eisentraut
2021-01-25
*
Update ecpg's connect-test1 for connection-failure message changes.
Tom Lane
2021-01-23
*
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2021-01-22
*
Improve new wording of libpq's connection failure messages.
Tom Lane
2021-01-21
*
Uniformly identify the target host in libpq connection failure reports.
Tom Lane
2021-01-11
*
Avoid re-using output variables in new ecpg test case.
Tom Lane
2020-11-07
*
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
2020-11-07
*
Add documentation and tests for quote marks in ECPG literal queries.
Tom Lane
2020-10-22
*
Avoid premature de-doubling of quote marks in ECPG strings.
Tom Lane
2020-10-22
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
*
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2020-08-04
*
Fix behavior of ecpg's "EXEC SQL elif name".
Tom Lane
2020-08-03
*
Fix ecpg crash with bytea and cursor variables.
Michael Meskes
2020-06-30
*
Fix compiler warnings on 64-bit Windows
Peter Eisentraut
2020-02-21
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
*
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-30
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
*
Fix compiler warnings in ecpg tests
Peter Eisentraut
2019-10-29
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
*
Revert "Add DECLARE STATEMENT support to ECPG."
Tom Lane
2019-09-20
*
Message style fixes
Peter Eisentraut
2019-09-06
*
Fix format truncation issue from ECPG test
Michael Paquier
2019-08-02
*
Stop using spelling "nonexistant".
Noah Misch
2019-06-08
*
Un-break ecpg tests for Windows.
Tom Lane
2019-06-02
*
Adjust ecpg expected-results files for commit 7640f9312.
Tom Lane
2019-05-31
*
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-05-22
*
Fix whitespace
Peter Eisentraut
2019-03-01
*
Free memory in ecpg bytea regression test.
Michael Meskes
2019-02-26
*
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-18
*
Add bytea datatype to ECPG.
Michael Meskes
2019-02-18
*
Add DECLARE STATEMENT support to ECPG.
Michael Meskes
2019-02-16
*
Change error handling of out of scope variables in ecpg.
Michael Meskes
2019-01-30
*
Make some ecpg test cases more robust against unexpected errors that happen
Michael Meskes
2019-01-30
*
Remove _configthreadlocale() calls in ecpg test suite.
Tom Lane
2019-01-24
*
Remove infinite-loop hazards in ecpg test suite.
Tom Lane
2019-01-24
*
Second try at fixing numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-14
*
Fix incorrect results for numeric data passed through an ECPG SQLDA.
Tom Lane
2018-11-13
*
Minor additional improvements for ecpglib/prepare.c.
Tom Lane
2018-10-17
*
Another round of portability hacking on ECPG regression tests.
Tom Lane
2018-10-12
*
Make float exponent output on Windows look the same as elsewhere.
Tom Lane
2018-10-12
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-18
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
*
Add some test coverage for ecpg's "long long" support.
Tom Lane
2018-05-18
[next]