summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
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
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-10-25Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-07Translation updatesPeter Eisentraut
2013-09-23Fix SSL deadlock risk in libpqStephen Frost
2013-09-02Translation updatesPeter Eisentraut
2013-08-19Translation updatesPeter Eisentraut
2013-08-18libpq: Report strerror on pthread_mutex_lock() failurePeter Eisentraut
2013-08-01Improve handling of pthread_mutex_lock error caseStephen Frost
2013-08-01Add locking around SSL_context usage in libpqStephen Frost
2013-07-23Check for NULL result from strdupAlvaro Herrera
2013-07-16Fix PQconninfoParse error message handlingPeter Eisentraut
2013-06-27Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.Tom Lane
2013-06-14Stamp shared-library minor version numbers for 9.4.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.Tom Lane
2013-06-03Additional spelling correctionsStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-04-29Attempt to fix error recovery in COPY BOTH mode.Robert Haas
2013-04-26libpq: Fix a few bits that didn't get the memo about COPY BOTH.Robert Haas
2013-04-19Standardize spelling of "nonblocking"Peter Eisentraut
2013-03-17Re-include pqsignal() in libpq.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-23pg_isreadyRobert Haas
2013-01-21Fix one-byte buffer overrun in PQprintTuples().Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-11-30Add libpq function PQconninfo()Magnus Hagander
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-10-09Fix lo_import and lo_export to return useful error messages more often.Tom Lane
2012-10-09Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-07Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii