summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2009-04-24Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander
2009-04-19Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane
2009-04-14Add libpq error message text on how to handle missing root.crt file.Bruce Momjian
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-03-31Add PQinitOpenSSL() function to support applications that use libcryptoTom Lane
2009-03-28Clarify variable naming: pq_initssllib -> pq_init_ssl_libBruce Momjian
2009-03-28Better document PQinitSSL(0) behavior in regards to libcrypto.Bruce Momjian
2009-03-22Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane
2009-01-28Go over all OpenSSL return values and make sure we compare themMagnus Hagander
2009-01-19Fix accidental (I suppose) introduction of non-ASCII quote marks.Tom Lane
2009-01-19Message wordsmithingPeter Eisentraut
2009-01-13Remove special-handling of usernames with Kerberos authentication. We willMagnus Hagander
2009-01-09Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when anTom Lane
2009-01-07Don't require pqGetHomeDirectory to succeed if the user has specifiedMagnus Hagander
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
2009-01-01Fix a couple of missed copyright dates.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-15Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-04Comment said we don't free the lockarray, and why. The proper fix is toMagnus Hagander
2008-12-04Fix typo in recent SSL unload patch.Bruce Momjian
2008-12-03Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-11-26Tweak new PQExpBufferBroken macro to suppress warnings from pickierTom Lane
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-11-25Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane
2008-11-24Disable FNM_CASEFOLD. Need a proper solution later, but just commentMagnus Hagander
2008-11-24Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander
2008-11-13Fix libpq certificate validation for SSL connections.Magnus Hagander
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-11-03Fix incorrect comment in SSL codeMagnus Hagander
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-27Add support for multiple error messages from libpq, by simply appending themMagnus Hagander
2008-10-27Update standalong libpq makefiles for msvc and bcc to work with the newMagnus Hagander
2008-10-24Remove notes from the frontend SSL source that are incorrect orMagnus Hagander
2008-10-23Fix memory leak when using gsslib parameter in libpq connectionsMagnus Hagander
2008-10-01Link libpq with libgssapi if configure finds it, asMagnus Hagander
2008-09-22Get rid of pgpass_from_client tracking inside libpq --- given the conclusionTom Lane
2008-09-22Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane
2008-09-19Add a PQfireResultCreateEvents function to allow applications to mimic theTom Lane
2008-09-19Improve the recently-added libpq events code to provide more consistentTom Lane
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-10Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane
2008-08-20Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander
2008-08-16Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian
2008-06-27Fix standalone libpq build on win32.Magnus Hagander
2008-06-23Add libpq comment about how to determine the format used for passingBruce Momjian
2008-05-29Tweak libpq to avoid crashing due to incorrect buffer size calculation whenTom Lane
2008-05-21Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander