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
/
connect-test5.stderr
Commit message (
Expand
)
Author
Age
*
Avoid ECPG test failures in some GSS-capable environments.
Tom Lane
2021-06-10
*
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
*
Increase hard-wired timeout values in ecpg regression tests.
Tom Lane
2020-08-04
*
Stop using spelling "nonexistant".
Noah Misch
2019-06-08
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-19
*
Split ecpg_execute() in constituent parts
Alvaro Herrera
2014-01-16
*
Make sure all connection paramters are used in call to PQconnectdbParams.
Michael Meskes
2012-02-18
*
NLS cleanup in ecpglib
Peter Eisentraut
2009-01-15
*
First rounf of whitespace changes. Everything but connect-test1 should be fine.
Michael Meskes
2008-12-29
*
Replaced manually synced preproc.y by the one created by the new script.
Michael Meskes
2008-11-11
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
*
- Moved from PQsetdbLogin to PQconnectDB.
Michael Meskes
2008-03-27
*
*** empty log message ***
Michael Meskes
2007-12-28
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Fixed parser and library to allow empty database names.
Michael Meskes
2006-08-29
*
- Enabled single-quoted connection targets.
Michael Meskes
2006-08-27