aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Expand)AuthorAge
* 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
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* 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
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-26
* 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
* Add post-2010 ecpg tests to checktcp.Noah Misch2017-11-11
* Make connect/test1 independent of localhost IPv6.Noah Misch2017-11-11
* Fix connect/test1 expected output.Noah Misch2017-11-11
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Revert "Ignore object files generated by ecpg test suite on Windows"Michael Meskes2015-03-09
* Ignore object files generated by ecpg test suite on WindowsMichael Meskes2015-03-09
* Fixed array handling in ecpg.Michael Meskes2015-02-10
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-02
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Let installcheck-world pass against a server requiring a password.Noah Misch2014-06-19
* Fix missing dependencies in ecpg's test Makefiles.Tom Lane2014-05-08
* Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch2014-05-08
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* ecpg: Add additional files to .gitignorePeter Eisentraut2014-04-23
* Several fixes to array handling in ecpg.Michael Meskes2014-04-09
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Split ecpg_execute() in constituent partsAlvaro Herrera2014-01-16
* Split ECPGdo() in constituent partsAlvaro Herrera2014-01-16
* Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes2014-01-13
* Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes2014-01-09
* Fix descriptor output in ECPG.Michael Meskes2014-01-09
* Update copyright for 2014Bruce Momjian2014-01-07
* ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes2013-11-26
* ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes2013-11-26
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Fix ECPG compiler warning.Robert Haas2013-11-09
* Changed test case slightly so it doesn't have an unused typedef.Michael Meskes2013-11-03
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Sync ECPG with WITH ORDINALITY changesGreg Stark2013-07-29
* Initialize day of year value.Michael Meskes2013-07-19
* Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan2013-01-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make sure all connection paramters are used in call to PQconnectdbParams.Michael Meskes2012-02-18