index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Commit message (
Expand
)
Author
Age
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
When using libpq URI syntax, error out on invalid parameter names.
Robert Haas
2012-06-08
*
libpq: URI parsing fixes
Peter Eisentraut
2012-05-28
*
Accept postgres:// URIs in libpq connection functions
Alvaro Herrera
2012-04-11
*
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-04-04
*
Refactor to eliminate duplicate copies of conninfo default-finding code.
Tom Lane
2012-03-22
*
libpq: Fix minor memory leaks
Peter Eisentraut
2012-03-16
*
libpq: Fix memory leak
Peter Eisentraut
2012-03-07
*
Properly free the sslcompression field in PGconn
Magnus Hagander
2012-02-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Don't forget to de-escape the password field in .pgpass.
Robert Haas
2011-12-22
*
Add libpq connection option to disable SSL compression
Magnus Hagander
2011-11-28
*
Suppress remaining -Waddress warnings from recent gcc versions.
Tom Lane
2011-10-18
*
Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.
Tom Lane
2011-09-25
*
Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.
Tom Lane
2011-08-27
*
Ensure we discard unread/unsent data when abandoning a connection attempt.
Tom Lane
2011-08-27
*
Replace printf format %i by %d
Peter Eisentraut
2011-07-26
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-06-02
*
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-31
*
Fix untranslatable assembly of libpq connection failure message
Peter Eisentraut
2011-05-19
*
Fix write-past-buffer-end in ldapServiceLookup().
Tom Lane
2011-05-12
*
Silence compiler warning about unused variable on Windows.
Heikki Linnakangas
2011-04-19
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix typo in PQconnectStartParams().
Tom Lane
2011-04-02
*
Add missing "static" marker to internal_ping().
Tom Lane
2011-03-06
*
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Properly print the IP number and "localhost" for failed localhost
Bruce Momjian
2010-12-18
*
Fix crash caused by NULL lookup when reporting IP address of failed
Bruce Momjian
2010-12-16
*
On further testing, PQping also needs an explicit check for AUTH_REQ.
Tom Lane
2010-11-27
*
Rewrite PQping to be more like what we agreed to last week.
Tom Lane
2010-11-27
*
Clean up IPv4 vs IPv6 bogosity in connectFailureMessage().
Tom Lane
2010-11-26
*
Use conn->raddr consistently for non-connect libpq error reporting.
Bruce Momjian
2010-11-26
*
Update comment that says we only report last libpq connection failure,
Bruce Momjian
2010-11-26
*
Use only addr_cur when reporting connection failures in libpq.
Bruce Momjian
2010-11-26
*
Add PQping and PQpingParams to libpq to allow detection of the server's
Bruce Momjian
2010-11-25
*
When reporting the server as not responding, if the hostname was
Bruce Momjian
2010-11-24
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Portability fixes for Solaris for requirepeer feature patch
Peter Eisentraut
2010-07-19
*
Fix up poor handling of unsupported-platform case in requirepeer patch.
Tom Lane
2010-07-18
*
Fix thinko in recent patch: 'sock' should be 'conn->sock'.
Tom Lane
2010-07-18
*
Add SO_PEERCRED check in new unix domain socket permission checking code.
Bruce Momjian
2010-07-18
*
Add server authentication over Unix-domain sockets
Peter Eisentraut
2010-07-18
*
Make the Windows tcp keepalive support depend on the existance of the
Magnus Hagander
2010-07-08
*
Add support for TCP keepalives on Windows, both for backend and the new
Magnus Hagander
2010-07-08
*
Support setting the keepalive idle time on MacOS X.
Robert Haas
2010-07-06
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Add TCP keepalive support to libpq.
Robert Haas
2010-06-23
[next]