summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
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
2008-05-17Use isatty() test for pager on Win32; not sure why it was disabled forBruce Momjian
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-16Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander
2008-05-05Add more dependencies from libpgport required byMagnus Hagander
2008-04-16Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan
2008-04-10Make parameters in implementation have same const:ness as the ones inMagnus Hagander
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-03-31Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane
2008-03-21More README src cleanups.Bruce Momjian
2008-03-19Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii
2008-03-05Include -lgss in libpq link, if available. Bjorn MunchTom Lane
2008-02-26Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut
2008-02-26Create two separate libpq.rc's: One that is built at build time, and onePeter Eisentraut
2008-02-26Refactor the code that creates the shared library export files to appearPeter Eisentraut
2008-02-16Rename a libpq NOT_USED SSL function toBruce Momjian