| Age | Commit message (Expand) | Author |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-07 | Repair postmaster memory leakage during password authentication. | 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-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-11-29 | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane |
| 2000-11-27 | Be a little more careful with strtok(). | Tom Lane |
| 2000-11-27 | Pay attention to fgets() failure return. | Tom Lane |
| 2000-11-21 | Extend accept/AF_UNIX bug workaround to SCO OpenServer. | Peter Eisentraut |
| 2000-11-21 | Improve comments. | Tom Lane |
| 2000-11-21 | Improve comments in pg_hba.conf.sample and the associated SGML | Tom Lane |
| 2000-11-14 | Rename PortName to PortNumber. | Bruce Momjian |
| 2000-11-13 | Fix for no hterror(). | 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-24 | Remove arbitrary limit on number of simultaneously open large objects. | Tom Lane |
| 2000-10-24 | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane |
| 2000-10-23 | Back out xti.h portion of the patch. | Bruce Momjian |
| 2000-10-22 | Makeover for Unixware 7.1.1 | Peter Eisentraut |
| 2000-10-22 | BACKED OUT. | Bruce Momjian |
| 2000-10-21 | here it is as requested by Bruce. | Bruce Momjian |
| 2000-10-14 | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian |
| 2000-10-08 | Back out: | Bruce Momjian |
| 2000-10-08 | Hello, | Bruce Momjian |
| 2000-10-05 | Clean up gcc warning, fix inappropriate choice of configuration symbol. | Tom Lane |
| 2000-10-03 | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian |
| 2000-10-02 | Mop up from caddr_t -> Datum conversion to make things extra type safe | Peter Eisentraut |
| 2000-10-02 | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut |
| 2000-09-27 | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut |
| 2000-08-27 | Clean up callers of AllocateFile and BasicOpenFile to ensure that | Tom Lane |
| 2000-08-25 | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane |
| 2000-07-12 | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut |
| 2000-07-09 | typo | Peter Eisentraut |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-08 | Seems we need <errno.h> to be included explicitly now... | Tom Lane |
| 2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |
| 2000-07-07 | Fix misuse of StrNCpy to copy and add null to non-null-terminated data. | Tom Lane |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-04 | Expand secondary password file feature, so that you can use these | Peter Eisentraut |
| 2000-07-04 | Make toast-table creation and deletion work somewhat reliably. | Tom Lane |
| 2000-07-03 | TOAST | Jan Wieck |
| 2000-07-03 | Move global internal files to PGDATA/global. | Peter Eisentraut |
| 2000-07-03 | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut |
| 2000-06-29 | Add SIGFPE to list of signals never to block. #ifdef all signals in | Tom Lane |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-06-14 | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut |
| 2000-06-11 | Substituted new configure test for types of accept() | Peter Eisentraut |
| 2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |