summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
AgeCommit message (Expand)Author
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-19libpq: have PQconnectdbParams() and PQpingParams accept "" as defaultBruce Momjian
2014-04-17Fix unused-variable warning on Windows.Tom Lane
2014-04-16libpq: use pgsocket for socket values, for portabilityBruce Momjian
2014-04-16Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-03-20libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian
2014-03-16Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-01Various Coverity-spotted fixesStephen Frost
2014-01-24Add libpq function PQhostaddr().Fujii Masao
2014-01-23Fix bugs in PQhost().Fujii Masao
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-03libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-06-27Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-18Standardize spelling of "nonblocking"Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-30Add libpq function PQconninfo()Magnus Hagander
2012-11-29Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-09-07Centralize libpq's low-level code for dropping a connection.Tom Lane
2012-08-23libpq: Fix memory leak in URI parserPeter Eisentraut
2012-08-02Replace libpq's "row processor" API with a "single row" mode.Tom Lane
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-08When using libpq URI syntax, error out on invalid parameter names.Robert Haas
2012-05-28libpq: URI parsing fixesPeter Eisentraut
2012-04-11Accept postgres:// URIs in libpq connection functionsAlvaro Herrera
2012-04-04Add a "row processor" API to libpq for better handling of large results.Tom Lane
2012-03-22Refactor to eliminate duplicate copies of conninfo default-finding code.Tom Lane
2012-03-16libpq: Fix minor memory leaksPeter Eisentraut
2012-03-07libpq: Fix memory leakPeter Eisentraut
2012-02-01Properly free the sslcompression field in PGconnMagnus Hagander
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-22Don't forget to de-escape the password field in .pgpass.Robert Haas
2011-11-28Add libpq connection option to disable SSL compressionMagnus Hagander
2011-10-18Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane
2011-09-25Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.Tom Lane
2011-08-27Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane
2011-08-27Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-02Implement getpeereid() as a src/port compatibility function.Tom Lane
2011-05-31Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane
2011-05-19Fix untranslatable assembly of libpq connection failure messagePeter Eisentraut
2011-05-12Fix write-past-buffer-end in ldapServiceLookup().Tom Lane
2011-04-19Silence compiler warning about unused variable on Windows.Heikki Linnakangas