summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Use KAME accessor macros for addr8.Bruce Momjian2002-06-171-2/+2
* Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane2002-06-154-69/+37
* PATCH SSL_pending() checks in libpq/fe-misc.c:Bruce Momjian2002-06-151-1/+23
* Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian2002-06-141-2/+19
* SSL patch that adds support for optional client certificates.Bruce Momjian2002-06-141-2/+116
* SSL support for ephemeral DH keys.Bruce Momjian2002-06-141-2/+219
* UPDATED PATCH:Bruce Momjian2002-06-145-102/+607
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-145-818/+105
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-145-105/+818
* Katherine Ward wrote:Jan Wieck2002-06-111-2/+2
* Add PQescapeString and PQescapeBytea for Win32.Bruce Momjian2002-06-021-0/+2
* Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut2002-04-241-3/+2
* I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian2002-04-243-49/+187
* Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian2002-04-152-6/+13
* Fix for EINTR returns from Win9X socket operations:Bruce Momjian2002-04-152-13/+31
* Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii2002-04-081-22/+26
* Change made to elog:Bruce Momjian2002-03-062-10/+10
* Back out old version and update with newer patch of:Bruce Momjian2002-03-054-60/+42
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-054-57/+128
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-042-2/+94
* Don't bother to request SSL connection over a Unix socket, since theTom Lane2002-03-021-4/+8
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-2/+11
* Czech translation updates from Karel ZakPeter Eisentraut2001-12-212-2/+420
* Add SwedishPeter Eisentraut2001-12-132-2/+415
* updatePeter Eisentraut2001-12-131-20/+20
* Add French translationPeter Eisentraut2001-12-102-2/+418
* Remove code to lookup WinSock error strings in netmsg.dll; according toTom Lane2001-12-031-28/+6
* NLS updates, most notably fixed zh_TW translationsPeter Eisentraut2001-11-295-184/+199
* Load netmsg.dll locally in winsock_strerror, to avoid actual andTom Lane2001-11-283-29/+42
* strcat should obviously be strcpy here.Tom Lane2001-11-271-4/+3
* Chinese PO patchBruce Momjian2001-11-271-89/+85
* Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue2001-11-221-1/+10
* Defend against possibility that SSL error reporting mechanism returnsTom Lane2001-11-111-3/+41
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-082-195/+195
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-081-2/+3
* Some post pgident run updates,Bruce Momjian2001-11-071-87/+91
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-059-236/+237
* Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be inTom Lane2001-11-022-269/+276
* updatesPeter Eisentraut2001-11-021-94/+96
* Apply updated PO language patch.Bruce Momjian2001-10-311-16/+16
* PO language update.Bruce Momjian2001-10-311-2/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-288-27/+33
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2514-282/+248
* files attached are Traditional Chinese translations translatedBruce Momjian2001-10-051-0/+417
* I've just finished the Chinese NLS support(zh_CN part) filesBruce Momjian2001-10-041-0/+418
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-032-8/+9
* winsock_strerror crashed on me. This fixes a line of code that looksTom Lane2001-09-301-2/+2
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-261-9/+7
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-221-2/+2
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-212-9/+8