summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqformat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-121-4/+2
* Seems we need <errno.h> to be included explicitly now...Tom Lane2000-07-081-5/+7
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+2
* cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.hMarc G. Fournier1999-09-121-1/+4
* Eliminate query length limitation imposed by pg_client_to_serverTom Lane1999-09-111-18/+23
* Commit the bulk of Mike Ansley's long-query changes in theTom Lane1999-08-311-18/+11
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+2
* Final cleanup.Bruce Momjian1999-07-161-2/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-18/+28
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-251-2/+31
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-251-46/+42
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-0/+293