| Age | Commit message (Expand) | Author |
| 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 |
| 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 |