summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2009-09-27Make libpq reject non-numeric and out-of-range port numbers with a suitableTom Lane
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-04Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-07-24Avoid extra system calls to block SIGPIPE if the platform provides eitherTom Lane
2009-07-13Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-23Properly initialize SSL engines when used from libpq. This is required forMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-05-27Reverting patch just in case a compiler treats this enum as signed.Michael Meskes
2009-05-21Removed comparison of unsigned expression < 0.Michael Meskes
2009-05-18Make pwdfMatchesString() a little more careful about matching * fields.Tom Lane
2009-05-14Translation updatesAlvaro Herrera
2009-05-03Fix already-obsolete hint message ... sslverify parameter is no more.Tom Lane
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