| Commit message (Expand) | Author | Age |
* | Properly initialize SSL engines when used from libpq. This is required for | Magnus Hagander | 2009-06-23 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Remove sslverify parameter again, replacing it with two new sslmode values: | Magnus Hagander | 2009-04-24 |
* | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane | 2009-04-19 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support specifying filename for SSL certificate, key, root certificate store | Magnus Hagander | 2008-12-15 |
* | Fix libpq certificate validation for SSL connections. | Magnus Hagander | 2008-11-13 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 |
* | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander | 2008-10-27 |
* | Get rid of pgpass_from_client tracking inside libpq --- given the conclusion | Tom Lane | 2008-09-22 |
* | Improve the recently-added libpq events code to provide more consistent | Tom Lane | 2008-09-19 |
* | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane | 2008-09-17 |
* | Tweak libpq to avoid crashing due to incorrect buffer size calculation when | Tom Lane | 2008-05-29 |
* | Implement error checking for pthreads calls in thread-safe mode. They really | Magnus Hagander | 2008-05-16 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Just noticed that libpq thinks the maximum command tag length is 40, | Tom Lane | 2007-07-23 |
* | Use PQExpBuffer for error message in fe-auth.c. | Magnus Hagander | 2007-07-23 |
* | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 |
* | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |
* | Closer code review for PQconnectionUsedPassword() patch: in particular, | Tom Lane | 2007-07-08 |
* | Arrange for the authentication request type to be preserved in | Joe Conway | 2007-07-08 |
* | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 |
* | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway | 2007-01-26 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 |
* | #ifdef fix for MSVC builds of libpq. | Bruce Momjian | 2006-08-04 |
* | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add positive defense against trying to connect when the connection | Tom Lane | 2006-02-13 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian | 2005-08-23 |
* | Back out incorrect commit. | Bruce Momjian | 2005-08-23 |
* | Fix function name. | Bruce Momjian | 2005-08-23 |
* | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 |
* | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 |
* | libpq was not consistently checking for memory allocation failures. This | Neil Conway | 2005-06-12 |
* | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 |
* | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Code review for recent libpq changes. Be more careful about error | Tom Lane | 2004-12-02 |
* | Rework libpq threaded SIGPIPE handling to avoid interference with | Bruce Momjian | 2004-12-02 |
* | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane | 2004-10-30 |
* | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane | 2004-10-18 |
* | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane | 2004-10-16 |