pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...
Date
Msg-id 20030419000230.8541A47636C@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/psql large_obj.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/utils/misc postgresql ...