index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Adjust libpq to avoid deadlock when both client and server want to send
Tom Lane
2003-10-19
1
-2
/
+19
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
1
-4
/
+4
*
Fix some more problems with testing error returns from SSL.
Tom Lane
2003-08-04
1
-1
/
+12
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-51
/
+50
*
Change pqInternalNotice to accept a format string and args instead of
Tom Lane
2003-06-23
1
-11
/
+7
*
Update libpq to make new features of FE/BE protocol available to
Tom Lane
2003-06-21
1
-22
/
+14
*
Make libpq thread-safe with configure --with-threads option.
Bruce Momjian
2003-06-14
1
-5
/
+9
*
Attached is the complete diff against current CVS.
Bruce Momjian
2003-06-12
1
-1
/
+4
*
Back out patch that got bundled into another patch.
Bruce Momjian
2003-06-12
1
-4
/
+1
*
New patch with corrected README attached.
Bruce Momjian
2003-06-12
1
-1
/
+4
*
libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries
Tom Lane
2003-06-08
1
-24
/
+47
*
Use closesocket() for all socket/pipe closing, because Win32 requires
Bruce Momjian
2003-04-25
1
-5
/
+1
*
Another round of protocol changes. Backend-to-frontend messages now all
Tom Lane
2003-04-22
1
-12
/
+72
*
Second round of FE/BE protocol changes. Frontend->backend messages now
Tom Lane
2003-04-19
1
-148
/
+226
*
Whack getaddrinfo() patch around until it works, more or less, on
Tom Lane
2003-04-02
1
-1
/
+3
*
Use poll(2) in preference to select(2), if available. This solves
Tom Lane
2003-03-06
1
-116
/
+146
*
Fix various places where global s/NOTICE/WARNING/ was applied with too
Tom Lane
2003-01-07
1
-2
/
+2
*
Code review for connection timeout patch. Avoid unportable assumption
Tom Lane
2002-10-24
1
-15
/
+32
*
Fix connection_timeout to use time() and handle timeout == 1.
Bruce Momjian
2002-10-16
1
-5
/
+7
*
Mention that resetting the timeout may be wrong on select retry.
Bruce Momjian
2002-10-14
1
-2
/
+7
*
Restore ptmp_timeout for cases where no timeout is passed.
Bruce Momjian
2002-10-14
1
-2
/
+4
*
libpq connection_timeout doesn't do subsecond timing, so make the code
Bruce Momjian
2002-10-14
1
-7
/
+5
*
The attached patch fixes a number of issues related to compiling the
Bruce Momjian
2002-10-03
1
-4
/
+4
*
pgindent run.
Bruce Momjian
2002-09-04
1
-42
/
+50
*
Remove #ifdef MULTIBYTE per hackers list discussion.
Tatsuo Ishii
2002-08-29
1
-22
/
+1
*
Add libpq connection timeout parameter.
Bruce Momjian
2002-08-17
1
-3
/
+21
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Clean up gcc warnings. Avoid the bad habit of putting externs in .c
Tom Lane
2002-06-15
1
-11
/
+7
*
PATCH SSL_pending() checks in libpq/fe-misc.c:
Bruce Momjian
2002-06-15
1
-1
/
+23
*
UPDATED PATCH:
Bruce Momjian
2002-06-14
1
-32
/
+10
*
Back out SSL changes. Newer patch available.
Bruce Momjian
2002-06-14
1
-17
/
+33
*
Attached are a revised set of SSL patches. Many of these patches
Bruce Momjian
2002-06-14
1
-33
/
+17
*
I'm at the win32 error messages once more. The DLL load thingy doesn't
Bruce Momjian
2002-04-24
1
-46
/
+1
*
Fix for EINTR returns from Win9X socket operations:
Bruce Momjian
2002-04-15
1
-12
/
+12
*
Change made to elog:
Bruce Momjian
2002-03-06
1
-3
/
+3
*
Back out old version and update with newer patch of:
Bruce Momjian
2002-03-05
1
-53
/
+39
*
Here's a patch against 7.1.3 that fixes a problem with sending larger
Bruce Momjian
2002-03-05
1
-54
/
+111
*
Remove code to lookup WinSock error strings in netmsg.dll; according to
Tom Lane
2001-12-03
1
-28
/
+6
*
Load netmsg.dll locally in winsock_strerror, to avoid actual and
Tom Lane
2001-11-28
1
-19
/
+39
*
strcat should obviously be strcpy here.
Tom Lane
2001-11-27
1
-4
/
+3
*
Fix indenting for 'extern "C"' cases.
Bruce Momjian
2001-11-08
1
-2
/
+2
*
Add casts to suppress compiler warnings observed on Darwin platform
Tom Lane
2001-11-08
1
-2
/
+3
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-3
/
+3
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-1
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-50
/
+47
*
winsock_strerror crashed on me. This fixes a line of code that looks
Tom Lane
2001-09-30
1
-2
/
+2
*
Commit Karel's patch.
Tatsuo Ishii
2001-09-06
1
-2
/
+2
*
Hello, i just reviewed the win32 errno patch and i saw that maybe i didn't
Bruce Momjian
2001-09-06
1
-15
/
+38
[next]