| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ... |
| Date: | 2003-04-19 00:02:30 |
| Message-ID: | 20030419000230.8541A47636C@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/04/18 20:02:30
Modified files:
doc/src/sgml : libpq.sgml protocol.sgml
src/backend/commands: copy.c
src/backend/lib: stringinfo.c
src/backend/libpq: auth.c be-secure.c pqcomm.c pqformat.c
src/backend/postmaster: postmaster.c
src/backend/tcop: dest.c fastpath.c postgres.c
src/include/lib: stringinfo.h
src/include/libpq: libpq.h pqcomm.h pqformat.h
src/include/tcop: dest.h fastpath.h
src/interfaces/libpq: fe-auth.c fe-connect.c fe-exec.c fe-misc.c
libpq-fe.h libpq-int.h
Log message:
Second round of FE/BE protocol changes. Frontend->backend messages now
have length counts, and COPY IN data is packetized into messages.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-04-19 00:37:28 | pgsql-server/src/backend/utils/misc postgresql ... |
| Previous Message | Tom Lane | 2003-04-18 23:38:47 | pgsql-server/src/bin/psql large_obj.c |