]> granicus.if.org Git - postgresql/commit
Second round of FE/BE protocol changes. Frontend->backend messages now
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Apr 2003 00:02:30 +0000 (00:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Apr 2003 00:02:30 +0000 (00:02 +0000)
commitbd8d4417757b1f3edd9ef36897cf47fe96b6e37a
tree82da2e02e8b0b4ae5f3c19370bce7f7e74cd9136
parent54b38d293eb8ab925b3acc7270847fcf35caf912
Second round of FE/BE protocol changes.  Frontend->backend messages now
have length counts, and COPY IN data is packetized into messages.
24 files changed:
doc/src/sgml/libpq.sgml
doc/src/sgml/protocol.sgml
src/backend/commands/copy.c
src/backend/lib/stringinfo.c
src/backend/libpq/auth.c
src/backend/libpq/be-secure.c
src/backend/libpq/pqcomm.c
src/backend/libpq/pqformat.c
src/backend/postmaster/postmaster.c
src/backend/tcop/dest.c
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/include/lib/stringinfo.h
src/include/libpq/libpq.h
src/include/libpq/pqcomm.h
src/include/libpq/pqformat.h
src/include/tcop/dest.h
src/include/tcop/fastpath.h
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h