| Age | Commit message (Expand) | Author |
| 2005-04-19 | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian |
| 2005-04-14 | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-08 | Use fork_process() to avoid some fork()-related boilerplate code when | Neil Conway |
| 2005-03-31 | Flush any remaining statistics counts out to the collector at process | Tom Lane |
| 2005-03-25 | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane |
| 2005-03-24 | Set socket timer to 58 instead of 60 minutes for hour-old cleaners: | Bruce Momjian |
| 2005-03-24 | Touch postmaster log file every hour, rather than every 10 minutes, to | Bruce Momjian |
| 2005-03-18 | Treat EPERM as a non-error case when checking to see if old postmaster | Tom Lane |
| 2005-03-16 | Wrap the implementation of fork_process() inside #ifndef WIN32 -- this | Neil Conway |
| 2005-03-13 | Add some missing #includes. | Tom Lane |
| 2005-03-12 | Fix problem with infinite recursion between write_syslogger_file and | Tom Lane |
| 2005-03-10 | Refactor fork()-related code. We need to do various housekeeping tasks | Neil Conway |
| 2005-03-04 | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-19 | New arrangement to always let the bgwriter do checkpoints broke | Tom Lane |
| 2005-01-12 | Increase MAXLISTEN to a more generous value, and add an error message | Tom Lane |
| 2005-01-10 | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-29 | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane |
| 2004-12-20 | Ensure that 'disabling statistics collector' is logged in all failure | Tom Lane |
| 2004-12-02 | > I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60 | Bruce Momjian |
| 2004-11-18 | Whoops, missed converting the other sleep() call to pg_usleep(). | Tom Lane |
| 2004-11-17 | Use pg_usleep() not sleep(), per Andrew Dunstan. | Tom Lane |
| 2004-11-17 | Win32 build cleanups, from Andrew Dunstan. | Neil Conway |
| 2004-11-17 | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane |
| 2004-11-14 | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane |
| 2004-11-09 | Clarify some error messages | Peter Eisentraut |
| 2004-11-05 | Small message clarifications | Peter Eisentraut |
| 2004-11-02 | Add comment to postmaster.c that get_progname() will call exit if it | Bruce Momjian |
| 2004-10-28 | Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose() | Neil Conway |
| 2004-10-28 | On Windows, force a checkpoint just before dropping a database's physical | Tom Lane |
| 2004-10-25 | Remove three unnecessary casts from a pointer type to char * when calling | Neil Conway |
| 2004-10-25 | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-10-15 | Fix pg_ctl -D handling for Win32: | Bruce Momjian |
| 2004-10-14 | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-09 | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane |
| 2004-10-08 | Whack some sense into the configuration-file-location patch. | Tom Lane |
| 2004-10-07 | Remove unneeded dash. | Bruce Momjian |
| 2004-10-07 | Update comment to fix nibble mention: | Bruce Momjian |
| 2004-10-07 | XOR process PID into a backend's initial random seed, to ensure that | Tom Lane |
| 2004-10-06 | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian |
| 2004-09-21 | Rotate on time boundaries that are sensible per local time rather than GMT. | Tom Lane |
| 2004-09-09 | Fix Cygwin defines to be consistent. | Bruce Momjian |
| 2004-08-31 | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane |