| Age | Commit message (Expand) | Author |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-18 | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane |
| 2000-11-30 | Make default socket directory location configurable from config.h. | Tom Lane |
| 2000-11-25 | Move connection defines to miscadmin.h. | Bruce Momjian |
| 2000-11-25 | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian |
| 2000-11-22 | Recommit socket path fix. It works now. | Bruce Momjian |
| 2000-11-22 | Back out socket path until it works. | Bruce Momjian |
| 2000-11-22 | Back out socket file path change until it works. | Bruce Momjian |
| 2000-11-22 | Make socket option specify just the directory, not the full path. | Bruce Momjian |
| 2000-11-15 | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut |
| 2000-11-14 | Rename PortName to PortNumber. | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 2000-11-01 | Add runtime configuration options to control permission bits and group | Peter Eisentraut |
| 2000-10-28 | As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we | Peter Eisentraut |
| 2000-09-27 | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut |
| 2000-08-25 | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut |
| 2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |
| 2000-07-04 | Expand secondary password file feature, so that you can use these | Peter Eisentraut |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-15 | #include cleanups | Bruce Momjian |
| 2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
| 2000-06-06 | PGPORT envar was erroneously ignored by the backend | Peter Eisentraut |
| 2000-06-04 | New ps display code, works on more platforms. | Peter Eisentraut |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
| 1999-10-06 | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev |
| 1999-09-27 | Lots of patches coming in from me today :-) | Bruce Momjian |
| 1999-08-31 | Commit the bulk of Mike Ansley's long-query changes in the | Tom Lane |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | 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-05-31 | Clean up memory leaks in LO operations by freeing LO's private | Tom Lane |
| 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 |
| 1999-05-10 | Rename MAP_FILE to USERMAP_FILE for Digital Unix. | Bruce Momjian |
| 1999-05-03 | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian |
| 1999-04-25 | Still had a few MULTIBYTE problems when client encoding was | Tom Lane |
| 1999-04-25 | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane |
| 1999-04-25 | Revise backend libpq interfaces so that messages to the frontend | Tom Lane |
| 1999-02-21 | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1999-01-27 | Another SELECT speedup: extract OIDs of column print functions | Tom Lane |
| 1999-01-24 | Fix a couple little problems with signed vs. unsigned | Tom Lane |