summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2015-01-19Install shared libraries also in bin on cygwin, mingwPeter Eisentraut
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-15Translation updatesPeter Eisentraut
2014-12-01Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas
2014-11-30Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-11-25Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas
2014-10-29Reset error message at PQreset()Heikki Linnakangas
2014-10-22Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane
2014-10-22MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch
2014-10-06Translation updatesPeter Eisentraut
2014-09-15Follow the RFCs more closely in libpq server certificate hostname check.Heikki Linnakangas
2014-09-12Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas
2014-08-19Install libpq DLL with $(INSTALL_SHLIB).Noah Misch
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-08-07Improve comment.Heikki Linnakangas
2014-07-21Translation updatesPeter Eisentraut
2014-07-15Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander
2014-06-11Stamp shared-library minor version numbers for 9.5.Tom Lane
2014-06-11Stamp HEAD as 9.5devel.Tom Lane
2014-05-08Include files copied from libpqport in .gitignoreHeikki Linnakangas
2014-05-08Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
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-17Fix 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-03Fix whitespacePeter Eisentraut
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-12Improve libpq's error recovery for connection loss during COPY.Tom Lane
2014-02-02Fix makefile syntax.Andrew Dunstan
2014-02-01Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-25libpq: Support TLS versions beyond TLSv1.Noah Misch
2014-01-23Add 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-03C comment: again update comment for pg_fe_sendauth for error casesBruce Momjian
2013-12-03Update C comment for pg_fe_getauthnameBruce Momjian
2013-12-03libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian
2013-12-02Translation updatesPeter Eisentraut