summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-02Add PQescapeString and PQescapeBytea for Win32.Bruce Momjian
2002-04-24Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut
2002-04-24I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian
2002-04-15Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian
2002-04-15Fix for EINTR returns from Win9X socket operations:Bruce Momjian
2002-04-08Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii
2002-03-06Change made to elog:Bruce Momjian
2002-03-05Back out old version and update with newer patch of:Bruce Momjian
2002-03-05Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian
2002-03-04Add PQunescapeBytea libpq function.Bruce Momjian
2002-03-02Don't bother to request SSL connection over a Unix socket, since theTom Lane
2002-02-23Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut
2001-12-21Czech translation updates from Karel ZakPeter Eisentraut
2001-12-13Add SwedishPeter Eisentraut
2001-12-13updatePeter Eisentraut
2001-12-10Add French translationPeter Eisentraut
2001-12-03Remove code to lookup WinSock error strings in netmsg.dll; according toTom Lane
2001-11-29NLS updates, most notably fixed zh_TW translationsPeter Eisentraut
2001-11-28Load netmsg.dll locally in winsock_strerror, to avoid actual andTom Lane
2001-11-27strcat should obviously be strcpy here.Tom Lane
2001-11-27Chinese PO patchBruce Momjian
2001-11-22Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue
2001-11-11Defend against possibility that SSL error reporting mechanism returnsTom Lane
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-08Add casts to suppress compiler warnings observed on Darwin platformTom Lane
2001-11-07Some post pgident run updates,Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-02Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be inTom Lane
2001-11-02updatesPeter Eisentraut
2001-10-31Apply updated PO language patch.Bruce Momjian
2001-10-31PO language update.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-05files attached are Traditional Chinese translations translatedBruce Momjian
2001-10-04 I've just finished the Chinese NLS support(zh_CN part) filesBruce Momjian
2001-10-03Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane
2001-09-30winsock_strerror crashed on me. This fixes a line of code that looksTom Lane
2001-09-26Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-17Fix bogus failure-return value from lo_create, per report from GavinTom Lane
2001-09-14> Here's a revised patch. Changes:Bruce Momjian
2001-09-13> I found a problem with PQescapeString (I think). Since it escapesBruce Momjian
2001-09-07I've attached the fixed version of the patch below. After theBruce Momjian
2001-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-09-06Below is the patch against current cvs for libpgtcl andBruce Momjian
2001-09-06Hello, i just reviewed the win32 errno patch and i saw that maybe i didn'tBruce Momjian
2001-08-28Include directory rearrangementPeter Eisentraut