summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-0622-22/+22
* Translation updatesPeter Eisentraut2014-12-151-188/+158
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-013-2/+12
* Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane2014-11-301-9/+6
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-293-10/+0
* Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas2014-11-251-5/+12
* Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas2014-11-251-19/+113
* Reset error message at PQreset()Heikki Linnakangas2014-10-291-0/+1
* Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane2014-10-221-8/+11
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-212-2/+2
* Translation updatesPeter Eisentraut2014-10-053-299/+277
* Follow the RFCs more closely in libpq server certificate hostname check.Heikki Linnakangas2014-09-151-4/+5
* Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas2014-09-123-58/+202
* Install libpq DLL with $(INSTALL_SHLIB).Noah Misch2014-08-181-1/+1
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-117-1380/+1621
* Improve comment.Heikki Linnakangas2014-08-071-3/+4
* Translation updatesPeter Eisentraut2014-07-212-149/+134
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-153-5/+2
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-101-1/+1
* Stamp HEAD as 9.5devel.Tom Lane2014-06-101-4/+4
* Include files copied from libpqport in .gitignoreHeikki Linnakangas2014-05-081-0/+2
* Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane2014-05-071-0/+32
* pgindent run for 9.4Bruce Momjian2014-05-0613-98/+101
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-053-3/+17
* libpq: have PQconnectdbParams() and PQpingParams accept "" as defaultBruce Momjian2014-04-191-1/+1
* Fix unused-variable warning on Windows.Tom Lane2014-04-171-4/+9
* libpq: use pgsocket for socket values, for portabilityBruce Momjian2014-04-166-32/+16
* Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander2014-04-161-7/+39
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-162-5/+30
* libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian2014-03-202-7/+16
* Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane2014-03-161-1/+1
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* Fix whitespacePeter Eisentraut2014-03-031-1/+1
* Various Coverity-spotted fixesStephen Frost2014-03-012-4/+26
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-172-2/+2
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-122-12/+36
* Fix makefile syntax.Andrew Dunstan2014-02-011-3/+3
* Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan2014-02-011-0/+9
* Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane2014-01-311-2/+4
* libpq: Support TLS versions beyond TLSv1.Noah Misch2014-01-241-1/+8
* Add libpq function PQhostaddr().Fujii Masao2014-01-243-0/+10
* Fix bugs in PQhost().Fujii Masao2014-01-231-1/+10
* Remove support for native krb5 authenticationMagnus Hagander2014-01-193-267/+3
* Update copyright for 2014Bruce Momjian2014-01-0721-21/+21
* C comment: again update comment for pg_fe_sendauth for error casesBruce Momjian2013-12-031-2/+4
* Update C comment for pg_fe_getauthnameBruce Momjian2013-12-031-2/+0
* libpq: change PQconndefaults() to ignore invalid service filesBruce Momjian2013-12-033-13/+18
* Translation updatesPeter Eisentraut2013-12-021-4/+4
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-181-11/+11
* Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.Tom Lane2013-10-251-55/+110