| Age | Commit message (Expand) | Author |
| 2000-05-27 | Patch for Kerberos V. | Bruce Momjian |
| 2000-05-27 | Clean up pg_hba.conf | Bruce Momjian |
| 2000-05-27 | Improve pg_hba.conf examples | Bruce Momjian |
| 2000-05-26 | After closing frontend socket, set MyProcPort->sock = -1 to ensure that | Tom Lane |
| 2000-05-21 | Remove calls to getprotobyname(), which we now know leaks memory on | Tom Lane |
| 2000-05-20 | Add KEEPALIVE option to the socket of backend. This will automatically | Tatsuo Ishii |
| 2000-04-14 | Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-03-19 | Several calls to StrNCpy incorrectly subtracted 1 from the length arg, | Tom Lane |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 2000-01-12 | In PQfn(), defend against too many args, and avoid dependency | Tom Lane |
| 2000-01-11 | More cleanups. Still doesn't work. | Bruce Momjian |
| 2000-01-11 | More fixes, but still need +1 for FUNC_MAX_ARGS | Bruce Momjian |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 2000-01-05 | Fix it's and its to be correct. | Bruce Momjian |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
| 1999-12-10 | Rename several destroy* functions/tags to drop*. | Bruce Momjian |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-11-23 | verify_password() leaked a file descriptor if it failed to find the given | Tom Lane |
| 1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
| 1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
| 1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
| 1999-09-27 | Add README.SSL | Bruce Momjian |
| 1999-09-27 | Lots of patches coming in from me today :-) | Bruce Momjian |
| 1999-09-12 | cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h | Marc G. Fournier |
| 1999-09-11 | Eliminate query length limitation imposed by pg_client_to_server | Tom Lane |
| 1999-09-08 | StreamConnection() mustn't call elog(). | Tom Lane |
| 1999-08-31 | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane |
| 1999-07-23 | Exit cleanups I made yesterday caused pq_close() to be | Tom Lane |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-17 | clean up comment on missing file. | Bruce Momjian |
| 1999-07-17 | Include check | Bruce Momjian |
| 1999-07-16 | Add back improperly removed #include for utils/trace.h. | Tom Lane |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-16 | Update #include cleanups | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
| 1999-07-07 | Allow port numbers 32k - 64k. | Bruce Momjian |
| 1999-06-19 | Rename to vararg_format(). | Bruce Momjian |
| 1999-06-19 | Change form() to varargform() to prevent portability problems. | Bruce Momjian |
| 1999-06-04 | Add configurable option controlling security checks in LO functions. | Tom Lane |
| 1999-05-31 | Clean up memory leaks in LO operations by freeing LO's private | Tom Lane |
| 1999-05-27 | Fix for crypt memory leak, from James Thompson | Bruce Momjian |
| 1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
| 1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |