| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 1 | -1/+12 |
| * | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 | 1 | -2/+2 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 | 1 | -3/+2 |
| * | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 | 1 | -2/+2 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 | 1 | -4/+4 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -6/+6 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -61/+59 |
| * | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 1 | -3/+13 |
| * | Update DAYS_PER_MONTH comment. | Bruce Momjian | 2005-07-21 | 1 | -2/+2 |
| * | Add time/date macros for code clarity: | Bruce Momjian | 2005-07-21 | 1 | -4/+4 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -15/+4 |
| * | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian | 2005-04-19 | 1 | -3/+3 |
| * | Fix problem with infinite recursion between write_syslogger_file and | Tom Lane | 2005-03-12 | 1 | -4/+3 |
| * | Refactor fork()-related code. We need to do various housekeeping tasks | Neil Conway | 2005-03-10 | 1 | -21/+3 |
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -2/+2 |
| * | Clarify some error messages | Peter Eisentraut | 2004-11-09 | 1 | -2/+2 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -6/+6 |
| * | Rotate on time boundaries that are sensible per local time rather than GMT. | Tom Lane | 2004-09-21 | 1 | -5/+27 |
| * | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane | 2004-08-31 | 1 | -51/+106 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -137/+146 |
| * | >>> I understand your disliking of non-posix stuff. OTOH, | Bruce Momjian | 2004-08-29 | 1 | -1/+2 |
| * | syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane. | Tom Lane | 2004-08-09 | 1 | -1/+2 |
| * | Arrange for proper newline termination of syslogger's own messages, | Tom Lane | 2004-08-06 | 1 | -8/+54 |
| * | Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmaster | Tom Lane | 2004-08-06 | 1 | -2/+3 |
| * | Fix several small Windows compatibility issues, per Andreas. | Tom Lane | 2004-08-06 | 1 | -13/+38 |
| * | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 | 1 | -0/+748 |