| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a log_file_mode GUC that allows control of the file permissions set on | Tom Lane | 2010-07-16 | 1 | -54/+51 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -5/+5 |
| * | On Windows, syslogger runs in two threads. The main thread processes config | Heikki Linnakangas | 2010-04-16 | 1 | -33/+28 |
| * | Don't pass an invalid file handle to dup2(). That causes a crash on | Heikki Linnakangas | 2010-04-01 | 1 | -4/+7 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Fix one more cast for _open_osfhandle(). | Magnus Hagander | 2010-01-02 | 1 | -2/+2 |
| * | Fix memory leak in syslogger: logfile_rotate() would leak a copy of the | Tom Lane | 2009-11-19 | 1 | -17/+33 |
| * | reenable -> re-enable | Peter Eisentraut | 2009-11-05 | 1 | -3/+3 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+4 |
| * | Fix Windows-specific race condition in syslogger. This could've been | Heikki Linnakangas | 2009-03-18 | 1 | -6/+7 |
| * | Don't append epoch to log_filename if no format specifier is given. | Peter Eisentraut | 2009-02-24 | 1 | -13/+4 |
| * | Add a failure check for syslogger's use of _beginthreadex(), and remove | Tom Lane | 2009-02-03 | 1 | -6/+4 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | The macros NULL_DEV and DEVNULL were both used to work around | Peter Eisentraut | 2008-12-11 | 1 | -2/+2 |
| * | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -2/+2 |
| * | Fix two different copy-and-paste-os in CSV log rotation logic; one that led to | Tom Lane | 2008-01-25 | 1 | -18/+16 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -80/+85 |
| * | Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, | Tom Lane | 2007-09-22 | 1 | -15/+10 |
| * | Cleanup items from csvlog changes, per ITAGAKI Takahiro. | Andrew Dunstan | 2007-09-20 | 1 | -2/+10 |
| * | Suppress uninitialized-variable warning. | Tom Lane | 2007-08-21 | 1 | -2/+2 |
| * | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 | 1 | -61/+211 |
| * | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 1 | -7/+6 |
| * | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 | 1 | -1/+3 |
| * | Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p... | Andrew Dunstan | 2007-08-02 | 1 | -3/+22 |
| * | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan | 2007-07-19 | 1 | -6/+3 |
| * | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan | 2007-06-14 | 1 | -13/+255 |
| * | Remove ill-conceived CRLF translation for Windows in syslogger. | Andrew Dunstan | 2007-06-04 | 1 | -47/+3 |
| * | 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 |