summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-misc.c
Commit message (Expand)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Adjust libpq to avoid deadlock when both client and server want to sendTom Lane2003-10-191-2/+19
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-4/+4
* Fix some more problems with testing error returns from SSL.Tom Lane2003-08-041-1/+12
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-51/+50
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-231-11/+7
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-211-22/+14
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-5/+9
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-121-1/+4
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-121-4/+1
* New patch with corrected README attached.Bruce Momjian2003-06-121-1/+4
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-24/+47
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-251-5/+1
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-12/+72
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-148/+226
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-1/+3
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-061-116/+146
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-071-2/+2
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-10-241-15/+32
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-161-5/+7
* Mention that resetting the timeout may be wrong on select retry.Bruce Momjian2002-10-141-2/+7
* Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian2002-10-141-2/+4
* libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian2002-10-141-7/+5
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-4/+4
* pgindent run.Bruce Momjian2002-09-041-42/+50
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-22/+1
* Add libpq connection timeout parameter.Bruce Momjian2002-08-171-3/+21
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane2002-06-151-11/+7
* PATCH SSL_pending() checks in libpq/fe-misc.c:Bruce Momjian2002-06-151-1/+23
* UPDATED PATCH:Bruce Momjian2002-06-141-32/+10
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-141-17/+33
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-141-33/+17
* I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian2002-04-241-46/+1
* Fix for EINTR returns from Win9X socket operations:Bruce Momjian2002-04-151-12/+12
* Change made to elog:Bruce Momjian2002-03-061-3/+3
* Back out old version and update with newer patch of:Bruce Momjian2002-03-051-53/+39
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-051-54/+111
* Remove code to lookup WinSock error strings in netmsg.dll; according toTom Lane2001-12-031-28/+6
* Load netmsg.dll locally in winsock_strerror, to avoid actual andTom Lane2001-11-281-19/+39
* strcat should obviously be strcpy here.Tom Lane2001-11-271-4/+3
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-081-2/+2
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-081-2/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-50/+47
* winsock_strerror crashed on me. This fixes a line of code that looksTom Lane2001-09-301-2/+2
* Commit Karel's patch.Tatsuo Ishii2001-09-061-2/+2
* Hello, i just reviewed the win32 errno patch and i saw that maybe i didn'tBruce Momjian2001-09-061-15/+38