pgsql-server/src backend/access/common/printtu ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/common/printtu ...
Date: 2003-05-09 18:08:48
Message-ID: 20030509180848.EB7CB475AE5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/05/09 14:08:48

Modified files:
src/backend/access/common: printtup.c
src/backend/commands: copy.c
src/backend/executor: spi.c
src/backend/tcop: fastpath.c postgres.c
src/backend/utils/cache: lsyscache.c
src/include/utils: lsyscache.h

Log message:
Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall
messages. Binary I/O is now up and working, but only for a small set
of datatypes (integers, text, bytea).

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-05-09 18:18:54 pgsql-server/src/backend/tcop fastpath.c
Previous Message Bruce Momjian - CVS 2003-05-09 16:59:44 pgsql-server/src include/c.h include/port/qnx4 ...