aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* When using libpq URI syntax, error out on invalid parameter names.Robert Haas2012-06-08
* libpq: URI parsing fixesPeter Eisentraut2012-05-28
* Accept postgres:// URIs in libpq connection functionsAlvaro Herrera2012-04-11
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-04
* Refactor to eliminate duplicate copies of conninfo default-finding code.Tom Lane2012-03-22
* libpq: Fix minor memory leaksPeter Eisentraut2012-03-16
* libpq: Fix memory leakPeter Eisentraut2012-03-07
* Properly free the sslcompression field in PGconnMagnus Hagander2012-02-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Don't forget to de-escape the password field in .pgpass.Robert Haas2011-12-22
* Add libpq connection option to disable SSL compressionMagnus Hagander2011-11-28
* Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane2011-10-18
* Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.Tom Lane2011-09-25
* Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane2011-08-27
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-27
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Fix untranslatable assembly of libpq connection failure messagePeter Eisentraut2011-05-19
* Fix write-past-buffer-end in ldapServiceLookup().Tom Lane2011-05-12
* Silence compiler warning about unused variable on Windows.Heikki Linnakangas2011-04-19
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix typo in PQconnectStartParams().Tom Lane2011-04-02
* Add missing "static" marker to internal_ping().Tom Lane2011-03-06
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Properly print the IP number and "localhost" for failed localhostBruce Momjian2010-12-18
* Fix crash caused by NULL lookup when reporting IP address of failedBruce Momjian2010-12-16
* On further testing, PQping also needs an explicit check for AUTH_REQ.Tom Lane2010-11-27
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-27
* Clean up IPv4 vs IPv6 bogosity in connectFailureMessage().Tom Lane2010-11-26
* Use conn->raddr consistently for non-connect libpq error reporting.Bruce Momjian2010-11-26
* Update comment that says we only report last libpq connection failure,Bruce Momjian2010-11-26
* Use only addr_cur when reporting connection failures in libpq.Bruce Momjian2010-11-26
* Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian2010-11-25
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Portability fixes for Solaris for requirepeer feature patchPeter Eisentraut2010-07-19
* Fix up poor handling of unsupported-platform case in requirepeer patch.Tom Lane2010-07-18
* Fix thinko in recent patch: 'sock' should be 'conn->sock'.Tom Lane2010-07-18
* Add SO_PEERCRED check in new unix domain socket permission checking code.Bruce Momjian2010-07-18
* Add server authentication over Unix-domain socketsPeter Eisentraut2010-07-18
* Make the Windows tcp keepalive support depend on the existance of theMagnus Hagander2010-07-08
* Add support for TCP keepalives on Windows, both for backend and the newMagnus Hagander2010-07-08
* Support setting the keepalive idle time on MacOS X.Robert Haas2010-07-06
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Add TCP keepalive support to libpq.Robert Haas2010-06-23