| Age | Commit message (Expand) | Author |
| 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 |
| 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-06-02 | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-30 | Update pg_hba.conf with more examples | Bruce Momjian |
| 2000-05-30 | Update pg_hba.conf.sample with better examples and descriptions | Bruce Momjian |
| 2000-05-30 | Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH to | Bruce Momjian |
| 2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-27 | Update kerberos patch | Bruce Momjian |
| 2000-05-27 | Back out kerberos changes. Causes compile problems. | Bruce Momjian |
| 2000-05-27 | Patch for Kerberos V. | Bruce Momjian |
| 2000-05-27 | Clean up pg_hba.conf | Bruce Momjian |