index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-connect.c
Age
Commit message (
Expand
)
Author
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-19
libpq: have PQconnectdbParams() and PQpingParams accept "" as default
Bruce Momjian
2014-04-17
Fix unused-variable warning on Windows.
Tom Lane
2014-04-16
libpq: use pgsocket for socket values, for portability
Bruce Momjian
2014-04-16
Fix timeout in LDAP lookup of libpq connection parameters
Magnus Hagander
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-03-20
libpq: pass a memory allocation failure error up to PQconndefaults()
Bruce Momjian
2014-03-16
Fix advertised dispsize for libpq's sslmode connection parameter.
Tom Lane
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-01
Various Coverity-spotted fixes
Stephen Frost
2014-01-24
Add libpq function PQhostaddr().
Fujii Masao
2014-01-23
Fix bugs in PQhost().
Fujii Masao
2014-01-19
Remove support for native krb5 authentication
Magnus Hagander
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-03
libpq: change PQconndefaults() to ignore invalid service files
Bruce Momjian
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-06-27
Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-18
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-30
Add libpq function PQconninfo()
Magnus Hagander
2012-11-29
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-09-07
Centralize libpq's low-level code for dropping a connection.
Tom Lane
2012-08-23
libpq: Fix memory leak in URI parser
Peter Eisentraut
2012-08-02
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-08
When using libpq URI syntax, error out on invalid parameter names.
Robert Haas
2012-05-28
libpq: URI parsing fixes
Peter Eisentraut
2012-04-11
Accept postgres:// URIs in libpq connection functions
Alvaro Herrera
2012-04-04
Add a "row processor" API to libpq for better handling of large results.
Tom Lane
2012-03-22
Refactor to eliminate duplicate copies of conninfo default-finding code.
Tom Lane
2012-03-16
libpq: Fix minor memory leaks
Peter Eisentraut
2012-03-07
libpq: Fix memory leak
Peter Eisentraut
2012-02-01
Properly free the sslcompression field in PGconn
Magnus Hagander
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-22
Don't forget to de-escape the password field in .pgpass.
Robert Haas
2011-11-28
Add libpq connection option to disable SSL compression
Magnus Hagander
2011-10-18
Suppress remaining -Waddress warnings from recent gcc versions.
Tom Lane
2011-09-25
Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.
Tom Lane
2011-08-27
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-07-26
Replace printf format %i by %d
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-02
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-05-31
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-19
Fix untranslatable assembly of libpq connection failure message
Peter Eisentraut
2011-05-12
Fix write-past-buffer-end in ldapServiceLookup().
Tom Lane
2011-04-19
Silence compiler warning about unused variable on Windows.
Heikki Linnakangas
[next]