| Commit message (Expand) | Author | Age | Files | Lines |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+3 |
| * | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 | 1 | -2/+3 |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 7 | -53/+67 |
| * | Add README.SSL | Bruce Momjian | 1999-09-27 | 1 | -0/+53 |
| * | Lots of patches coming in from me today :-) | Bruce Momjian | 1999-09-27 | 5 | -45/+101 |
| * | 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 |
| * | StreamConnection() mustn't call elog(). | Tom Lane | 1999-09-08 | 1 | -5/+9 |
| * | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane | 1999-08-31 | 2 | -34/+21 |
| * | Exit cleanups I made yesterday caused pq_close() to be | Tom Lane | 1999-07-23 | 1 | -2/+6 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 13 | -43/+15 |
| * | clean up comment on missing file. | Bruce Momjian | 1999-07-17 | 1 | -2/+2 |
| * | Include check | Bruce Momjian | 1999-07-17 | 1 | -2/+2 |
| * | Add back improperly removed #include for utils/trace.h. | Tom Lane | 1999-07-16 | 1 | -1/+3 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 12 | -39/+45 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 5 | -11/+11 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 11 | -49/+49 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 12 | -51/+12 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 3 | -6/+3 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | Allow port numbers 32k - 64k. | Bruce Momjian | 1999-07-07 | 1 | -2/+2 |
| * | Rename to vararg_format(). | Bruce Momjian | 1999-06-19 | 1 | -9/+9 |
| * | Change form() to varargform() to prevent portability problems. | Bruce Momjian | 1999-06-19 | 1 | -9/+9 |
| * | Add configurable option controlling security checks in LO functions. | Tom Lane | 1999-06-04 | 1 | -1/+5 |
| * | Clean up memory leaks in LO operations by freeing LO's private | Tom Lane | 1999-05-31 | 1 | -22/+78 |
| * | Fix for crypt memory leak, from James Thompson | Bruce Momjian | 1999-05-27 | 1 | -4/+4 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -2/+3 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 11 | -245/+249 |
| * | Report strerror() rather than errno in low-level backend libpq | Tom Lane | 1999-05-21 | 1 | -9/+12 |
| * | Update to PyGreSQL 2.3. | Bruce Momjian | 1999-05-10 | 1 | -1/+11 |
| * | Rename MAP_FILE to USERMAP_FILE for Digital Unix. | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 2 | -7/+6 |
| * | Running lo_read/lo_write under different memory context | Tatsuo Ishii | 1999-05-09 | 1 | -3/+17 |
| * | Fix some miscellaneous places that were using raw open() or | Tom Lane | 1999-05-09 | 3 | -27/+52 |
| * | Repair incorrectly-figured snprintf length restriction. | Tom Lane | 1999-05-04 | 1 | -3/+5 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -6/+6 |
| * | Still had a few MULTIBYTE problems when client encoding was | Tom Lane | 1999-04-25 | 1 | -2/+31 |
| * | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane | 1999-04-25 | 1 | -46/+42 |
| * | Ooops, missed committing this one... | Tom Lane | 1999-04-25 | 1 | -4/+5 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 4 | -728/+651 |
| * | Improve error messages when a connection is rejected. | Tom Lane | 1999-04-16 | 2 | -55/+102 |
| * | I've been having also sorts of fun trying to get kerberos 4 | Bruce Momjian | 1999-03-14 | 1 | -3/+3 |
| * | Produce a more specific error message when backend sees EOF on | Tom Lane | 1999-02-18 | 1 | -3/+9 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 12 | -25/+25 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -5/+3 |
| * | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 | 1 | -2/+2 |
| * | Replace typtoout() and gettypelem() with a single routine, | Tom Lane | 1999-01-24 | 1 | -7/+6 |
| * | Fix a couple little problems with signed vs. unsigned | Tom Lane | 1999-01-24 | 1 | -6/+6 |
| * | Add explicit buffering in backend libpq, to compensate for | Tom Lane | 1999-01-23 | 2 | -90/+165 |