summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/syslogger.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-211-1/+12
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-161-2/+2
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-2/+2
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-271-3/+2
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-181-2/+2
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-041-4/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-61/+59
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-121-3/+13
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-211-2/+2
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-4/+4
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-15/+4
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-191-3/+3
* Fix problem with infinite recursion between write_syslogger_file andTom Lane2005-03-121-4/+3
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-101-21/+3
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Clarify some error messagesPeter Eisentraut2004-11-091-2/+2
* Message style revisionsPeter Eisentraut2004-10-121-6/+6
* Rotate on time boundaries that are sensible per local time rather than GMT.Tom Lane2004-09-211-5/+27
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-311-51/+106
* Pgindent run for 8.0.Bruce Momjian2004-08-291-137/+146
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-291-1/+2
* syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane.Tom Lane2004-08-091-1/+2
* Arrange for proper newline termination of syslogger's own messages,Tom Lane2004-08-061-8/+54
* Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmasterTom Lane2004-08-061-2/+3
* Fix several small Windows compatibility issues, per Andreas.Tom Lane2004-08-061-13/+38
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-051-0/+748