CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/14 18:00:54
Modified files:
src/interfaces/libpq: fe-exec.c
Log message:
Fix error in termination of COPY IN mode when using V2 protocol.
Report and fix per ljb, 8-Mar-04.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/04 21:53:59
Modified files:
src/interfaces/libpq: fe-exec.c fe-lobj.c fe-protocol2.c
libpq-int.h
Log message:
libpq's query to get the OIDs of large-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/28 13:29:41
Modified files:
src/interfaces/libpq: fe-exec.c
Log message:
Avoid infinite loop if connection is lost during PQexecStart() or
PQexecFinish(). Per report from
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/31 13:43:11
Modified files:
src/interfaces/libpq: fe-exec.c
Log message:
Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about
behavior of malloc and real
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/19 18:36:41
Modified files:
src/interfaces/libpq: fe-exec.c fe-misc.c
Log message:
Adjust libpq to avoid deadlock when both client and server want to send
data, and both ha
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/02 11:47:45
Modified files:
src/interfaces/libpq: fe-exec.c
Log message:
Don't use 0 as a spelling of NULL.
---(end of broadcast)-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/06/27 21:06:01
Modified files:
src/interfaces/libpq: fe-exec.c
Log message:
When using new protocol, PQexec can get out of a COPY IN or COPY OUT
state by itself, so do so.
-