aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-misc.c
Commit message (Expand)AuthorAge
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-10-24
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-16
* Mention that resetting the timeout may be wrong on select retry.Bruce Momjian2002-10-14
* Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian2002-10-14
* libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian2002-10-14
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* pgindent run.Bruce Momjian2002-09-04
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Add libpq connection timeout parameter.Bruce Momjian2002-08-17
* Update copyright to 2002.Bruce Momjian2002-06-20
* 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
* 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
* I'm at the win32 error messages once more. The DLL load thingy doesn'tBruce Momjian2002-04-24
* Fix for EINTR returns from Win9X socket operations:Bruce Momjian2002-04-15
* 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
* Remove code to lookup WinSock error strings in netmsg.dll; according toTom Lane2001-12-03
* Load netmsg.dll locally in winsock_strerror, to avoid actual andTom Lane2001-11-28
* strcat should obviously be strcpy here.Tom Lane2001-11-27
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-08
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* 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
* winsock_strerror crashed on me. This fixes a line of code that looksTom Lane2001-09-30
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Hello, i just reviewed the win32 errno patch and i saw that maybe i didn'tBruce Momjian2001-09-06
* > Ok, where's a "system dependent hack" :)Bruce Momjian2001-08-21
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-17
* i've spotted a following problem using DBD::Pg under win32. winsockBruce Momjian2001-07-20
* NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut2001-07-15
* Repair libpq to follow protocol by not sending Terminate messages beforePeter Eisentraut2001-07-06
* Suppress useless memmove() when buffer already contains left-justifiedTom Lane2001-05-28
* pqWait() should check for exception status as well as read or writeTom Lane2001-03-31
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Seems a bad idea to assume that select(2) doesn't touch the input masksTom Lane2001-02-17
* Cleanup of source.Bruce Momjian2001-02-11
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Thomas pointed out this bug in my non-blocking stuff.Bruce Momjian2000-04-11
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Tweak includes to avoid compiler warning on HPUX.Tom Lane2000-01-20