| Commit message (Expand) | Author | Age |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |
* | Add libpq new API lo_import_with_oid() which is similar to lo_import() | Tatsuo Ishii | 2008-03-19 |
* | Include -lgss in libpq link, if available. Bjorn Munch | Tom Lane | 2008-03-05 |
* | Don't build the win32 support files in the all target, only in distprep and | Peter Eisentraut | 2008-02-26 |
* | Create two separate libpq.rc's: One that is built at build time, and one | Peter Eisentraut | 2008-02-26 |
* | Refactor the code that creates the shared library export files to appear | Peter Eisentraut | 2008-02-26 |
* | Rename a libpq NOT_USED SSL function to | Bruce Momjian | 2008-02-16 |
* | Bump minor library version numbers for 8.4. | Bruce Momjian | 2008-02-13 |
* | Stamp HEAD as 8.4devel. | Tom Lane | 2008-02-13 |
* | Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually | Tom Lane | 2008-01-31 |
* | Translation updates | Peter Eisentraut | 2008-01-31 |
* | Translation updates | Peter Eisentraut | 2008-01-30 |
* | Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections; | Tom Lane | 2008-01-29 |
* | Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these | Tom Lane | 2008-01-29 |
* | Insert into getCopyDataMessage() the same logic that already existed in the | Tom Lane | 2008-01-17 |
* | Be less wishy-washy in the documentation and comments about whether a | Tom Lane | 2008-01-15 |
* | Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: | Tom Lane | 2008-01-14 |
* | Generate and include manifest in standalone libpq build on Windows. | Magnus Hagander | 2008-01-10 |
* | Fix some missed copyright updates. | Tom Lane | 2008-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | libpq needs pgsleep on win32 because of the changes to port/open.c. | Magnus Hagander | 2007-12-21 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | Don't send an empty SSPI negotiation packet at the end of the negotiation. | Magnus Hagander | 2007-12-04 |
* | Add win32error.c to libpq, needed to resolve _dosmaperr. | Magnus Hagander | 2007-11-30 |
* | Translation updates | Peter Eisentraut | 2007-11-29 |
* | Fix build of libpq for Borland CC. | Bruce Momjian | 2007-11-21 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Translation updates | Peter Eisentraut | 2007-10-27 |
* | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 |
* | Don't try to free pgpassfile since it's a stack variable. | Magnus Hagander | 2007-10-09 |
* | Stamp 8.3beta1, except in configure.in/configure. | Tom Lane | 2007-10-04 |
* | Minor improvements to hack for old OpenSSL libraries: avoid unused | Tom Lane | 2007-10-03 |
* | Attempt to open certificate file "manually" using fopen before | Magnus Hagander | 2007-10-03 |
* | Fix a compiler warning on Win32. Hannes Eder. | Neil Conway | 2007-10-02 |
* | Default to thread safety on, and support more CPU options. Also | Magnus Hagander | 2007-10-02 |
* | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane | 2007-10-02 |
* | Use BIO functions to avoid passing FILE * pointers to OpenSSL functions. | Magnus Hagander | 2007-10-01 |
* | Build with /GS on 64-bit to work with modern Platform SDK. | Magnus Hagander | 2007-10-01 |
* | Small string tweaks | Peter Eisentraut | 2007-09-25 |
* | Add LDAP URL documentation. | Bruce Momjian | 2007-09-14 |
* | Update supported standalone VC++ version to 7.1+ only, and fix | Magnus Hagander | 2007-08-03 |
* | Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI. | Magnus Hagander | 2007-07-25 |
* | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander | 2007-07-24 |
* | 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 |
* | Stupid typo. | Magnus Hagander | 2007-07-23 |
* | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 |
* | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander | 2007-07-12 |
* | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 |
* | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander | 2007-07-12 |