aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAge
* More README src cleanups.Bruce Momjian2008-03-21
* Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii2008-03-19
* Include -lgss in libpq link, if available. Bjorn MunchTom Lane2008-03-05
* Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut2008-02-26
* Create two separate libpq.rc's: One that is built at build time, and onePeter Eisentraut2008-02-26
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-26
* Rename a libpq NOT_USED SSL function toBruce Momjian2008-02-16
* Bump minor library version numbers for 8.4.Bruce Momjian2008-02-13
* Stamp HEAD as 8.4devel.Tom Lane2008-02-13
* Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane2008-01-31
* Translation updatesPeter Eisentraut2008-01-31
* Translation updatesPeter Eisentraut2008-01-30
* Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane2008-01-29
* Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane2008-01-29
* Insert into getCopyDataMessage() the same logic that already existed in theTom Lane2008-01-17
* Be less wishy-washy in the documentation and comments about whether aTom Lane2008-01-15
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-14
* Generate and include manifest in standalone libpq build on Windows.Magnus Hagander2008-01-10
* Fix some missed copyright updates.Tom Lane2008-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander2007-12-21
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-04
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-30
* Translation updatesPeter Eisentraut2007-11-29
* Fix build of libpq for Borland CC.Bruce Momjian2007-11-21
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Translation updatesPeter Eisentraut2007-10-27
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Don't try to free pgpassfile since it's a stack variable.Magnus Hagander2007-10-09
* Stamp 8.3beta1, except in configure.in/configure.Tom Lane2007-10-04
* Minor improvements to hack for old OpenSSL libraries: avoid unusedTom Lane2007-10-03
* Attempt to open certificate file "manually" using fopen beforeMagnus Hagander2007-10-03
* Fix a compiler warning on Win32. Hannes Eder.Neil Conway2007-10-02
* Default to thread safety on, and support more CPU options. AlsoMagnus Hagander2007-10-02
* Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane2007-10-02
* Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.Magnus Hagander2007-10-01
* Build with /GS on 64-bit to work with modern Platform SDK.Magnus Hagander2007-10-01
* Small string tweaksPeter Eisentraut2007-09-25
* Add LDAP URL documentation.Bruce Momjian2007-09-14
* Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander2007-08-03
* Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.Magnus Hagander2007-07-25
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* Just noticed that libpq thinks the maximum command tag length is 40,Tom Lane2007-07-23
* Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander2007-07-23
* Stupid typo.Magnus Hagander2007-07-23
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-12
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-12