summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqformat.c
AgeCommit message (Expand)Author
2002-09-04Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-29Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane
2002-08-08Remove #ifdef MULTIBYTETatsuo Ishii
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-04Further work on elog cleanup: fix some bogosities in elog's logic aboutTom Lane
2001-12-04Change appendStringInfoChar to appendStringInfoCharMacro in a couple ofTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-04-16Remove error report from pq_endmessage when pq_putmessage fails. TheTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-08Seems we need <errno.h> to be included explicitly now...Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-09-12cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.hMarc G. Fournier
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-08-31Commit the bulk of Mike Ansley's long-query changes in theTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-04-25Still had a few MULTIBYTE problems when client encoding wasTom Lane
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane