index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-misc.c
Commit message (
Expand
)
Author
Age
*
Code review for connection timeout patch. Avoid unportable assumption
Tom Lane
2002-10-24
*
Fix connection_timeout to use time() and handle timeout == 1.
Bruce Momjian
2002-10-16
*
Mention that resetting the timeout may be wrong on select retry.
Bruce Momjian
2002-10-14
*
Restore ptmp_timeout for cases where no timeout is passed.
Bruce Momjian
2002-10-14
*
libpq connection_timeout doesn't do subsecond timing, so make the code
Bruce Momjian
2002-10-14
*
The attached patch fixes a number of issues related to compiling the
Bruce Momjian
2002-10-03
*
pgindent run.
Bruce Momjian
2002-09-04
*
Remove #ifdef MULTIBYTE per hackers list discussion.
Tatsuo Ishii
2002-08-29
*
Add libpq connection timeout parameter.
Bruce Momjian
2002-08-17
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Clean up gcc warnings. Avoid the bad habit of putting externs in .c
Tom Lane
2002-06-15
*
PATCH SSL_pending() checks in libpq/fe-misc.c:
Bruce Momjian
2002-06-15
*
UPDATED PATCH:
Bruce Momjian
2002-06-14
*
Back out SSL changes. Newer patch available.
Bruce Momjian
2002-06-14
*
Attached are a revised set of SSL patches. Many of these patches
Bruce Momjian
2002-06-14
*
I'm at the win32 error messages once more. The DLL load thingy doesn't
Bruce Momjian
2002-04-24
*
Fix for EINTR returns from Win9X socket operations:
Bruce Momjian
2002-04-15
*
Change made to elog:
Bruce Momjian
2002-03-06
*
Back out old version and update with newer patch of:
Bruce Momjian
2002-03-05
*
Here's a patch against 7.1.3 that fixes a problem with sending larger
Bruce Momjian
2002-03-05
*
Remove code to lookup WinSock error strings in netmsg.dll; according to
Tom Lane
2001-12-03
*
Load netmsg.dll locally in winsock_strerror, to avoid actual and
Tom Lane
2001-11-28
*
strcat should obviously be strcpy here.
Tom Lane
2001-11-27
*
Fix indenting for 'extern "C"' cases.
Bruce Momjian
2001-11-08
*
Add casts to suppress compiler warnings observed on Darwin platform
Tom Lane
2001-11-08
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
winsock_strerror crashed on me. This fixes a line of code that looks
Tom Lane
2001-09-30
*
Commit Karel's patch.
Tatsuo Ishii
2001-09-06
*
Hello, i just reviewed the win32 errno patch and i saw that maybe i didn't
Bruce Momjian
2001-09-06
*
> Ok, where's a "system dependent hack" :)
Bruce Momjian
2001-08-21
*
Remove some unneeded dashes from libpq comments.
Bruce Momjian
2001-08-17
*
i've spotted a following problem using DBD::Pg under win32. winsock
Bruce Momjian
2001-07-20
*
NLS for libpq. Clean up the message formats and change the documentation
Peter Eisentraut
2001-07-15
*
Repair libpq to follow protocol by not sending Terminate messages before
Peter Eisentraut
2001-07-06
*
Suppress useless memmove() when buffer already contains left-justified
Tom Lane
2001-05-28
*
pqWait() should check for exception status as well as read or write
Tom Lane
2001-03-31
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Seems a bad idea to assume that select(2) doesn't touch the input masks
Tom Lane
2001-02-17
*
Cleanup of source.
Bruce Momjian
2001-02-11
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-16
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Thomas pointed out this bug in my non-blocking stuff.
Bruce Momjian
2000-04-11
*
Fixed psql double quoting of SQL ids
Peter Eisentraut
2000-02-07
*
A few minor psql enhancements
Peter Eisentraut
2000-01-29
*
Add:
Bruce Momjian
2000-01-26
*
Tweak includes to avoid compiler warning on HPUX.
Tom Lane
2000-01-20
[next]