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
Commit message (
Expand
)
Author
Age
*
Fix omissions in ecpg/test/sql/.gitignore.
Tom Lane
2019-02-18
*
Sync ECPG's CREATE TABLE AS statement with backend's.
Michael Meskes
2019-02-18
*
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
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-07-09
*
Add PGTYPESchar_free() to avoid cross-module problems on Windows.
Thomas Munro
2018-06-26
*
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
*
Add post-2010 ecpg tests to checktcp.
Noah Misch
2017-11-11
*
Make connect/test1 independent of localhost IPv6.
Noah Misch
2017-11-11
*
Fix connect/test1 expected output.
Noah Misch
2017-11-11
*
Add a temp-install prerequisite to "check"-like targets not having one.
Noah Misch
2017-11-05
*
Improve speed of make check-world
Peter Eisentraut
2015-04-23
*
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
*
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-03-09
*
Fixed array handling in ecpg.
Michael Meskes
2015-02-10
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Make ECPG test programs depend on "ecpg$(X)", not "ecpg".
Noah Misch
2014-11-02
*
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-18
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-19
*
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-05-08
*
Un-break ecpg test suite under --disable-integer-datetimes.
Noah Misch
2014-05-08
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
*
ecpg: Add additional files to .gitignore
Peter Eisentraut
2014-04-23
*
Several fixes to array handling in ecpg.
Michael Meskes
2014-04-09
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Split ecpg_execute() in constituent parts
Alvaro Herrera
2014-01-16
*
Split ECPGdo() in constituent parts
Alvaro Herrera
2014-01-16
*
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
2014-01-13
*
Changed regression test to ecpg test suite for alignment problem just with last
Michael Meskes
2014-01-09
*
Fix descriptor output in ECPG.
Michael Meskes
2014-01-09
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
ECPG: Add EXEC SQL CLOSE C to the tests.
Michael Meskes
2013-11-26
*
ECPG: Free the malloc()'ed variables in the test so it comes out clean on
Michael Meskes
2013-11-26
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Fix ECPG compiler warning.
Robert Haas
2013-11-09
*
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-11-03
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Sync ECPG with WITH ORDINALITY changes
Greg Stark
2013-07-29
*
Initialize day of year value.
Michael Meskes
2013-07-19
*
Extend and improve use of EXTRA_REGRESS_OPTS.
Andrew Dunstan
2013-01-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Make sure all connection paramters are used in call to PQconnectdbParams.
Michael Meskes
2012-02-18
[next]