aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/syslogger.c
Commit message (Expand)AuthorAge
* Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,Tom Lane2007-09-22
* Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan2007-08-02
* Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan2007-07-19
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-14
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-16
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-12
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* Fix problem with infinite recursion between write_syslogger_file andTom Lane2005-03-12
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-10
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Clarify some error messagesPeter Eisentraut2004-11-09
* Message style revisionsPeter Eisentraut2004-10-12
* Rotate on time boundaries that are sensible per local time rather than GMT.Tom Lane2004-09-21
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-29
* syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane.Tom Lane2004-08-09
* Arrange for proper newline termination of syslogger's own messages,Tom Lane2004-08-06
* Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmasterTom Lane2004-08-06
* Fix several small Windows compatibility issues, per Andreas.Tom Lane2004-08-06
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05