summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/syslogger.c
Commit message (Expand)AuthorAgeFilesLines
* Add a log_file_mode GUC that allows control of the file permissions set onTom Lane2010-07-161-54/+51
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+5
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-161-33/+28
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-011-4/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix one more cast for _open_osfhandle().Magnus Hagander2010-01-021-2/+2
* Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane2009-11-191-17/+33
* reenable -> re-enablePeter Eisentraut2009-11-051-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+4
* Fix Windows-specific race condition in syslogger. This could've beenHeikki Linnakangas2009-03-181-6/+7
* Don't append epoch to log_filename if no format specifier is given.Peter Eisentraut2009-02-241-13/+4
* Add a failure check for syslogger's use of _beginthreadex(), and removeTom Lane2009-02-031-6/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-111-2/+2
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-2/+2
* Fix two different copy-and-paste-os in CSV log rotation logic; one that led toTom Lane2008-01-251-18/+16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-80/+85
* Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,Tom Lane2007-09-221-15/+10
* Cleanup items from csvlog changes, per ITAGAKI Takahiro.Andrew Dunstan2007-09-201-2/+10
* Suppress uninitialized-variable warning.Tom Lane2007-08-211-2/+2
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-61/+211
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-7/+6
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-021-1/+3
* Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan2007-08-021-3/+22
* Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan2007-07-191-6/+3
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-141-13/+255
* Remove ill-conceived CRLF translation for Windows in syslogger.Andrew Dunstan2007-06-041-47/+3
* 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