aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAge
* Use KAME accessor macros for addr8.Bruce Momjian2002-06-17
* Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane2002-06-15
* PATCH SSL_pending() checks in libpq/fe-misc.c:Bruce Momjian2002-06-15
* Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian2002-06-14
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-14
* SSL support for ephemeral DH keys.Bruce Momjian2002-06-14
* UPDATED PATCH:Bruce Momjian2002-06-14
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-14
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-14
* Katherine Ward wrote:Jan Wieck2002-06-11
* Add PQescapeString and PQescapeBytea for Win32.Bruce Momjian2002-06-02
* Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut2002-04-24
* I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian2002-04-24
* Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian2002-04-15
* Fix for EINTR returns from Win9X socket operations:Bruce Momjian2002-04-15
* Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii2002-04-08
* Change made to elog:Bruce Momjian2002-03-06
* Back out old version and update with newer patch of:Bruce Momjian2002-03-05
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-05
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-04
* Don't bother to request SSL connection over a Unix socket, since theTom Lane2002-03-02
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* Czech translation updates from Karel ZakPeter Eisentraut2001-12-21
* Add SwedishPeter Eisentraut2001-12-13
* updatePeter Eisentraut2001-12-13
* Add French translationPeter Eisentraut2001-12-10
* Remove code to lookup WinSock error strings in netmsg.dll; according toTom Lane2001-12-03
* NLS updates, most notably fixed zh_TW translationsPeter Eisentraut2001-11-29
* Load netmsg.dll locally in winsock_strerror, to avoid actual andTom Lane2001-11-28
* strcat should obviously be strcpy here.Tom Lane2001-11-27
* Chinese PO patchBruce Momjian2001-11-27
* Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue2001-11-22
* Defend against possibility that SSL error reporting mechanism returnsTom Lane2001-11-11
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-08
* Some post pgident run updates,Bruce Momjian2001-11-07
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be inTom Lane2001-11-02
* updatesPeter Eisentraut2001-11-02
* Apply updated PO language patch.Bruce Momjian2001-10-31
* PO language update.Bruce Momjian2001-10-31
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* files attached are Traditional Chinese translations translatedBruce Momjian2001-10-05
* I've just finished the Chinese NLS support(zh_CN part) filesBruce Momjian2001-10-04
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* winsock_strerror crashed on me. This fixes a line of code that looksTom Lane2001-09-30
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-26
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-22
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21