| Age | Commit message (Expand) | Author |
| 2000-09-06 | A bit of cleanup after SSL patch. Add it to config file, improve | Peter Eisentraut |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-30 | SSL patch from Magnus | Bruce Momjian |
| 2000-08-29 | Include kernel error message in failed-to-open file reports. | Tom Lane |
| 2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
| 2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut |
| 2000-08-20 | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut |
| 2000-08-07 | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane |
| 2000-07-28 | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane |
| 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-12 | Add assert checking to GUC ("debug_assertions") | Peter Eisentraut |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |
| 2000-07-03 | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut |
| 2000-07-02 | Version number now set in configure, available through Makefile.global | Peter Eisentraut |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-22 | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut |
| 2000-06-14 | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut |
| 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-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-26 | More paranoia about global variables containing references to long- | Tom Lane |
| 2000-05-24 | Make setproctitle update for every query. | Bruce Momjian |
| 2000-05-23 | comment cleanup | Bruce Momjian |
| 2000-04-27 | -D switch to postmaster should override any PGDATA environment variable | 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-02-18 | Implement reindex command | Hiroshi Inoue |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-20 | Tweak includes to avoid compiler warning on HPUX. | Tom Lane |
| 2000-01-09 | Move SetPidFile() and firends to utils/init/miscinit.c so that | Tatsuo Ishii |
| 2000-01-07 | Correct grammatical error | Tatsuo Ishii |
| 1999-12-16 | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-12-06 | Fix bugs regarding pid file. | Tatsuo Ishii |
| 1999-12-04 | Unlink the pid file if it's bogus (no associated process exists) | Tatsuo Ishii |
| 1999-12-03 | Create postmaster.pid and postmaster.opts under $PGDATA | Tatsuo Ishii |
| 1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
| 1999-10-08 | Update display of debug levels. | Bruce Momjian |
| 1999-10-08 | Comment cleanup. | Bruce Momjian |
| 1999-10-08 | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian |
| 1999-10-08 | More startup/shutdown log messages. | Vadim B. Mikheev |
| 1999-10-06 | Small cleanup. | Vadim B. Mikheev |
| 1999-10-06 | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev |