aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/connect-test5.stderr
Commit message (Expand)AuthorAge
* Avoid ECPG test failures in some GSS-capable environments.Tom Lane2021-06-10
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-22
* 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
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-04
* Stop using spelling "nonexistant".Noah Misch2019-06-08
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Let installcheck-world pass against a server requiring a password.Noah Misch2014-06-19
* Split ecpg_execute() in constituent partsAlvaro Herrera2014-01-16
* Make sure all connection paramters are used in call to PQconnectdbParams.Michael Meskes2012-02-18
* NLS cleanup in ecpglibPeter Eisentraut2009-01-15
* First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes2008-12-29
* Replaced manually synced preproc.y by the one created by the new script.Michael Meskes2008-11-11
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* - Moved from PQsetdbLogin to PQconnectDB.Michael Meskes2008-03-27
* *** empty log message ***Michael Meskes2007-12-28
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-29
* - Enabled single-quoted connection targets.Michael Meskes2006-08-27