Tom Lane
ecd0bfa81a
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
...
pg_dump and interfaces/odbc still need some work.)
1999-10-23 03:13:33 +00:00
Marc G. Fournier
2b7777bfa2
cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h
1999-09-12 22:27:47 +00:00
Tom Lane
4644fc8071
Eliminate query length limitation imposed by pg_client_to_server
...
and pg_server_to_client. Eliminate copy.c's restriction on the length
of a single attribute.
1999-09-11 22:28:11 +00:00
Tom Lane
e25e6a6dc3
Commit the bulk of Mike Ansley's long-query changes in the
...
backend. Still much left to do.
1999-08-31 04:26:40 +00:00
Bruce Momjian
3406901a29
Move some system includes into c.h, and remove duplicates.
1999-07-17 20:18:55 +00:00
Bruce Momjian
a71802e12e
Final cleanup.
1999-07-16 05:00:38 +00:00
Bruce Momjian
2e6b1e63a3
Remove unused #includes in *.c files.
1999-07-15 22:40:16 +00:00
Bruce Momjian
07842084fe
pgindent run over code.
1999-05-25 16:15:34 +00:00
Tom Lane
122923c97f
Still had a few MULTIBYTE problems when client encoding was
...
different from database's ...
1999-04-25 21:50:58 +00:00
Tom Lane
40cad8b66f
My first cut at libpq revision didn't handle MULTIBYTE correctly,
...
but I think it's OK now...
1999-04-25 19:27:47 +00:00
Tom Lane
95cc41b81d
Revise backend libpq interfaces so that messages to the frontend
...
can be generated in a buffer and then sent to the frontend in a single
libpq call. This solves problems with NOTICE and ERROR messages generated
in the middle of a data message or COPY OUT operation.
1999-04-25 03:19:27 +00:00