| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 1 | -4/+2 |
| | | | | | | | | | | | * the result is not recorded anywhere * the result is not used anywhere * the result is only used in some places, whereas others have been getting away with it * the result is used improperly Also make command line options handling a little better (e.g., --disable-locale, while redundant, should really still *dis*able). | ||||
| * | Seems we need <errno.h> to be included explicitly now... | Tom Lane | 2000-07-08 | 1 | -5/+7 |
| | | |||||
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+7 |
| | | |||||
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| | | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | ||||
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -2/+2 |
| | | | | | pg_dump and interfaces/odbc still need some work.) | ||||
| * | cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h | Marc G. Fournier | 1999-09-12 | 1 | -1/+4 |
| | | |||||
| * | Eliminate query length limitation imposed by pg_client_to_server | Tom Lane | 1999-09-11 | 1 | -18/+23 |
| | | | | | | and pg_server_to_client. Eliminate copy.c's restriction on the length of a single attribute. | ||||
| * | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane | 1999-08-31 | 1 | -18/+11 |
| | | | | | backend. Still much left to do. | ||||
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+2 |
| | | |||||
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+4 |
| | | |||||
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| | | |||||
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -18/+28 |
| | | |||||
| * | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 | 1 | -2/+31 |
| | | | | | different from database's ... | ||||
| * | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 | 1 | -46/+42 |
| | | | | | but I think it's OK now... | ||||
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -0/+293 |
| 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. | |||||
